| Age | Commit message (Expand) | Author | Lines |
| 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-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 | -13/+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 | -13/+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 |
| 2023-09-18 | Prototype using const generic for simd_shuffle IDX array | Oli Scherer | -0/+1 |
| 2023-09-16 | Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdoc | bors | -0/+1 |
| 2023-09-16 | Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726 | bors | -1/+1 |
| 2023-09-15 | Implement custom classes for rustdoc code blocks with `custom_code_classes_in... | Guillaume Gomez | -0/+1 |
| 2023-09-14 | Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk | bors | -0/+3 |
| 2023-09-12 | Fall back to an unoptimized implementation in read_binary_file if File::metad... | Ben Kimock | -2/+31 |
| 2023-09-09 | Auto merge of #115594 - nnethercote:span-tweaks, r=cjgillot | bors | -121/+146 |
| 2023-09-08 | Auto merge of #115418 - Zoxc:freeze-source, r=oli-obk | bors | -165/+178 |
| 2023-09-08 | Add Freeze::clone | John Kåre Alsaker | -8/+2 |
| 2023-09-08 | Partially outline code inside the panic! macro | John Kåre Alsaker | -1/+1 |
| 2023-09-08 | Auto merge of #115372 - RalfJung:abi-assert-eq, r=davidtwco | bors | -0/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -0/+1 |