| Age | Commit message (Expand) | Author | Lines |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -58/+42 |
| 2023-01-16 | Group some commonly passed together values into a struct | Oli Scherer | -52/+34 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -5/+2 |
| 2023-01-16 | remove some arguments that can also be fed at the caller side | Oli Scherer | -34/+26 |
| 2023-01-16 | Remove `prepare_outputs` | Oli Scherer | -19/+9 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -1/+12 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -0/+1 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -1/+12 |
| 2023-01-12 | Feed the `features_query` instead of grabbing it from the session lazily | Oli Scherer | -0/+1 |
| 2023-01-12 | Remove `output_filenames` field from TyCtxt and feed the query instead | Oli Scherer | -1/+1 |
| 2023-01-12 | Remove `untracked_crate` field and instead pass it along with the resolver. | Oli Scherer | -2/+3 |
| 2023-01-12 | Feed `crate_name` query | Oli Scherer | -1/+2 |
| 2023-01-12 | Feed `resolutions` query instead of it being a thin wrapper around an untrack... | Oli Scherer | -3/+3 |
| 2023-01-12 | Harden the pre-tyctxt query system against accidental recomputation | Oli Scherer | -48/+60 |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+1 |
| 2023-01-10 | Change type of box_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-10 | Change type of mutable_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -14/+11 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -1/+2 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -5/+7 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -5/+7 |
| 2022-12-25 | Ignore span references from diagnostics. | Camille GILLOT | -2/+11 |
| 2022-12-25 | Mark incremental-ignore-spans as TRACKED. | Camille GILLOT | -1/+1 |
| 2022-12-21 | Auto merge of #105812 - ojeda:no-jump-tables, r=nikic | bors | -0/+1 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+1 |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -1/+1 |
| 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 |