about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-06Fix CIJakub Beránek-4/+4
2025-07-06Horrible hack to make codegen backends "work" during checkJakub Beránek-11/+32
2025-07-06Add support for allowing features when checking toolsJakub Beránek-2/+15
2025-07-06Use stage auto-bump when cross-checking on stage 1Jakub Beránek-17/+14
2025-07-06Add `#[tracing::instrument]` to the LLVM build stepJakub Beránek-0/+9
2025-07-06Update library cross-compilation testJakub Beránek-3/+2
2025-07-06Update `Mode::ToolStd` commentJakub Beránek-2/+7
2025-07-06Add staging comment to `check::Rustc`Jakub Beránek-0/+2
2025-07-06Add change tracker entryJakub Beránek-0/+5
2025-07-06Unify selection of build compiler for checking in a single functionJakub Beránek-48/+47
2025-07-06Implement `CoverageDump` checking through the `tool_check_step` macroJakub Beránek-66/+5
2025-07-06Fixup check of rust-analyzer, codegen backends, compiletest and other toolsZalathar-64/+113
2025-07-06Properly check that an expression might be the one returned (#15115)llogiq-9/+422
2025-07-06Handle potentially-shadowing bindings in `manual_let_else` (#15118)llogiq-11/+218
2025-07-06fix: Improve floating point lint to handle ambiguous type (#15133)llogiq-19/+209
2025-07-06Don't remove explicit cast to trait object pointer (#15145)llogiq-1/+14
2025-07-06FIX: NegMultiply should preserve parenthesis when method is called (#15179)llogiq-9/+63
2025-07-06Make build compiler explicit in `check::Rustc` and `check::Std`Jakub Beránek-73/+87
2025-07-06Remove `custom_stage` override from `check::Std` and make 1 be the default ch...Jakub Beránek-54/+11
2025-07-06Make default check stage be 1, and error out on checking with stage 0Jakub Beránek-5/+11
2025-07-06fix: redundant_closure_call lint for closures with block (#15144)llogiq-15/+61
2025-07-06rename panic_paylods → unwind_payloadsRalf Jung-7/+7
2025-07-06Renamed retain_mut to retain on LinkedList as mentioned in the ACPJoshua Gentry-37/+2
2025-07-06interpret: rename StackPopCleanupRalf Jung-56/+56
2025-07-06Rollup merge of #143518 - joshtriplett:sort-attrs, r=KobzolMatthias Krüger-0/+2
2025-07-06Rollup merge of #143514 - joshtriplett:macro-test-organization, r=jieyouxuMatthias Krüger-11/+11
2025-07-06Rollup merge of #143492 - Diggsey:db-fix-object-ambiguity, r=RalfJungMatthias Krüger-6/+14
2025-07-06Rollup merge of #143252 - JonathanBrouwer:rewrite_empty_attribute, r=jdonszel...Matthias Krüger-199/+201
2025-07-06Auto merge of #143515 - rust-lang:cargo_update, r=clubby789bors-12/+27
2025-07-06move `stable_mir` back to its own crate and move `rustc_internal` to the`stab...Makai-1291/+1241
2025-07-06Include enum variants in world symbolsChayim Refael Friedman-0/+75
2025-07-06Auto merge of #143521 - matthiaskrgr:rollup-kpv1og3, r=matthiaskrgrbors-179/+350
2025-07-06Do not unify borrowed locals in CopyProp.Camille GILLOT-94/+360
2025-07-06Do not remove `as` if it changes the type (#15182)dswij-2/+30
2025-07-06Merge pull request #20184 from Veykril/push-ywpynxnltpokLukas Wirth-32/+44
2025-07-06chore: Remove dead field from `InferenceContext`Lukas Wirth-32/+44
2025-07-06Rollup merge of #143504 - RalfJung:compiletest-err, r=jieyouxuMatthias Krüger-1/+2
2025-07-06Rollup merge of #143493 - lolbinarycat:tidy-spellcheck-bless, r=KobzolMatthias Krüger-6/+17
2025-07-06Rollup merge of #143484 - bvanjoi:issue-140796, r=compiler-errorsMatthias Krüger-2/+112
2025-07-06Rollup merge of #143477 - folkertdev:use-is-multiple-of, r=joshtriplettMatthias Krüger-34/+33
2025-07-06Rollup merge of #143470 - Ayush1325:uefi-tcp4-recv, r=joshtriplettMatthias Krüger-6/+52
2025-07-06Rollup merge of #143416 - joshtriplett:mbe-simplifications, r=nnethercoteMatthias Krüger-130/+134
2025-07-06Merge pull request #20132 from A4-Tacks/asmut-borrow-minicoreLukas Wirth-0/+34
2025-07-06Merge pull request #20126 from Wilfred/no_unwrap_in_discover_projectsLukas Wirth-3/+8
2025-07-06Fix line break after ":" in unpretty attribute printJonathan Brouwer-10/+8
2025-07-06Rewrite empty attribute lintJonathan Brouwer-4/+4
2025-07-06Rewrite empty attribute lintJonathan Brouwer-191/+195
2025-07-06Propagate `accept-comment-above-attributes` to statements (#15213)Samuel Tardieu-4/+37
2025-07-06Auto merge of #143354 - Shourya742:2025-07-03-bye-bye-as_mut-command, r=Kobzolbors-46/+76
2025-07-06Merge pull request #20179 from ChayimFriedman2/destructuring-assignment-neverLukas Wirth-2/+61