| Age | Commit message (Expand) | Author | Lines |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -3/+2 |
| 2019-10-21 | Change `SymbolName::name` from `InternedString` to `Symbol`. | Nicholas Nethercote | -2/+2 |
| 2019-10-21 | Remove unnecessary trait bounds from `keys::Keys`. | Nicholas Nethercote | -7/+2 |
| 2019-10-18 | rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str... | Eduard-Mihai Burtescu | -3/+4 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -50/+1 |
| 2019-10-08 | Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister | Mazdak Farrokhzad | -32/+13 |
| 2019-10-08 | Rollup merge of #65162 - Mark-Simulacrum:no-cache-loading-map, r=michaelwoeri... | Mazdak Farrokhzad | -8/+0 |
| 2019-10-07 | Remove `force_ex!`. | Nicholas Nethercote | -13/+5 |
| 2019-10-07 | Remove `def_id!`. | Nicholas Nethercote | -12/+9 |
| 2019-10-07 | Remove `krate!`. | Nicholas Nethercote | -5/+1 |
| 2019-10-07 | Remove `force!`. | Nicholas Nethercote | -5/+1 |
| 2019-10-06 | Remove loaded_from_cache map from DepGraph | Mark Rousskov | -8/+0 |
| 2019-10-05 | Pacify tidy | Jonas Schievink | -1/+4 |
| 2019-10-05 | Fix the bootstrap | Jonas Schievink | -0/+8 |
| 2019-10-04 | Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -50/+1 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -15/+11 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -1/+1 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -15/+11 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -6/+3 |
| 2019-09-29 | Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+6 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -6/+3 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -1/+0 |
| 2019-09-27 | cleanup check_match wrt. SignalledError. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -8/+8 |
| 2019-09-26 | Add note about global state in try_print_query_stack | Aaron Hill | -0/+3 |
| 2019-09-26 | Use existing Handler to print query stack | Aaron Hill | -2/+3 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -4/+3 |
| 2019-09-18 | Fix backticks in documentation | Joshua Groves | -1/+1 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -4/+3 |
| 2019-09-07 | Apply suggestions from code review | Alexander Regueiro | -8/+4 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -160/+165 |
| 2019-08-27 | Add default serialization for `Ident`s | Matthew Jasper | -2/+23 |
| 2019-08-23 | incremental: Do not rely on default transparency when decoding syntax contexts | Vadim Petrochenkov | -10/+10 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -34/+34 |
| 2019-08-15 | hygiene: Merge `ExpnInfo` and `InternalExpnData` | Vadim Petrochenkov | -2/+2 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -11/+7 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -2/+2 |
| 2019-08-12 | Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk | Mazdak Farrokhzad | -26/+28 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+1 |
| 2019-07-30 | Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it ... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Fix `cfg(parallel_compiler)` mode | Vadim Petrochenkov | -33/+15 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+2 |
| 2019-07-26 | Use sharded maps for queries | John Kåre Alsaker | -26/+28 |
| 2019-07-25 | Rollup merge of #60066 - sfackler:type-name, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -5/+5 |