| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl... | Michael Woerister | -2/+2 |
| 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 | -18/+15 |
| 2023-12-10 | Apply suggestions from code review | Ben Kimock | -2/+1 |
| 2023-12-10 | remove redundant imports | surechen | -47/+18 |
| 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 | -17/+15 |
| 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 | -12/+22 |
| 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-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 | -12/+22 |
| 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 | -15/+13 |
| 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-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 | -11/+11 |
| 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/+16 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -11/+23 |
| 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 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -7/+7 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -2/+2 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -4/+4 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -2/+2 |
| 2023-09-20 | Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin | bors | -2/+4 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -17/+188 |
| 2023-09-12 | Fix two typos | bjorn3 | -1/+1 |
| 2023-09-10 | Reimplement FileEncoder with a small-write optimization | Ben Kimock | -2/+4 |
| 2023-09-10 | Auto merge of #115306 - tmiasko:encode-reachable-mir, r=cjgillot | bors | -12/+31 |
| 2023-09-10 | Support listing all items in -Zls | bjorn3 | -10/+80 |
| 2023-09-10 | Show lib features in -Zls and allow configuring which things are shown | bjorn3 | -69/+116 |
| 2023-09-10 | List all defined and required lang items in -Zls | bjorn3 | -0/+20 |
| 2023-09-10 | List more crate metadata in -Zls | bjorn3 | -4/+38 |
| 2023-09-10 | Encode only MIR that can be used by other crates | Tomasz Miąsko | -12/+31 |
| 2023-09-09 | Use `FreezeLock` for `CStore` | John Kåre Alsaker | -2/+2 |
| 2023-09-07 | Use `Freeze` for `SourceFile.external_src` | John Kåre Alsaker | -2/+2 |
| 2023-09-03 | Register the file while computing its start position. | Camille GILLOT | -1/+1 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -13/+11 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -11/+97 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -11/+97 |