| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -275/+0 | |
| 2020-07-19 | Advertise correct stable version for const control flow | Dylan MacKenzie | -2/+2 | |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -0/+3 | |
| Does not yet make its constness stable, though. Use of `Location::caller` in const contexts is still gated by `#![feature(const_caller_location)]`. | ||||
| 2020-06-28 | Mark `const_loop` feature gate as accepted | Dylan MacKenzie | -0/+2 | |
| 2020-06-28 | Mark feature gate as accepted | Dylan MacKenzie | -0/+2 | |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -0/+2 | |
| 2020-01-18 | stabilize slice_patterns | Mazdak Farrokhzad | -0/+2 | |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 | |
| 2019-12-24 | Format librustc_feature | Mark Rousskov | -1/+2 | |
| Use #[rustfmt::skip] on the tidy-parsed macro invocations | ||||
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -2/+0 | |
| This reverts commit 15c30ddd69d6cc3fffe6d304c6dc968a5ed046f1. | ||||
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -0/+265 | |
