| Age | Commit message (Expand) | Author | Lines |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+3 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -106/+46 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+1 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+1 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+1 |
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -21/+12 |
| 2023-11-02 | Add a couple of clarifying comments. | Nicholas Nethercote | -3/+3 |
| 2023-11-02 | Deinline all session global functions. | Nicholas Nethercote | -6/+0 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -43/+7 |
| 2023-11-02 | Formatting tweaks. | Nicholas Nethercote | -9/+12 |
| 2023-11-02 | Minimize `pub` usage in `hygiene.rs`. | Nicholas Nethercote | -35/+16 |
| 2023-11-02 | Tweak `use` items. | Nicholas Nethercote | -6/+3 |
| 2023-11-02 | Fix some comments. | Nicholas Nethercote | -4/+2 |
| 2023-11-02 | Explain the `()` argument to `ErrorGuaranteed`. | Nicholas Nethercote | -0/+3 |
| 2023-11-01 | Give a better diagnostic for missing parens in Fn* bounds | clubby789 | -0/+3 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -9/+9 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -2/+7 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -0/+2 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+1 |
| 2023-10-26 | Pre-intern a symbol for env!("CFG_RELEASE") | David Tolnay | -0/+1 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -2/+4 |
| 2023-10-25 | Make `Iterator` a lang item | Oli Scherer | -0/+1 |
| 2023-10-24 | Rollup merge of #116943 - heiher:target-features, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+1 |
| 2023-10-23 | Let's see what those opaque types actually are | Michael Goulet | -0/+1 |
| 2023-10-23 | Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillot | bors | -1/+18 |
| 2023-10-21 | Rollup merge of #116312 - c410-f3r:try, r=Mark-Simulacrum | Matthias Krüger | -14/+16 |
| 2023-10-20 | Re-add `generators` as a removed feature and point to the new feature name | Oli Scherer | -0/+2 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -4/+4 |
| 2023-10-20 | Ensure we never accidentally serialize an `ErrorGuaranteed` | Oli Scherer | -1/+18 |
| 2023-10-19 | Initiate the inner usage of `cfg_match` | Caio | -14/+16 |
| 2023-10-19 | Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errors | bors | -25/+59 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes | Urgau | -25/+59 |
| 2023-10-16 | debug Span::ctxt() call detection | Arthur Lafrance | -2/+2 |
| 2023-10-16 | basic lint v2 implemented | Arthur Lafrance | -2/+2 |
| 2023-10-16 | implement the basics of the lint static analysis | Arthur Lafrance | -0/+2 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -1/+1 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+3 |
| 2023-10-06 | Rollup merge of #116474 - nnethercote:rustc_assorted, r=spastorino | Matthias Krüger | -6/+1 |
| 2023-10-06 | Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot | bors | -1/+0 |
| 2023-10-06 | Remove unused `FileName::CfgSpec`. | Nicholas Nethercote | -6/+1 |
| 2023-10-05 | Add more diagnostic items for clippy | Jason Newcomb | -0/+49 |
| 2023-10-05 | Allow file names to end with '>' | Martin Nordholts | -1/+0 |
| 2023-10-01 | Auto merge of #115670 - Zoxc:outline-panic-macro-1, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-09-30 | Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee | bors | -0/+1 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -2/+2 |
| 2023-09-25 | Rename `cold_path` to `outline` | John Kåre Alsaker | -2/+2 |
| 2023-09-21 | Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726 | bors | -2/+58 |
| 2023-09-20 | Add unit tests based on files that return odd sizes to stat | Ben Kimock | -0/+27 |