| Age | Commit message (Expand) | Author | Lines |
| 2021-03-29 | Don't duplicate the extern providers once for each crate | bjorn3 | -8/+1 |
| 2021-03-08 | Rollup merge of #82415 - petrochenkov:modin3, r=davidtwco | Dylan DPC | -2/+4 |
| 2021-03-08 | Rollup merge of #82047 - the8472:fast-rename, r=davidtwco | Dylan DPC | -1/+1 |
| 2021-03-05 | rustc_interface: Hide some hacky details of early linting from expand | Vadim Petrochenkov | -2/+4 |
| 2021-02-25 | Rollup merge of #82269 - LeSeulArtichaut:cleanup-ppmode, r=spastorino | Aaron Hill | -1/+1 |
| 2021-02-19 | Move the query system to rustc_query_impl. | Camille GILLOT | -4/+4 |
| 2021-02-19 | Make QueryEngine opaque to TyCtxt. | Camille GILLOT | -9/+17 |
| 2021-02-19 | Cleanup `PpMode` and friends | LeSeulArtichaut | -1/+1 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -3/+3 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -11/+8 |
| 2021-02-13 | bypass auto_da_alloc for metadata files | The8472 | -1/+1 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -5/+12 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -5/+12 |
| 2021-01-23 | Calculate self-profile strings in `Compiler::enter` instead in codegen | Joshua Nelson | -7/+0 |
| 2021-01-12 | Remove DepKind::CrateMetadata and pre-allocation of DepNodes | Tyson Nottingham | -6/+0 |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -1/+1 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-28 | Rollup merge of #79662 - bjorn3:move_more_code_out_of_codegen_backend, r=oli-obk | Dylan DPC | -0/+17 |
| 2020-12-25 | Auto merge of #80296 - wesleywiser:revert_missing_fragment_specifier_hard_err... | bors | -1/+18 |
| 2020-12-22 | Add some intra-doc links to compiler docs | Joshua Nelson | -1/+1 |
| 2020-12-22 | Revert "Promote missing_fragment_specifier to hard error" | Wesley Wiser | -1/+18 |
| 2020-12-17 | Fix tests | bjorn3 | -3/+6 |
| 2020-12-17 | Move some code out of CodegenBackend::{codegen_crate,link} | bjorn3 | -0/+14 |
| 2020-12-01 | Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelix | bors | -1/+1 |
| 2020-11-25 | Lazy DefPath decoding for incremental compilation | Aaron Hill | -1/+1 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -0/+1 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -1/+1 |
| 2020-11-15 | Rollup merge of #79036 - cjgillot:steal, r=oli-obk | Jonas Schievink | -1/+1 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -1/+1 |
| 2020-11-13 | cleanup: Remove `ParseSess::injected_crate_name` | Vadim Petrochenkov | -6/+2 |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -88/+2 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -1/+4 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -88/+2 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -1/+4 |
| 2020-10-29 | Strip tokens from trait and impl items before printing AST JSON | Aaron Hill | -0/+11 |
| 2020-10-26 | Remove tokens from foreign items in `TokenStripper` | Aaron Hill | -0/+7 |
| 2020-10-21 | Strip tokens before printing AST JSON | Aaron Hill | -2/+70 |
| 2020-10-05 | Add -Z codegen-backend dylib to deps | khyperia | -0/+4 |
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -3/+3 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+1004 |