| Age | Commit message (Expand) | Author | Lines |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -0/+1 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -0/+3 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -5/+5 |
| 2020-01-04 | extract Export, ExportMap from hir::def | Mazdak Farrokhzad | -1/+2 |
| 2020-01-04 | {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap | Mazdak Farrokhzad | -2/+1 |
| 2020-01-04 | DefId{Map,Set} -> rustc::hir::def_id | Mazdak Farrokhzad | -2/+2 |
| 2020-01-04 | extract rustc::middle::codegen_fn_attrs | Mazdak Farrokhzad | -1/+2 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-29 | Move reachable_set query in librustc_passes. | Camille GILLOT | -2/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -32/+31 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -1/+0 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -1/+1 |
| 2019-11-08 | Stop returning promotables from `mir_const_qualif` | Dylan MacKenzie | -1/+0 |
| 2019-10-21 | Use `Symbol` for codegen unit names. | Nicholas Nethercote | -1/+0 |
| 2019-09-30 | Remove HIR based const qualification | Matthew Jasper | -1/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -2/+2 |
| 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-07-30 | Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it ... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -1/+1 |
| 2019-06-25 | Inform the query system about properties of queries at compile time | John Kåre Alsaker | -1/+1 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-20 | Accumulation of various drive-by cosmetic changes. | Alexander Regueiro | -2/+1 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -1/+0 |
| 2019-03-30 | Move query definitions over to the proc macro | John Kåre Alsaker | -734/+1 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -2/+1 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -0/+2 |
| 2019-03-26 | Rollup merge of #59315 - Zoxc:move-query, r=oli-obk | Mazdak Farrokhzad | -62/+0 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -0/+2 |
| 2019-03-22 | address review comments | Esteban Küber | -3/+2 |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -5/+0 |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -9/+0 |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -16/+0 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -32/+0 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -21/+0 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -10/+6 |
| 2019-03-06 | Rename check_privacy to check_private_in_public | John Kåre Alsaker | -1/+1 |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations req... | John Kåre Alsaker | -1/+2 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -2/+6 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -6/+6 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -30/+22 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -2/+2 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -19/+19 |