| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -13/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -3/+3 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -3/+3 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+7 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -13/+2 |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -3/+3 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -3/+0 |
| 2020-02-27 | Revert "Mark attributes consumed by `check_mod_attrs` as normal" | Tomasz Miąsko | -6/+6 |
| 2020-02-23 | Mark attributes consumed by `check_mod_attrs` as normal | Tomasz Miąsko | -6/+6 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -0/+4 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -0/+4 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+8 |
| 2020-02-04 | Remove the `overlapping_marker_traits` feature | Aaron Hill | -4/+3 |
| 2020-02-02 | introduce `#![feature(move_ref_pattern)]` | Mazdak Farrokhzad | -0/+4 |
| 2020-02-01 | Remove or_patterns from INCOMPLETE_FEATURES | Matthew Jasper | -1/+0 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -3/+2 |
| 2020-01-18 | stabilize slice_patterns | Mazdak Farrokhzad | -3/+2 |
| 2020-01-16 | Fix issue number of `repr128` | Yuki Okushi | -1/+1 |
| 2020-01-16 | Fix issue number of `member_constraints` | Yuki Okushi | -1/+1 |
| 2020-01-13 | Fix crate paths in comments | Yuki Okushi | -1/+2 |
| 2020-01-10 | Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton | bors | -8/+2 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -0/+3 |
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+4 |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+4 |
| 2020-01-09 | Remove sanitizer_runtime attribute | Tomasz Miąsko | -8/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -8/+8 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2019-12-24 | Format librustc_feature | Mark Rousskov | -30/+44 |
| 2019-12-23 | Remove `bindings_after_at` from `INCOMPLETE_FEATURES`. | Mazdak Farrokhzad | -1/+0 |
| 2019-12-23 | Introduce `#![feature(bindings_after_at)]`. | Mazdak Farrokhzad | -0/+5 |
| 2019-12-15 | Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk | bors | -0/+14 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -2/+3 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -2/+3 |
| 2019-12-13 | Document `Features::enabled` | ecstatic-morse | -0/+3 |
| 2019-12-13 | Use correct nightly version for feature | Dylan MacKenzie | -1/+1 |
| 2019-12-13 | Replace `Index` impl with `enabled` method | Dylan MacKenzie | -6/+2 |
| 2019-12-13 | Improve message when active feature indexing panics | Dylan MacKenzie | -1/+1 |
| 2019-12-13 | Add feature gate for `const_loop` | Dylan MacKenzie | -0/+3 |
| 2019-12-13 | Get active features dynamically by their `Symbol` | Dylan MacKenzie | -0/+12 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+2 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -8/+2 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -1/+0 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2019-12-05 | Remove #[track_caller] from incomplete features list. | Adam Perry | -1/+0 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -4/+0 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Add feature gate for &mut in const fns | Christian Poveda | -0/+3 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+4 |