about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-173/+2317
2025-01-24Rollup merge of #135936 - RalfJung:reify-intrinsic, r=oli-obkMatthias Krüger-11/+11
2025-01-24Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726Matthias Krüger-36/+36
2025-01-24Rollup merge of #135890 - GrigorenkoPV:deque-pop-if, r=thomccMatthias Krüger-0/+86
2025-01-24Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi...Matthias Krüger-96/+200
2025-01-24Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomezMatthias Krüger-26/+125
2025-01-24Rollup merge of #135757 - no1wudi:master, r=compiler-errorsMatthias Krüger-2/+230
2025-01-24Rollup merge of #135489 - RalfJung:TryFromSliceError, r=tgross35Matthias Krüger-2/+2
2025-01-24Rollup merge of #133605 - traviscross:TC/add-2024-drop-order-tests, r=compile...Matthias Krüger-0/+1627
2025-01-24Fix `FormattingOptions` instantiation with `Default`Yuri Astrakhan-1/+16
2025-01-24don't drop types with no drop glue when tailcallingWaffle Lapkin-12/+12
2025-01-24Merge pull request #4147 from rust-lang/rustup-2025-01-24Ben Kimock-525/+2427
2025-01-24coverage: Tweak FileCheck directives in a mir-opt testZalathar-16/+19
2025-01-24coverage: Treat the "merged node flow graph" as a plain data structZalathar-83/+89
2025-01-24coverage: Replace `FrozenUnionFind` with a plain IndexVecZalathar-31/+11
2025-01-24coverage: Simplify how counter terms are storedZalathar-30/+20
2025-01-24coverage: Make query `coverage_ids_info` return an OptionZalathar-14/+12
2025-01-24coverage: Remove some dead code from MC/DC branch mapping conversionZalathar-19/+13
2025-01-24Exclude `mir::coverage` types from TypeFoldable/TypeVisitableZalathar-15/+26
2025-01-24fmtThe Miri Cronjob Bot-1/+1
2025-01-24Merge from rustcThe Miri Cronjob Bot-524/+2426
2025-01-24Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-01-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-100/+664
2025-01-24Properly report error when object type param default references selfMichael Goulet-21/+71
2025-01-24set default changelog messages to fail the changelog CIlapla-cogito-4/+6
2025-01-24Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgrbors-251/+1609
2025-01-23allow different sized load and storeHenry Jiang-4/+4
2025-01-24Reword "crate not found" resolve messageEsteban Küber-294/+414
2025-01-24Use short type string in E0308 secondary span labelEsteban Küber-9/+43
2025-01-23Check cfg when collecting macro defsDavid Richey-0/+6
2025-01-23Auto merge of #132666 - dingxiangfei2009:skip-if-let-rescope-lint, r=compiler...bors-6/+5
2025-01-24Rollup merge of #135905 - workingjubilee:softly-sanitize-aarch64-floats, r=rc...Matthias Krüger-1/+3
2025-01-24Rollup merge of #135878 - marcoieni:dist-aarch64-linux-8c, r=KobzolMatthias Krüger-1/+3
2025-01-24Rollup merge of #135855 - cuviper:parser-size, r=wesleywiserMatthias Krüger-2/+3
2025-01-24Rollup merge of #135827 - marcoieni:free-space-script, r=KobzolMatthias Krüger-1/+143
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+367
2025-01-24Rollup merge of #135638 - Kobzol:gcc-ci, r=onur-ozkanMatthias Krüger-4/+57
2025-01-24Rollup merge of #135366 - Urgau:unreach_pub-std-2, r=cuviperMatthias Krüger-86/+88
2025-01-23Add extensive set of drop order testsTravis Cross-0/+1627
2025-01-24Make `Vec::pop_if` a bit more presentablePavel Grigorenko-7/+4
2025-01-23Give E0223 similar-item suggestion test more descriptive name.Zachary S-13/+13
2025-01-23Rollup merge of #135920 - hkBst:patch-16, r=SparrowLiiMatthias Krüger-7/+1
2025-01-23Rollup merge of #135911 - Zalathar:arena-cache-option, r=compiler-errorsMatthias Krüger-9/+64
2025-01-23Rollup merge of #135908 - ken-matsui:remove-asm-to-obj-comment, r=compiler-er...Matthias Krüger-6/+3
2025-01-23Rollup merge of #135880 - bjorn3:misc_driver_refactors, r=oli-obkMatthias Krüger-174/+68
2025-01-23Rollup merge of #135766 - lcnr:candidate-assembly-3, r=compiler-errorsMatthias Krüger-22/+49
2025-01-23Rollup merge of #135492 - metamuffin:bug-invalid-await-suggest, r=compiler-er...Matthias Krüger-19/+12
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-14/+1412
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-10/+319
2025-01-23Implement `optimize(none)` attributeclubby789-14/+45