What Rust Achieved in 2017

Rust development in 2017 focused on a number of areas, including tooling, the library ecosystem, interoperability, and others with a common theme: increasing productivity, especially for newcomers to the language, writes Rust core team member Aaron Turon.

Rust 1.23 Improves Memory Usage and More

The most significant improvement in Rust’s latest version is the reduction of memory usage made possible by avoiding some unnecessary copies. Additionally, rustdoc now consistently uses a CommonMark compliant engine to render the documentation.

Intel Joins the Race for Quantum Supremacy with a 49-Qubit Chip

At CES 2018, Intel CEO Brian Krzanich announced Intel successfully built a 49-qubit chip, which aims to allow researchers to improve error correction techniques and simulate computational problems.

Apple Getting Ready to Deprecate 32-Bit macOS Apps

Apple has started preparing the deprecation of 32-bit apps for macOS. The next maintenance release of macOS, High Sierra 10.13.4, will notify users when they launch 32-bit apps, while the upcoming Xcode 9.3 will include tools to make the transition to 64-bit less painful for developers.

GitHub Introduces Multiple Commit Authors

GitHub has started supporting multiple commit authors. The new feature is meant to improve collaboration from several developers on the same commits or pulls requests and ensures every author gets attribution of their commits in their profile contributions graph and the repository’s statistics.