| Age | Commit message (Expand) | Author | Lines |
| 2023-02-05 | rustc_interface: remove huge error imports | est31 | -18/+16 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -0/+9 |
| 2023-01-23 | Make `output_filenames` a real query | Oli Scherer | -19/+13 |
| 2023-01-23 | Remove another unneeded use of the resolver | Oli Scherer | -17/+16 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -4/+2 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -4/+2 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -8/+7 |
| 2023-01-16 | Group some commonly passed together values into a struct | Oli Scherer | -12/+5 |
| 2023-01-16 | Remove redundant `input_path` field from `Config` | Oli Scherer | -1/+1 |
| 2023-01-16 | remove some arguments that can also be fed at the caller side | Oli Scherer | -27/+3 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -1/+7 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -1/+7 |
| 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-05 | Fix `uninlined_format_args` for some compiler crates | nils | -3/+3 |
| 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-07 | Use `Symbol` for the crate name instead of `String`/`str` | Oli Scherer | -19/+21 |
| 2022-12-06 | Auto merge of #105220 - oli-obk:feeding, r=cjgillot | bors | -6/+17 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -2/+15 |
| 2022-12-03 | Remove all but one call site of `prepare_outputs` and fetch the value from th... | Oli Scherer | -4/+2 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -4/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -1/+1 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -11/+3 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -0/+1 |
| 2022-10-10 | Move lifetime resolution module to rustc_hir_analysis. | Camille GILLOT | -1/+0 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -3/+2 |
| 2022-09-07 | Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoerister | bors | -3/+14 |
| 2022-09-05 | Rollup merge of #101142 - nnethercote:improve-hir-stats, r=davidtwco | Dylan DPC | -2/+2 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -3/+2 |
| 2022-08-29 | Track PGO profiles in depinfo | Jakub Beránek | -3/+14 |
| 2022-08-29 | Add prefix to every line of `-Zhir-stats` output. | Nicholas Nethercote | -2/+2 |
| 2022-08-25 | Rollup merge of #100808 - SkiFire13:migrate_diagnostics_rustc_interface, r=da... | Yuki Okushi | -51/+20 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -3/+3 |
| 2022-08-22 | Remove use of DiagnosticArgFromDisplay | Giacomo Stevanato | -14/+8 |
| 2022-08-22 | Move rustc_interface diagnostics to struct SessionDiagnostic derives | Giacomo Stevanato | -31/+23 |
| 2022-08-22 | Move existing diagnostic struct to a new errors module | Giacomo Stevanato | -19/+2 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -2/+2 |
| 2022-08-17 | Migrate emoji identifier diagnostics to `SessionDiagnostic` | finalchild | -18/+22 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -1/+1 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -70/+4 |
| 2022-07-14 | Rollup merge of #98580 - PrestonFrom:issue_98466, r=estebank | Dylan DPC | -2/+5 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -13/+13 |
| 2022-07-13 | Emit warning when named arguments are used positionally in format | Preston From | -2/+5 |
| 2022-07-06 | Make AST lowering a query. | Camille GILLOT | -47/+6 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -0/+1 |
| 2022-07-02 | move encode_and_write_metadata to rustc_metadata::fs | Yoshiki Matsuda | -70/+4 |