about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-25Auto merge of #128657 - clubby789:optimize-none, r=fee1-dead,WaffleLapkinbors-29/+314
2025-01-24Account for mutable borrow in argument suggestionEsteban Küber-26/+30
2025-01-24Rollup merge of #135976 - WaffleLapkin:tailcall-nodrop, r=oli-obkMatthias Krüger-0/+9
2025-01-24Rollup merge of #135949 - estebank:shorten-ty, r=davidtwcoMatthias Krüger-9/+10
2025-01-24Rollup merge of #135749 - compiler-errors:param-ordering, r=davidtwcoMatthias Krüger-138/+121
2025-01-24Rollup merge of #135581 - EnzymeAD:refactor-codgencx, r=oli-obkMatthias Krüger-56/+239
2025-01-24Merge commit '9f33f846ddc06afd7ffd839ee4f18babac3f3204'Guillaume Gomez-41/+85
2025-01-24Skip suggestions in `derive`d codeEsteban Küber-0/+3
2025-01-24Make CodegenCx and Builder genericManuel Drehwald-56/+239
2025-01-24Rename `OptimizeAttr::None` to `Default`clubby789-8/+10
2025-01-24Use short ty string for move errorsEsteban Küber-8/+56
2025-01-24Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack...Michael Goulet-16/+16
2025-01-24Do not assume const params are printed after type paramsMichael Goulet-138/+121
2025-01-24Silence progress messages from MSVC link.exejyn-12/+29
2025-01-24Rollup merge of #135873 - Zalathar:be-prepared, r=oli-obkMatthias Krüger-184/+163
2025-01-24use `fmt::from_fn` in more places, instead of using structs that impl formatt...Yotam Ofek-161/+111
2025-01-24rustc_hir: replace `debug_fn` with unstable `fmt::from_fn`Yotam Ofek-17/+8
2025-01-24add nto80 x86-64 and aarch64 targetAkhilTThomas-0/+24
2025-01-24Move common code to mod nto_qnxFlorian Bartels-118/+145
2025-01-24Add support for QNX 7.1 with io-sock on x64Florian Bartels-0/+28
2025-01-24Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack...Florian Bartels-0/+28
2025-01-24Add a workaround for parallel rustc crashing when there are delayed bugsbjorn3-15/+30
2025-01-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-412/+767
2025-01-24Auto merge of #135978 - matthiaskrgr:rollup-ni16gqr, r=matthiaskrgrbors-22/+233
2025-01-24Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jackh726Matthias Krüger-16/+16
2025-01-24Rollup merge of #135865 - zachs18:maybe_report_similar_assoc_fn_more, r=compi...Matthias Krüger-6/+14
2025-01-24Rollup merge of #135757 - no1wudi:master, r=compiler-errorsMatthias Krüger-0/+203
2025-01-24don't drop types with no drop glue when tailcallingWaffle Lapkin-0/+9
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-24Auto merge of #135959 - matthiaskrgr:rollup-0jenyfw, r=matthiaskrgrbors-8/+174
2025-01-24Properly report error when object type param default references selfMichael Goulet-15/+13
2025-01-24Auto merge of #135947 - matthiaskrgr:rollup-k9jpfls, r=matthiaskrgrbors-152/+138
2025-01-24Reword "crate not found" resolve messageEsteban Küber-5/+33
2025-01-24Use short type string in E0308 secondary span labelEsteban Küber-9/+10
2025-01-23Make cenum_impl_drop_cast a hard errorEric Huss-62/+11
2025-01-24Add comments about address spacesFlakebi-1/+26
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 #135855 - cuviper:parser-size, r=wesleywiserMatthias Krüger-2/+3
2025-01-24Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3Matthias Krüger-5/+168
2025-01-23omit unused args warnings for intrinsics without bodyvayunbiyani-0/+8
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-109/+30