| Age | Commit message (Expand) | Author | Lines |
| 2023-12-21 | Encode CoroutineKind directly | Michael Goulet | -1/+1 |
| 2023-11-28 | Use a u64 for the rmeta root position | Ben Kimock | -2/+2 |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -1/+1 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -1/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -2/+2 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -0/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -0/+1 |
| 2023-09-23 | Enable drop_tracking_mir by default. | Camille GILLOT | -2/+1 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -2/+1 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -1/+1 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -1/+1 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-08-30 | Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber | bors | -3/+8 |
| 2023-08-29 | Document in the code how this scheme works | Ben Kimock | -0/+3 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -1/+1 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+1 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -2/+1 |
| 2023-07-21 | add crate-local `-Z reference_niches` unstable flag (does nothing for now) | Moulins | -1/+2 |
| 2023-07-19 | Encode shorthands for spans in metadata. | Camille GILLOT | -0/+6 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -1/+1 |
| 2023-07-13 | Adapt table sizes to the contents | Ben Kimock | -3/+5 |
| 2023-06-22 | migrate inferred_outlives_of to Clause | Michael Goulet | -1/+1 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -1/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -1/+1 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -1/+2 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -1/+1 |
| 2023-06-07 | Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkov | bors | -0/+2 |
| 2023-06-01 | Remember names of `cfg`-ed out items to mention them in diagnostics | Nilstrieb | -0/+2 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -0/+1 |
| 2023-05-26 | Load only the header for crate_matches | jyn | -5/+26 |
| 2023-05-25 | rustc_metadata: inherit dependency privacy flag | Michael Howell | -0/+1 |
| 2023-05-19 | Auto merge of #111641 - michaelwoerister:debugger-visualizer-fixes, r=cjgillot | bors | -1/+2 |
| 2023-05-18 | Auto merge of #111345 - jyn514:cfg-release-caching, r=cjgillot,est31 | bors | -2/+2 |
| 2023-05-17 | Only depend on CFG_VERSION in rustc_interface | jyn | -2/+2 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -1/+0 |
| 2023-05-16 | Move DebuggerVisualizerFile types from rustc_span to rustc_middle | Michael Woerister | -1/+2 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -1/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-13 | Encode VariantIdx so we can decode variants in the right order | Michael Goulet | -0/+2 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -1/+1 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -0/+6 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -1/+0 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -1/+2 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -1/+0 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -1/+1 |