| Age | Commit message (Expand) | Author | Lines |
| 2021-06-08 | Store boxed metadata loader in CrateLoader | bjorn3 | -2/+2 |
| 2021-06-08 | Replace Pin::new with .as_mut() | bjorn3 | -3/+5 |
| 2021-06-08 | Use more accurate lifetimes | bjorn3 | -8/+6 |
| 2021-06-08 | Inline PinnedGenerator | bjorn3 | -42/+29 |
| 2021-06-08 | Inline the rest of box_region | bjorn3 | -22/+79 |
| 2021-06-08 | Inline box_region macro calls | bjorn3 | -5/+77 |
| 2021-06-08 | Simplify box_region macros | bjorn3 | -2/+1 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -8/+4 |
| 2021-06-04 | rustc: Store metadata-in-rlibs in object files | Alex Crichton | -1/+1 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+1 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -4/+8 |
| 2021-05-25 | Don't panic when failing to initialize incremental directory. | Eric Huss | -1/+1 |
| 2021-05-24 | Make `thir_check_unsafety` itself responsible for checking gate | LeSeulArtichaut | -3/+2 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -12/+9 |
| 2021-05-13 | Auto merge of #83129 - LeSeulArtichaut:thir-unsafeck, r=nikomatsakis | bors | -1/+5 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -4/+2 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for proc_macro_decls_static. | Camille GILLOT | -1/+3 |
| 2021-05-12 | Use () for plugin_registrar_fn. | Camille GILLOT | -3/+1 |
| 2021-05-12 | Use () for entry_fn. | Camille GILLOT | -2/+1 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -10/+6 |
| 2021-05-12 | Auto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot | bors | -9/+5 |
| 2021-05-11 | Introduce the (WIP) THIR unsafety checker | LeSeulArtichaut | -1/+5 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -9/+1 |
| 2021-05-05 | Use local name if available in write_out_deps | Andy Wang | -10/+14 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -4/+4 |
| 2021-05-02 | Let load_query_result_cache take a &DefPathTable | bjorn3 | -9/+5 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -0/+7 |
| 2021-03-30 | Stream the dep-graph to a file. | Camille GILLOT | -3/+0 |
| 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-08 | Emit the lint level of the unused-crate-dependencies | est31 | -0/+7 |
| 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 |