| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -12/+31 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -2/+2 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -10/+96 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -10/+96 |
| 2023-08-30 | Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber | bors | -1/+2 |
| 2023-08-27 | Add a specialization for encoding byte arrays in rmeta | Ben Kimock | -0/+7 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -13/+12 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -3/+7 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -7/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+6 |
| 2023-07-22 | improve debuggability | Lukas Markeffsky | -5/+4 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -1/+0 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -0/+1 |
| 2023-07-19 | Encode shorthands for spans in metadata. | Camille GILLOT | -10/+24 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -1/+1 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -1/+1 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -1/+1 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-13 | Adapt table sizes to the contents | Ben Kimock | -1/+2 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -2/+6 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -30/+1 |