| Age | Commit message (Expand) | Author | Lines |
| 2025-07-06 | Move check for new attribute to `check_builtin_meta_item` | Jonathan Brouwer | -36/+35 |
| 2025-07-06 | Auto merge of #143509 - cjgillot:copy-prop-noborrow, r=tmiasko | bors | -2/+2 |
| 2025-07-06 | mbe: Change `unused_macro_rules` to a `DenseBitSet` | Josh Triplett | -6/+8 |
| 2025-07-06 | Remove duplicate word | Micke | -1/+1 |
| 2025-07-06 | More carefully consider span context when suggesting remove &mut | Michael Goulet | -5/+8 |
| 2025-07-06 | interpret: rename StackPopCleanup | Ralf Jung | -40/+40 |
| 2025-07-06 | Rollup merge of #143518 - joshtriplett:sort-attrs, r=Kobzol | Matthias Krüger | -0/+2 |
| 2025-07-06 | Rollup merge of #143492 - Diggsey:db-fix-object-ambiguity, r=RalfJung | Matthias Krüger | -6/+14 |
| 2025-07-06 | Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel... | Matthias Krüger | -84/+80 |
| 2025-07-06 | move `stable_mir` back to its own crate and move `rustc_internal` to the`stab... | Makai | -1288/+1232 |
| 2025-07-06 | Do not unify borrowed locals in CopyProp. | Camille GILLOT | -2/+2 |
| 2025-07-06 | Rollup merge of #143484 - bvanjoi:issue-140796, r=compiler-errors | Matthias Krüger | -2/+29 |
| 2025-07-06 | Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplett | Matthias Krüger | -21/+20 |
| 2025-07-06 | Rollup merge of #143416 - joshtriplett:mbe-simplifications, r=nnethercote | Matthias Krüger | -130/+134 |
| 2025-07-06 | Fix line break after ":" in unpretty attribute print | Jonathan Brouwer | -1/+2 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -83/+78 |
| 2025-07-06 | distinguish the duplicate item of rpitit | bohan | -2/+29 |
| 2025-07-06 | Auto merge of #143507 - matthiaskrgr:rollup-lpg7t12, r=matthiaskrgr | bors | -283/+184 |
| 2025-07-05 | rustc_builtin_macros: Make sure registered attributes stay sorted | Josh Triplett | -0/+2 |
| 2025-07-05 | remove `DesugaringKind::CondTemporary` | dianne | -24/+1 |
| 2025-07-05 | de-duplicate condition scoping logic | dianne | -56/+33 |
| 2025-07-05 | mbe: Defer checks for `compile_error!` until reporting an unused macro rule | Josh Triplett | -92/+80 |
| 2025-07-05 | mbe: Simplify a match to a let-else | Josh Triplett | -3/+2 |
| 2025-07-05 | mbe: Add a helper to parse a single `TokenTree` | Josh Triplett | -22/+20 |
| 2025-07-05 | Rollup merge of #143494 - cjgillot:no-yield-in-scope, r=compiler-errors | Matthias Krüger | -263/+37 |
| 2025-07-05 | Rollup merge of #143489 - cjgillot:mut-visit-span, r=petrochenkov | Matthias Krüger | -11/+79 |
| 2025-07-05 | Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkov | Matthias Krüger | -6/+4 |
| 2025-07-05 | Rollup merge of #143238 - JonathanBrouwer:ignore_parser, r=jdonszelmann | Matthias Krüger | -3/+64 |
| 2025-07-05 | Auto merge of #142732 - compiler-errors:more-root, r=lcnr | bors | -119/+33 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -3/+64 |
| 2025-07-05 | Don't compress input universes | Michael Goulet | -111/+10 |
| 2025-07-05 | [perf] Skip walking into param-env component if it has no placeholder/re-var | Michael Goulet | -4/+9 |
| 2025-07-05 | Canonicalize input ty/ct infer/placeholder in the root universe | Michael Goulet | -8/+23 |
| 2025-07-05 | Stop using Key trait randomly | Michael Goulet | -6/+4 |
| 2025-07-05 | Don't call predicates_of on a dummy obligation cause's body id | Michael Goulet | -13/+20 |
| 2025-07-05 | Make tempfile a normal dependency | Diggory Blake | -5/+3 |
| 2025-07-05 | Remove yields_in_scope from the scope tree. | Camille GILLOT | -263/+37 |
| 2025-07-05 | Use `object` crate from crates.io to fix windows build error | Diggory Blake | -1/+11 |
| 2025-07-05 | codegen_ssa: replace a Result by an Either | Ralf Jung | -23/+24 |
| 2025-07-05 | Complete mut_visit. | Camille GILLOT | -11/+79 |
| 2025-07-05 | mbe: Introduce an enum for which part of a rule we're parsing | Josh Triplett | -17/+36 |
| 2025-07-05 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -165/+111 |
| 2025-07-05 | Fix short linker error output | ia0 | -4/+11 |
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -12/+11 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -9/+9 |
| 2025-07-04 | only check for mixed deref/normal constructors when needed | dianne | -1/+26 |
| 2025-07-04 | always check for mixed deref pattern and normal constructors | dianne | -53/+88 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -327/+292 |
| 2025-07-04 | Rollup merge of #143410 - scottmcm:redo-transmute-again, r=RalfJung,workingju... | Jubilee | -165/+111 |
| 2025-07-05 | Auto merge of #138759 - scottmcm:operand-builder, r=saethlin | bors | -67/+149 |