| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | tests/run-make: port `issue-84395-lto-embed-bitcode` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -14/+27 |
| 2024-10-22 | tests/run-make: fix `cross-lang-lto-riscv-abi` | 许杰友 Jieyou Xu (Joe) | -23/+61 |
| 2024-10-22 | Auto merge of #132020 - workingjubilee:rollup-a8iehqg, r=workingjubilee | bors | -4/+232 |
| 2024-10-21 | Rollup merge of #132015 - compiler-errors:move-const-trait-tests, r=fee1-dead | Jubilee | -0/+0 |
| 2024-10-21 | Rollup merge of #131807 - beetrees:riscv-target-abi, r=workingjubilee | Jubilee | -1/+47 |
| 2024-10-21 | Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=Amanieu | Jubilee | -3/+3 |
| 2024-10-21 | Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelix | Jubilee | -0/+182 |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -104/+59 |
| 2024-10-22 | Move tests | Michael Goulet | -0/+0 |
| 2024-10-21 | Auto merge of #131840 - compiler-errors:impossible-maybe, r=lcnr | bors | -0/+8 |
| 2024-10-21 | Auto merge of #131570 - ehuss:update-xcode, r=Mark-Simulacrum | bors | -3/+3 |
| 2024-10-21 | Update debuginfo test for newer lldb | Eric Huss | -3/+3 |
| 2024-10-21 | Rollup merge of #132001 - lcnr:stabilize-coherence-again, r=compiler-errors | Matthias Krüger | -21/+75 |
| 2024-10-21 | Rollup merge of #131999 - jieyouxu:unit-bindings, r=WaffleLapkin | Matthias Krüger | -0/+100 |
| 2024-10-21 | Rollup merge of #131997 - Veykril:veykril/push-upvqkyxmvkzw, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-10-21 | Rollup merge of #131991 - jannden:issue-98565-test, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -49/+8 |
| 2024-10-21 | don't bail when encountering many placeholders | lcnr | -14/+19 |
| 2024-10-21 | normalizes-to disable infer var check | lcnr | -7/+56 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -49/+8 |
| 2024-10-21 | unit_bindings: improve test coverage | 许杰友 Jieyou Xu (Joe) | -0/+100 |
| 2024-10-21 | Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test | Lukas Wirth | -0/+4 |
| 2024-10-21 | test: Add test for trait in FQS cast, issue #98565 | Jan Cibulka | -0/+24 |
| 2024-10-21 | Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf... | bors | -478/+162 |
| 2024-10-21 | lang: Strengthen RFC 3391 guarantees to match T-lang consensus | Jubilee Young | -0/+71 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -4/+51 |
| 2024-10-21 | Rollup merge of #126588 - linyihai:trim-extra-comma, r=petrochenkov | Matthias Krüger | -4/+51 |
| 2024-10-21 | Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwU | bors | -0/+53 |
| 2024-10-20 | Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr | bors | -49/+91 |
| 2024-10-20 | Rollup merge of #131927 - clubby789:skip-filecheck-directives, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2024-10-20 | Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxu | Matthias Krüger | -46/+90 |
| 2024-10-20 | Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkin | bors | -45/+45 |
| 2024-10-20 | Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxu | Matthias Krüger | -0/+76 |
| 2024-10-20 | Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-code | Matthias Krüger | -4/+107 |
| 2024-10-20 | Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxu | Matthias Krüger | -29/+255 |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -46/+90 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -104/+59 |
| 2024-10-20 | Added more scenarios where commas need to be removed | Lin Yihai | -4/+51 |
| 2024-10-20 | compiler: Reject impossible reprs during enum layout | Jubilee Young | -4/+107 |
| 2024-10-20 | compiler: pre-move code for fixing enum layout ICEs | Jubilee Young | -0/+0 |
| 2024-10-20 | add latest crash tests | Matthias Krüger | -0/+76 |
| 2024-10-20 | Stop relying on hashmap iteration for unused macro rules arms | Noratrieb | -22/+22 |
| 2024-10-20 | Stop relying on hashmap iteration for hir stat printing | Noratrieb | -23/+23 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -417/+30 |
| 2024-10-19 | Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxu | Matthias Krüger | -11/+9 |
| 2024-10-19 | Rollup merge of #131920 - clubby789:108395-test, r=jieyouxu | Matthias Krüger | -0/+27 |
| 2024-10-19 | Rollup merge of #131795 - compiler-errors:expectation, r=Nadrieril | Matthias Krüger | -61/+44 |
| 2024-10-19 | Rollup merge of #131789 - compiler-errors:capture-more, r=fmease | Matthias Krüger | -0/+37 |
| 2024-10-19 | Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkov | Matthias Krüger | -0/+16 |
| 2024-10-19 | Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=... | Matthias Krüger | -6/+25 |