about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-06Add more tests for invalid alignmentsJules Bertholet-5/+52
2025-07-06Add FIXME for gen et alJules Bertholet-0/+1
2025-07-06Add test for `dyn` alignmentJules Bertholet-0/+15
2025-07-06Test `async fn`Jules Bertholet-0/+7
2025-07-06Support `#[align(…)]` on fns in `extern` blocksJules Bertholet-1/+15
2025-07-06Remove `repr(align)` codeJules Bertholet-14/+49
2025-07-06Simplify num formatting helpersYotam Ofek-22/+3
2025-07-06Port `#[path]` to the new attribute parsing infrastructureJonathan Brouwer-36/+88
2025-07-06Move check for new attribute to `check_builtin_meta_item`Jonathan Brouwer-36/+35
2025-07-06Regression tests for repr ICEsJonathan Brouwer-0/+57
2025-07-06Auto merge of #143509 - cjgillot:copy-prop-noborrow, r=tmiaskobors-283/+832
2025-07-06mbe: Change `unused_macro_rules` to a `DenseBitSet`Josh Triplett-6/+9
2025-07-06Update run-make testia0-4/+25
2025-07-06Remove duplicate wordMicke-1/+1
2025-07-06More carefully consider span context when suggesting remove &mutMichael Goulet-5/+42
2025-07-06Auto merge of #143526 - matthiaskrgr:rollup-pm69g5v, r=matthiaskrgrbors-216/+228
2025-07-06Do not optimize stable-mir ui tests.Camille GILLOT-189/+472
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+193
2025-07-06dogfood: fix few lint issuesklensy-8/+15
2025-07-06also lint method calls inside map_or first argklensy-30/+54
2025-07-06precommit testklensy-18/+22
2025-07-06sleep_until: use clock_nanosleep where possibledvdsk-25/+218
2025-07-06or_fun_call: also lint `and` method for Option/Result (#15073)llogiq-2/+56
2025-07-06Do not ever cross-check bootstrap toolsJakub Beránek-2/+7
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