| Age | Commit message (Expand) | Author | Lines |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -0/+28 |
| 2024-01-09 | Remove more needless leb128 coding for enum variants | Mark Rousskov | -11/+12 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -8/+33 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -8/+33 |
| 2024-01-08 | macro_rules: Add an expansion-local cache to span marker | Vadim Petrochenkov | -1/+1 |
| 2024-01-06 | Auto merge of #119662 - matthiaskrgr:rollup-ehofh5n, r=matthiaskrgr | bors | -65/+48 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -65/+48 |
| 2024-01-06 | Auto merge of #119531 - petrochenkov:cmpctxt, r=cjgillot | bors | -43/+64 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -96/+205 |
| 2024-01-06 | rustc_span: Optimize syntax context comparisons | Vadim Petrochenkov | -43/+64 |
| 2024-01-05 | Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot | bors | -2/+28 |
| 2024-01-05 | rustc_span: More consistent span combination operations | Vadim Petrochenkov | -49/+47 |
| 2024-01-05 | rustc_span: Remove `fn fresh_expansion` | Vadim Petrochenkov | -16/+1 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-01-04 | Make iteration order of region_scope_tree query stable | Michael Woerister | -1/+17 |
| 2024-01-04 | Split StableCompare trait out of StableOrd trait. | Michael Woerister | -1/+11 |
| 2024-01-01 | Add comments sugested by reviewer | bjorn3 | -0/+5 |
| 2023-12-31 | Avoid specialization for AttrId deserialization | bjorn3 | -0/+22 |
| 2023-12-31 | Remove almost all uses of specialization from the metadata encoding code | bjorn3 | -85/+143 |
| 2023-12-31 | Avoid specialization for the Span Encodable and Decodable impls | bjorn3 | -11/+35 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -0/+1 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -0/+1 |
| 2023-12-25 | select AsyncFn traits during overloaded call op | Michael Goulet | -0/+6 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -64/+81 |
| 2023-12-23 | Specialize DefPathHash table to skip crate IDs | Mark Rousskov | -2/+0 |
| 2023-12-23 | Add missing CFI sanitizer cfgs feature gate | Urgau | -0/+1 |
| 2023-12-19 | Unify SourceFile::name_hash and StableSourceFileId | Michael Woerister | -64/+81 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+2 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -0/+1 |
| 2023-12-15 | Add better ICE messages for some undescriptive panics | Ross Smyth | -2/+4 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+2 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -13/+0 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -0/+1 |
| 2023-12-10 | remove redundant imports | surechen | -6/+2 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+2 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+5 |
| 2023-12-06 | Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkov | Matthias Krüger | -5/+1 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -0/+2 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -5/+1 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -0/+2 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -0/+1 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+0 |
| 2023-12-02 | Add diagnostic item to PartialEq::{eq,ne} | Urgau | -0/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+1 |
| 2023-11-29 | rustc_span: Remove unused symbols. | Alona Enraght-Moony | -27/+0 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-11-29 | Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+1 |
| 2023-11-28 | Remove a comment. | Nicholas Nethercote | -1/+0 |