| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+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-03-03 | use conditions directly | Matthias Krüger | -1/+1 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -3/+3 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -1/+1 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+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-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -8/+59 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -8/+59 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -4/+4 |
| 2020-02-20 | Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser | Dylan DPC | -19/+47 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -0/+2 |
| 2020-02-18 | Fix race condition when allocating source files in SourceMap | John Kåre Alsaker | -19/+47 |
| 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-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+2 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -0/+2 |
| 2020-02-09 | Update for #68718 | bjorn3 | -0/+1 |
| 2020-02-09 | Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC | bors | -1/+220 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -0/+1 |
| 2020-02-09 | Rollup merge of #68718 - Aaron1011:move-def-hir-span, r=petrochenkov | Dylan DPC | -1/+220 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -1/+220 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+4 |
| 2020-02-07 | Remove unused feature gates from libsyntax_pos | bjorn3 | -3/+0 |
| 2020-02-06 | rustc_errors: split macro backtrace rendering from <*macros> hacks. | Eduard-Mihai Burtescu | -8/+0 |
| 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-26 | rustc_span: return an impl Iterator instead of a Vec from macro_backtrace. | Eduard-Mihai Burtescu | -17/+19 |
| 2020-01-26 | rustc_span: replace MacroBacktrace with ExpnData. | Eduard-Mihai Burtescu | -18/+2 |
| 2020-01-26 | rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. | Eduard-Mihai Burtescu | -16/+10 |
| 2020-01-26 | Don't use ExpnKind::descr to get the name of a bang macro. | Eduard-Mihai Burtescu | -2/+4 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -2/+2 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -0/+3 |
| 2020-01-16 | Do not ICE on malformed suggestion spans | Esteban Küber | -4/+7 |
| 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-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+5 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -0/+5 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -1/+1 |