about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-26Add cache to FoldEscapingRegionsMichael Goulet-1/+19
2025-01-26rustc_ast: replace some len-checks + indexing with slice patterns etc. 🧹Yotam Ofek-10/+10
2025-01-26Consistently use the most significant bit of vector masksJörn Horstmann-93/+104
2025-01-26Restore previous ABI for f_single_u8_argbjorn3-1/+10
2025-01-26Avoid using make_direct_deprecated() in extern "ptx-kernel"bjorn3-24/+26
2025-01-26Auto merge of #136087 - jhpratt:rollup-tam1mzn, r=jhprattbors-77/+190
2025-01-26implement lint `double_negations`Kalle Wachsmuth-11/+88
2025-01-26unrelated cleanupKalle Wachsmuth-10/+2
2025-01-26Fix cg_clif testing coretestsbjorn3-56/+11
2025-01-26Auto merge of #135753 - compiler-errors:from-ty-const, r=oli-obkbors-88/+15
2025-01-26Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmeaseJacob Pratt-3/+9
2025-01-26Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubileeJacob Pratt-74/+181
2025-01-25Rollup merge of #136032 - estebank:issue-136028, r=SparrowLiiJacob Pratt-26/+30
2025-01-25Rollup merge of #136031 - lqd:polonius-debugger-episode-1, r=compiler-errorsJacob Pratt-34/+216
2025-01-25Rollup merge of #135951 - yotamofek:use-debug-helpers, r=SparrowLiiJacob Pratt-178/+119
2025-01-25Rollup merge of #135785 - folkertdev:s390x-vector-passmode-direct, r=bjorn3Jacob Pratt-3/+11
2025-01-25Rollup merge of #133951 - bjorn3:wasm_c_abi_lint_hard_error, r=workingjubileeJacob Pratt-54/+11
2025-01-26Incorporate `iter_nodes` into `graph::DirectedGraph`Zalathar-23/+18
2025-01-26Auto merge of #136070 - matthiaskrgr:rollup-b5enbuz, r=matthiaskrgrbors-36/+28
2025-01-25[Clippy] Add vec_reserve & vecdeque_reserve diagnostic itemswowinter13-0/+2
2025-01-25Rollup merge of #136056 - fee1-dead-contrib:push-tswyxkywqrtt, r=jieyouxuMatthias Krüger-1/+1
2025-01-25Rollup merge of #136016 - Urgau:check-cfg-allow-test-improv, r=jieyouxuMatthias Krüger-4/+25
2025-01-25Rollup merge of #134300 - RalfJung:remove-dead-attrs, r=chenyukangMatthias Krüger-31/+2
2025-01-25Simplify slice indexing in next trait solverYotam Ofek-7/+5
2025-01-25Shorten linker output even more when `--verbose` is not presentjyn-16/+65
2025-01-25Pass spans to perform_locally_in_new_solverMichael Goulet-20/+34
2025-01-25Add a suggestion to cast target_feature fn items to fn pointers.Luca Versari-0/+3
2025-01-25Auto merge of #119286 - jyn514:linker-output, r=bjorn3bors-39/+220
2025-01-25Fix typo in const stability error messageDeadbeef-1/+1
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-5/+33
2025-01-25Filter well known names from check-cfg diagnosticsUrgau-4/+25
2025-01-25Auto merge of #136041 - matthiaskrgr:rollup-5r1k45x, r=matthiaskrgrbors-23/+72
2025-01-25add CFG to polonius MIR dumpRémy Rakic-2/+71
2025-01-25fix terminator edges commentsRémy Rakic-2/+4
2025-01-25switch polonius MIR dump to HTMLRémy Rakic-9/+67
2025-01-25use more explicit MIR dumping processRémy Rakic-4/+36
2025-01-25extract principal MIR dump functionRémy Rakic-21/+42
2025-01-25Rollup merge of #136027 - estebank:issue-135989, r=compiler-errorsMatthias Krüger-0/+3
2025-01-25Rollup merge of #136018 - estebank:long-moved-type, r=jieyouxuMatthias Krüger-8/+56
2025-01-25Rollup merge of #135971 - compiler-errors:self-projection, r=fmeaseMatthias Krüger-15/+13
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