| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -1/+1 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+4 |
| 2019-11-30 | derive(Default) for Features | Mazdak Farrokhzad | -12/+2 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -2/+32 |
| 2019-11-30 | update rustc_feature crate docs | Mazdak Farrokhzad | -8/+6 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -0/+34 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -0/+603 |
| 2019-11-30 | move Stability to rustc_feature | Mazdak Farrokhzad | -0/+8 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -0/+1008 |