| Age | Commit message (Expand) | Author | Lines |
| 2025-07-01 | Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk | bors | -6/+25 |
| 2025-07-01 | Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk | bors | -26/+4 |
| 2025-07-01 | Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgr | bors | -0/+6 |
| 2025-07-01 | Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju... | Matthias Krüger | -0/+6 |
| 2025-07-01 | Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkov | bors | -53/+80 |
| 2025-07-01 | Feed explicit_predicates_of instead of predicates_of | Michael Goulet | -1/+0 |
| 2025-07-01 | mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]` | dianqk | -0/+2 |
| 2025-06-30 | Don't recompute DisambiguatorState for every RPITIT in trait definition | Michael Goulet | -7/+0 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -17/+25 |
| 2025-06-30 | Introduce `ByteSymbol`. | Nicholas Nethercote | -53/+80 |
| 2025-06-29 | inherit `#[align]` from trait method prototypes | Folkert de Vries | -0/+6 |
| 2025-06-29 | mir: Use the `new` method for `BasicBlockData` | dianqk | -1/+9 |
| 2025-06-29 | mir: Add a `new` method to `statement` | dianqk | -1/+5 |
| 2025-06-29 | Rollup merge of #143169 - yotamofek:pr/unneeded-features, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2025-06-29 | Rollup merge of #143088 - firefighterduck:improve-doc-discr-tag, r=RalfJung | Matthias Krüger | -9/+9 |
| 2025-06-28 | Remove unused feature gates | Yotam Ofek | -1/+0 |
| 2025-06-29 | rename Pointer::from_addr_invalid to match strict provenance API | Ralf Jung | -3/+3 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -14/+22 |
| 2025-06-28 | Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk | bors | -6/+6 |
| 2025-06-28 | fix docs of FakeBorrowKind | Florian Sextl | -9/+9 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -1/+10 |
| 2025-06-27 | Rollup merge of #143096 - RalfJung:tag_for_variant, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-06-27 | Rollup merge of #140809 - bjorn3:panic_runtime_cleanup, r=petrochenkov | Matthias Krüger | -0/+6 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2025-06-27 | tag_for_variant: properly pass TypingEnv | Ralf Jung | -1/+1 |
| 2025-06-27 | Update comments | bjorn3 | -0/+3 |
| 2025-06-27 | Insert checks for enum discriminants when debug assertions are enabled | Bastian Kersting | -1/+10 |
| 2025-06-27 | Split exported_symbols for generic and non-generic symbols | bjorn3 | -6/+25 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -0/+1 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -26/+4 |
| 2025-06-27 | Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr | bors | -1/+67 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -96/+165 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -35/+14 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -61/+151 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -7/+7 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -12/+12 |
| 2025-06-26 | Simplify IfCause | Michael Goulet | -13/+5 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -7/+7 |
| 2025-06-25 | Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway... | Jana Dönszelmann | -5/+5 |
| 2025-06-25 | Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnr | bors | -0/+7 |
| 2025-06-25 | compiler: Trim the misleading C from ExternAbi::CCmse* | Jubilee Young | -5/+5 |
| 2025-06-24 | Rollup merge of #142983 - compiler-errors:taint-invalid-call-abi, r=workingju... | Jubilee | -1/+2 |
| 2025-06-24 | Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t... | Jubilee | -1/+15 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -1/+2 |
| 2025-06-24 | Add all rustc_std_internal_symbol to symbols.o | bjorn3 | -0/+3 |
| 2025-06-24 | Introduce trivial WF functions, use it in fast path | Michael Goulet | -1/+67 |
| 2025-06-23 | Uplift find_const_ty_from_env | Michael Goulet | -43/+0 |
| 2025-06-23 | Add note to find_const_ty_from_env | Michael Goulet | -5/+27 |
| 2025-06-23 | [Arm64EC] Only decorate functions with `#` | Daniel Paoliello | -1/+1 |
| 2025-06-23 | Add `#[loop_match]` for improved DFA codegen | bjorn3 | -1/+15 |