| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Auto merge of #119173 - compiler-errors:direct-coro-kind, r=TaKO8Ki | bors | -4/+19 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -19/+12 |
| 2023-12-21 | Encode CoroutineKind directly | Michael Goulet | -4/+19 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -19/+12 |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -6/+6 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -3/+3 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -3/+3 |
| 2023-12-11 | Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkin | bors | -22/+19 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -2/+1 |
| 2023-12-10 | remove redundant imports | surechen | -47/+18 |
| 2023-12-05 | Auto merge of #118488 - andjo403:remove_deadlock, r=SparrowLii | bors | -16/+7 |
| 2023-12-02 | Use `Session::diagnostic` in more places. | Nicholas Nethercote | -5/+2 |
| 2023-12-01 | Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3 | bors | -7/+17 |
| 2023-11-30 | Change prefetch to avoid deadlock | Andreas Jonson | -16/+7 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+12 |
| 2023-11-30 | Move `MetadataLoader{,Dyn}` to `rustc_metadata`. | Nicholas Nethercote | -7/+17 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -21/+19 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -22/+11 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -22/+11 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -19/+24 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -22/+11 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -1/+1 |
| 2023-11-26 | Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors | bors | -18/+20 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -18/+20 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -19/+24 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -6/+2 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -6/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -20/+18 |
| 2023-11-20 | Store feature stability un-split | Michael Goulet | -13/+9 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -7/+21 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -6/+10 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -5/+4 |
| 2023-11-07 | Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease | Matthias Krüger | -15/+17 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -53/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -13/+14 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -19/+19 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -3/+11 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -1/+34 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -3/+11 |
| 2023-10-15 | Format macro const literals with pretty printer | DaniPopes | -15/+17 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -15/+34 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | rustc_metadata: use try_canonicalize | Tamir Duberstein | -2/+3 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -16/+19 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -34/+10 |