rust-lang.github.io
Feature Name: inclusive_range_syntax Start Date: 2015-07-07 RFC PR: rust-lang/rfcs#1192 Rust Issue: rust-lang/rust#28237 Summary Allow a x...y expression to create an inclusive range. Motivation There are several use-cases for inclusive ran...
Updates from Rust Core
2018-03-20
~5 min read
rust-lang.github.io
Feature Name: bang_type Start Date: 2015-07-19 RFC PR: rust-lang/rfcs#1216 Rust Issue: rust-lang/rust#35121 Summary Promote ! to be a full-fledged type equivalent to an enum with no variants. Motivation To understand the motivation for this...
Updates from Rust Core
2018-03-20
~12 min read
rust-lang.github.io
Feature Name: N/A Start Date: 2017-06-26 RFC PR: rust-lang/rfcs#2052 Rust Issue: rust-lang/rust#44581 Summary Rust’s ecosystem, tooling, documentation, and compiler are constantly improving. To make it easier to follow development, and to p...
Updates from Rust Core
2018-02-13
~22 min read
rust-lang.github.io
Feature Name: repr_align Start Date: 2015-11-09 RFC PR: rust-lang/rfcs#1358 Rust Issue: rust-lang/rust#33626 Summary Extend the existing #[repr] attribute on structs with an align = "N" option to specify a custom alignment for struct types....
Updates from Rust Core
2018-01-30
~4 min read
rust-lang.github.io
Feature Name: intra_rustdoc_links Start Date: 2017-03-06 RFC PR: rust-lang/rfcs#1946 Rust Issue: rust-lang/rust#43466 Summary Add a notation how to create relative links in documentation comments (based on Rust item paths) and extend Rustdo...
Updates from Rust Core
2018-01-30
~13 min read
rust-lang.github.io
Feature Name: ques_in_main Start Date: 2017-02-22 RFC PR: rust-lang/rfcs#1937 Rust Issue: rust-lang/rust#43301 Summary Allow the ? operator to be used in main, and in #[test] functions and doctests. To make this possible, the return type of...
Updates from Rust Core
2018-01-02
~21 min read
rust-lang.github.io
Feature Name: external_doc Start Date: 2017-04-26 RFC PR: rust-lang/rfcs#1990 Rust Issue: rust-lang/rust#44732 Summary Documentation is an important part of any project, it allows developers to explain how to use items within a library as w...
Updates from Rust Core
2017-11-28
~6 min read
rust-lang.github.io
Feature Name: expanded_impl_trait Start Date: 2017-03-12 RFC PR: rust-lang/rfcs#1951 Rust Issue: rust-lang/rust#42183 Summary This RFC proposes several steps forward for impl Trait: Settling on a particular syntax design, resolving question...
Updates from Rust Core
2017-11-21
~30 min read
rust-lang.github.io
Rust RFCs - RFC Book - Active RFC List The “RFC” (request for comments) process is intended to provide a consistent and controlled path for changes to Rust (such as new features) so that all stakeholders can be confident about the direction...
News & Blog Posts
2017-11-07
~10 min read
rust-lang.github.io
Feature Name: non_exhaustive Start Date: 2017-05-24 RFC PR: rust-lang/rfcs#2008 Rust Issue: rust-lang/rust#44109 Summary This RFC introduces the #[non_exhaustive] attribute for enums and structs, which indicates that more variants/fields ma...
Updates from Rust Core
2017-11-07
~12 min read
"[@retep998](https://users.rust-lang.org/users/retep998) has, by and large, taken it upon himself to try and bind the Windows API using the sadisticall..."
— [Submit your quotes for next week][submit]!