| Age | Commit message (Expand) | Author | Lines |
| 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 | -56/+1 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -10/+10 |
| 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 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -8/+8 |
| 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-17 | Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors | bors | -3/+1 |
| 2023-09-13 | Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiser | bors | -18/+190 |
| 2023-09-12 | Fix two typos | bjorn3 | -1/+1 |
| 2023-09-12 | cleanup on messages | yukang | -3/+0 |
| 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 | -70/+118 |
| 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 | -7/+7 |
| 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-03 | Make `.rmeta` file in `dep-info` have correct name (`lib` prefix) | Martin Nordholts | -3/+1 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -12/+98 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -12/+98 |
| 2023-09-01 | Use `OnceLock` for `SingleCache` | John Kåre Alsaker | -2/+2 |
| 2023-08-30 | Auto merge of #113542 - saethlin:adaptive-tables, r=b-naber | bors | -47/+125 |
| 2023-08-29 | Document in the code how this scheme works | Ben Kimock | -14/+25 |
| 2023-08-27 | Add a specialization for encoding byte arrays in rmeta | Ben Kimock | -0/+7 |
| 2023-08-13 | Remove metadata_loader query | bjorn3 | -5/+11 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -4/+7 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -14/+18 |
| 2023-08-08 | Auto merge of #114578 - petrochenkov:noplugin, r=cjgillot | bors | -10/+11 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -14/+14 |
| 2023-08-07 | rustc_interface: Dismantle `register_plugins` query | Vadim Petrochenkov | -10/+11 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -3/+7 |
| 2023-08-03 | Auto merge of #113292 - MU001999:fix/issue-113222, r=Nilstrieb | bors | -4/+17 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -3/+7 |