| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -1/+1 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -2/+2 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -59/+54 |
| 2024-01-04 | Make iteration order of crate_inherent_impls query result stable. | Michael Woerister | -9/+3 |
| 2024-01-04 | Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives. | Michael Woerister | -2/+3 |
| 2024-01-03 | Rollup merge of #119510 - saethlin:fatal-io-errors, r=WaffleLapkin,Nilstrieb | León Orell Valerian Liehr | -2/+2 |
| 2024-01-02 | Report I/O errors with emit_fatal not emit_err | Ben Kimock | -2/+2 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -49/+44 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -11/+11 |
| 2023-12-29 | Shrink span encoding further | Mark Rousskov | -15/+29 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -2/+1 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -0/+1 |
| 2023-12-27 | Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkin | bors | -1/+13 |
| 2023-12-27 | Support relative offsets when encoding spans | Mark Rousskov | -1/+13 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -3/+3 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -21/+23 |
| 2023-12-24 | Auto merge of #119238 - Mark-Simulacrum:def-hash-efficiency, r=cjgillot | bors | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-23 | Specialize DefPathHash table to skip crate IDs | Mark Rousskov | -2/+2 |
| 2023-12-23 | Auto merge of #119225 - Mark-Simulacrum:remove-option, r=compiler-errors | bors | -1/+1 |
| 2023-12-22 | Avoid redundant Option for cross_crate_inlinable | Mark Rousskov | -1/+1 |
| 2023-12-21 | Encode CoroutineKind directly | Michael Goulet | -2/+2 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -21/+23 |
| 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 | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -22/+8 |
| 2023-11-30 | Change prefetch to avoid deadlock | Andreas Jonson | -16/+7 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -2/+2 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -21/+11 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -21/+11 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -12/+22 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -21/+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-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -7/+12 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -12/+22 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -5/+1 |
| 2023-11-21 | Fix some unnecessary casts | Nilstrieb | -5/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -12/+10 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -2/+3 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -6/+10 |
| 2023-11-07 | Rollup merge of #115485 - DaniPopes:rustdoc-macro-consts, r=jackh726,fmease | Matthias Krüger | -15/+16 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -6/+6 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -16/+16 |
| 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/+4 |
| 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/+16 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -6/+13 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -14/+16 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -12/+9 |