| Age | Commit message (Expand) | Author | Lines |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -0/+3 |
| 2020-05-29 | Whitelist #[allow_internal_unstable] | Jonas Schievink | -1/+1 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -0/+3 |
| 2020-05-20 | Implement `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+8 |
| 2020-05-19 | Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis | bors | -0/+1 |
| 2020-05-18 | Minor fixes | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Add RISC-V target features | Amanieu d'Antras | -0/+1 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -2/+1 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+4 |
| 2020-05-01 | Allow `#[target_feature]` on safe functions | LeSeulArtichaut | -0/+3 |
| 2020-03-29 | #[link]: mention wasm_import_module instead of cfg | Jonas Schievink | -1/+1 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -5/+2 |
| 2020-03-26 | bump negative impls version to 1.44.0 | Niko Matsakis | -1/+1 |
| 2020-03-26 | create a tracking issue and link to it | Niko Matsakis | -3/+3 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+3 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -5/+2 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -1/+1 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -7/+1 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+8 |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -0/+5 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -3/+0 |
| 2020-03-09 | expand/builtin_macros: Minor cleanup | Vadim Petrochenkov | -7/+1 |
| 2020-03-08 | Rollup merge of #69561 - JohnTitor:clean-up-unstable-book, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |
| 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 |