| Age | Commit message (Expand) | Author | Lines |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -2/+0 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -0/+2 |
| 2022-12-08 | Rollup merge of #105423 - oli-obk:symbols, r=jackh726 | Matthias Krüger | -29/+32 |
| 2022-12-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -29/+32 |
| 2022-12-06 | Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillot | Matthias Krüger | -0/+1 |
| 2022-12-06 | Auto merge of #105220 - oli-obk:feeding, r=cjgillot | bors | -12/+25 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -2/+15 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+1 |
| 2022-12-03 | Remove all but one call site of `prepare_outputs` and fetch the value from th... | Oli Scherer | -10/+10 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -5/+1 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -11/+4 |
| 2022-11-18 | Enable icu sync feature for parallel compiler | Charles Lew | -1/+1 |
| 2022-11-16 | Use `as_deref` in compiler (but only where it makes sense) | Maybe Waffle | -11/+4 |
| 2022-11-09 | Fix `rustdoc --version` when used with download-rustc | Joshua Nelson | -16/+7 |
| 2022-11-05 | Simplify code | Nilstrieb | -10/+5 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -101/+2 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -101/+2 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -1/+1 |
| 2022-10-26 | fix tracking hash test | mejrs | -1/+1 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -11/+3 |
| 2022-10-24 | Address some comments | mejrs | -0/+1 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+1 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -14/+14 |
| 2022-10-21 | Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errors | bors | -0/+2 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -0/+2 |
| 2022-10-19 | Add a comment to `Compiler`. | Nicholas Nethercote | -1/+4 |
| 2022-10-19 | Clarify `run_in_thread_pool_with_globals`. | Nicholas Nethercote | -44/+45 |
| 2022-10-19 | Replace a `spawn_unchecked` with `spawn_scoped`. | Nicholas Nethercote | -12/+16 |
| 2022-10-19 | Apply `Lrc` later to `sess` and `codegen_backend`. | Nicholas Nethercote | -10/+5 |
| 2022-10-19 | Inline and remove `create_compiler_and_run`. | Nicholas Nethercote | -53/+51 |
| 2022-10-19 | Reduce visibility of some functions. | Nicholas Nethercote | -3/+3 |
| 2022-10-19 | Inline and remove `scoped_thread`. | Nicholas Nethercote | -15/+9 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -17/+4 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -11/+16 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1/+0 |
| 2022-10-06 | Rollup merge of #102725 - nnethercote:rm-Z-time, r=davidtwco | Matthias Krüger | -1/+0 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+0 |
| 2022-10-06 | Auto merge of #99324 - reez12g:issue-99144, r=jyn514 | bors | -1/+0 |
| 2022-09-30 | Fix typo | nils | -1/+1 |
| 2022-09-30 | Update compiler/rustc_interface/src/queries.rs | Camille Gillot | -1/+1 |
| 2022-09-30 | Add comment explaining why we flush delayed bugs before codegen | nils | -0/+2 |
| 2022-09-29 | Remove from compiler/ crates | reez12g | -1/+0 |
| 2022-09-27 | Flush delayed bugs before codegen | Nilstrieb | -0/+2 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -4/+3 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -1/+0 |