| Age | Commit message (Expand) | Author | Lines |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -11/+15 |
| 2020-07-02 | Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievink | Manish Goregaokar | -1/+3 |
| 2020-06-28 | Add newline to rustc MultiSpan docs | pierwill | -1/+3 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+2 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -3/+1 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -1/+3 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -1/+1 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -1/+3 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -1/+1 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -1/+9 |
| 2020-06-04 | Auto merge of #72618 - Aaron1011:feature/early-sourcemap, r=petrochenkov | bors | -5/+40 |
| 2020-05-31 | Make `SourceMap` available for early debug-printing of `Span`s | Aaron Hill | -5/+40 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -4/+60 |
| 2020-05-30 | add fixme suggested by eddyb | Felix S Klock II | -1/+4 |
| 2020-05-29 | Use the virtual name for libstd files in StableSourceFileId and also in the | Felix S. Klock II | -0/+13 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -4/+44 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -1/+11 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-08 | FIXME comment | Cameron Taggart | -1/+1 |
| 2020-05-07 | #[allow(unused)] | Cameron Taggart | -0/+1 |
| 2020-05-07 | allow wasm target for rustc-ap-rustc_span | Cameron Taggart | -0/+3 |
| 2020-04-25 | Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievink | bors | -1/+1 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -1/+1 |
| 2020-04-22 | Sort `MultiSpan`s on creation | Esteban Küber | -1/+2 |
| 2020-04-11 | Normalize source when loading external foreign source into SourceMap | Arlo Siemsen | -1/+3 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -12/+77 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-26 | pacify the merciless x.py fmt | Niko Matsakis | -35/+7 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -7/+36 |
| 2020-03-23 | Split long derive lists into two derive attributes. | Ana-Maria Mihalache | -12/+2 |
| 2020-03-20 | parse/lexer: support `StringReader::retokenize` called on external files. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -21/+40 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -6/+6 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -5/+1 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -21/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-18 | Fix race condition when allocating source files in SourceMap | John Kåre Alsaker | -6/+4 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2020-02-09 | Update for #68718 | bjorn3 | -0/+1 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -1/+3 |
| 2020-02-07 | Remove unused feature gates from libsyntax_pos | bjorn3 | -3/+0 |
| 2020-01-26 | rustc_span: return an impl Iterator instead of a Vec from macro_backtrace. | Eduard-Mihai Burtescu | -15/+18 |
| 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 | -11/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+5 |
| 2020-01-11 | move in_derive_expansion as Span method | Mazdak Farrokhzad | -0/+5 |