| Age | Commit message (Expand) | Author | Lines |
| 2020-05-03 | Support liveness in `rustc_peek` tests | Dylan MacKenzie | -0/+1 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+2 |
| 2020-05-01 | Allow `#[target_feature]` on safe functions | LeSeulArtichaut | -0/+1 |
| 2020-04-16 | Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasper | bors | -1/+2 |
| 2020-04-13 | Fix symbol sorting | Steven Fackler | -1/+1 |
| 2020-04-12 | Add some basic docs to `sym` and `kw` modules | Philipp Hansch | -0/+8 |
| 2020-04-08 | Replace "rc"/"arc" lang items with Rc/Arc diagnostic items. | Eduard-Mihai Burtescu | -0/+2 |
| 2020-04-05 | Remove a stack frame from .await calls | Steven Fackler | -1/+2 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -0/+1 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+1 |
| 2020-03-21 | Rollup merge of #69901 - RalfJung:rustc_layout, r=eddyb | Dylan DPC | -0/+1 |
| 2020-03-21 | Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandry | Mazdak Farrokhzad | -1/+2 |
| 2020-03-20 | add debug option to #[rustc_layout] | Ralf Jung | -0/+1 |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-17 | Make async/await lowering use resume arguments | Jonas Schievink | -1/+2 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -1/+1 |
| 2020-03-17 | Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkov | Mazdak Farrokhzad | -0/+25 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -0/+3 |
| 2020-03-16 | Make macro metavars respect (non-)hygiene | Matthew Jasper | -0/+25 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -6/+6 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+3 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -2/+0 |
| 2020-03-12 | Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+1 |
| 2020-03-09 | also handle abort intrinsic with new machine hook | Ralf Jung | -0/+1 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+1 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+0 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -1/+1 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+1 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -2/+0 |
| 2020-02-26 | rustc_span: Add `Symbol::to_ident_string` for use in diagnostic messages | Vadim Petrochenkov | -0/+8 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -8/+59 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -0/+2 |
| 2020-02-18 | Inline `Symbol::decode` and `Interner::intern`. | Nicholas Nethercote | -0/+2 |
| 2020-02-15 | parser: `macro_rules` is a weak keyword | Vadim Petrochenkov | -1/+4 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -0/+2 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -0/+1 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+4 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+4 |
| 2020-02-04 | Implement remaining `unchecked` arithmetic intrinsics | Dylan MacKenzie | -0/+5 |
| 2020-02-02 | introduce `#![feature(move_ref_pattern)]` | Mazdak Farrokhzad | -0/+1 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -0/+3 |
| 2020-01-14 | Improve graphviz visualization for new framework | Dylan MacKenzie | -0/+3 |
| 2020-01-12 | Use `report_in_external_macro` for internal lints | Afnan Enayet | -0/+1 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -0/+1 |
| 2020-01-09 | Add `const_trait_bound_opt_out` feature gate | Dylan MacKenzie | -0/+1 |
| 2020-01-09 | Add `const_trait_impl` feature gate | Dylan MacKenzie | -0/+1 |