about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-12Auto merge of #136943 - GuillaumeGomez:rollup-amtd3mq, r=GuillaumeGomezbors-1222/+1434
2025-02-12Rollup merge of #136916 - onur-ozkan:fix-cc2ar, r=jieyouxuGuillaume Gomez-16/+4
2025-02-12Rollup merge of #136907 - workingjubilee:middle-errors-cleanup, r=compiler-er...Guillaume Gomez-21/+10
2025-02-12Rollup merge of #136901 - workingjubilee:stabilize-externabi-hashing-forever,...Guillaume Gomez-176/+163
2025-02-12Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJungGuillaume Gomez-1/+47
2025-02-12Rollup merge of #136871 - madsmtm:link-to-lang-procedures, r=scottmcmGuillaume Gomez-0/+4
2025-02-12Rollup merge of #136848 - Shourya742:2025-02-11-add-docs-and-ut-for-util-cach...Guillaume Gomez-0/+98
2025-02-12Rollup merge of #136838 - compiler-errors:escaping-unsize, r=fmeaseGuillaume Gomez-2/+44
2025-02-12Rollup merge of #136784 - yotamofek:pr/rustdoc-remove-buffer-take2, r=Guillau...Guillaume Gomez-648/+710
2025-02-12Rollup merge of #136761 - workingjubilee:specify-opt-level-for-codegen-tests,...Guillaume Gomez-291/+271
2025-02-12Rollup merge of #136758 - workingjubilee:specify-opt-level-for-tests, r=saethlinGuillaume Gomez-67/+83
2025-02-12Change swap_nonoverlapping from lang to library UBBen Kimock-1/+47
2025-02-12Nuke `Buffer` abstraction from `librustdoc` 💣Yotam Ofek-648/+710
2025-02-12Auto merge of #135336 - tshepang:patch-5, r=jieyouxubors-6/+6
2025-02-12Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomezbors-399/+578
2025-02-12Rollup merge of #136915 - eyelash:float-precision, r=workingjubileeGuillaume Gomez-2/+2
2025-02-12Rollup merge of #136913 - Kobzol:kobzol-rotation, r=KobzolGuillaume Gomez-1/+0
2025-02-12Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obkGuillaume Gomez-34/+27
2025-02-12Rollup merge of #136875 - BoxyUwU:rdg-push, r=jieyouxuGuillaume Gomez-94/+155
2025-02-12Rollup merge of #136829 - GuillaumeGomez:move-line-numbers-into-code, r=notri...Guillaume Gomez-222/+280
2025-02-12Rollup merge of #136767 - onur-ozkan:is-host-target, r=albertlarsan68,jieyouxuGuillaume Gomez-13/+35
2025-02-12Rollup merge of #136698 - jackpot51:i586-redox, r=RalfJungGuillaume Gomez-9/+9
2025-02-12Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwUGuillaume Gomez-24/+70
2025-02-12Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkinbors-12/+126
2025-02-12use cc archiver as default in `cc2ar`onur-ozkan-16/+4
2025-02-12`f128` is quadruple-precisioneyelash-1/+1
2025-02-12`f16` is half-precisioneyelash-1/+1
2025-02-12Put kobzol back to review rotationJakub Beránek-1/+0
2025-02-12Auto merge of #136905 - matthiaskrgr:rollup-8zwcgta, r=matthiaskrgrbors-556/+738
2025-02-11compiler: Make middle errors `pub(crate)` and bury some dead codeJubilee Young-21/+10
2025-02-12Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqdMatthias Krüger-21/+41
2025-02-12Rollup merge of #136885 - RalfJung:linux-android-base-cpu, r=jieyouxuMatthias Krüger-2/+2
2025-02-12Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwUMatthias Krüger-9/+50
2025-02-12Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhprattMatthias Krüger-3/+3
2025-02-12Rollup merge of #136646 - oli-obk:pattern-types-ast, r=BoxyUwUMatthias Krüger-264/+241
2025-02-12Rollup merge of #136193 - oli-obk:pattern-type-ffi-checks, r=chenyukangMatthias Krüger-88/+178
2025-02-12Rollup merge of #135965 - estebank:shorten-ty-sugg, r=lcnrMatthias Krüger-22/+113
2025-02-12Rollup merge of #135549 - oli-obk:push-tmxtpnrloyqu, r=compiler-errorsMatthias Krüger-147/+110
2025-02-11compiler: remove rustc_abi::lookup and AbiUnsupportedJubilee Young-18/+15
2025-02-11compiler: remove AbiDatasJubilee Young-136/+14
2025-02-11compiler: compare and hash ExternAbi like its stringJubilee Young-25/+144
2025-02-12Auto merge of #136074 - compiler-errors:deeply-normalize-next-solver, r=lcnrbors-47/+250
2025-02-11library: amend revert of extended_varargs_abi_support for beta diffJubilee Young-1/+3
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-34/+27
2025-02-11compiler: remove rustc_target reexport of rustc_abi::HashStableContextJubilee Young-9/+5
2025-02-11compiler: narrow scope of nightly cfg in rustc_abiJubilee Young-6/+3
2025-02-12clarifyTshepang Mbambo-3/+3
2025-02-12test cli functionality in all targetsTshepang Mbambo-3/+1
2025-02-11Revert "Stabilize `extended_varargs_abi_support`"Jubilee Young-12/+124
2025-02-11Auto merge of #136878 - matthiaskrgr:rollup-opilhjv, r=matthiaskrgrbors-556/+225