| Age | Commit message (Expand) | Author | Lines |
| 2024-11-10 | Revert "Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu" | Jieyou Xu | -35/+32 |
| 2024-11-10 | Auto merge of #132840 - matthiaskrgr:rollup-ibarl2r, r=matthiaskrgr | bors | -105/+323 |
| 2024-11-10 | Rollup merge of #132816 - compiler-errors:2024-apit, r=jieyouxu | Matthias Krüger | -79/+317 |
| 2024-11-10 | Rollup merge of #132136 - RalfJung:target-feature-abi-compat, r=Mark-Simulacrum | Matthias Krüger | -26/+6 |
| 2024-11-10 | Auto merge of #132831 - workingjubilee:rollup-6fdif44, r=workingjubilee | bors | -1236/+3312 |
| 2024-11-09 | Rollup merge of #132828 - est31:let_chains_parsing_tests, r=compiler-errors | Jubilee | -652/+2842 |
| 2024-11-09 | Rollup merge of #132825 - Noratrieb:Noratrieb-patch-1, r=clubby789 | Jubilee | -0/+1 |
| 2024-11-09 | Rollup merge of #132824 - kadenlnelson:patch/wasi-c-abi-doc, r=workingjubilee | Jubilee | -2/+2 |
| 2024-11-09 | Rollup merge of #132823 - RalfJung:conditional-const-calls, r=fee1-dead,compi... | Jubilee | -395/+272 |
| 2024-11-09 | Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obk | Jubilee | -166/+190 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -21/+5 |
| 2024-11-09 | Update grammar in wasm-c-abi's compiler flag documentation | Kaden Nelson | -2/+2 |
| 2024-11-10 | Auto merge of #132173 - veluca93:abi_checks, r=RalfJung,compiler-errors | bors | -61/+514 |
| 2024-11-10 | Auto merge of #132829 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-11-10 | Add more places where expressions can occur | est31 | -398/+835 |
| 2024-11-10 | Unify disallowed-positions test files into one file | est31 | -652/+2405 |
| 2024-11-09 | Update cargo | Weihang Lo | -0/+0 |
| 2024-11-09 | give a hint which feature is missing | Ralf Jung | -19/+36 |
| 2024-11-09 | require const_impl_trait gate for all conditional and trait const calls | Ralf Jung | -390/+250 |
| 2024-11-09 | Exclude relnotes-tracking-issue from needs-triage | nora | -0/+1 |
| 2024-11-09 | Auto merge of #132815 - matthiaskrgr:rollup-nti992u, r=matthiaskrgr | bors | -651/+1059 |
| 2024-11-09 | Dont suggest use<APIT> | Michael Goulet | -56/+133 |
| 2024-11-09 | Suggest turning APITs into generics in opaque overcaptures | Michael Goulet | -41/+202 |
| 2024-11-09 | Rollup merge of #132799 - zachs18:str-primitive-symbol, r=compiler-errors | Matthias Krüger | -3/+29 |
| 2024-11-09 | Rollup merge of #132774 - bjorn3:cranelift_lld, r=lqd | Matthias Krüger | -17/+0 |
| 2024-11-09 | Rollup merge of #132772 - onur-ozkan:download-rustc-default, r=jieyouxu | Matthias Krüger | -32/+35 |
| 2024-11-09 | Rollup merge of #132754 - Zalathar:opts, r=GuillaumeGomez,jieyouxu | Matthias Krüger | -594/+807 |
| 2024-11-09 | Rollup merge of #132744 - lolbinarycat:test-90781, r=aDotInTheVoid | Matthias Krüger | -0/+78 |
| 2024-11-09 | Rollup merge of #132363 - compiler-errors:raw-lt-id-valid, r=wesleywiser | Matthias Krüger | -4/+72 |
| 2024-11-09 | Rollup merge of #132341 - compiler-errors:raw-lt-prefix-id, r=chenyukang | Matthias Krüger | -1/+38 |
| 2024-11-09 | Auto merge of #132613 - khuey:master, r=jieyouxu | bors | -3/+133 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -3/+133 |
| 2024-11-09 | Auto merge of #132807 - bjorn3:sync_cg_clif-2024-11-09, r=bjorn3 | bors | -26/+52 |
| 2024-11-09 | make return type of get_alloc_info a struct, and reduce some code duplication... | Ralf Jung | -177/+190 |
| 2024-11-09 | Merge commit '1fa693ca4462fc1f790693464cf765ad693616af' into sync_cg_clif-202... | bjorn3 | -26/+52 |
| 2024-11-09 | Rustup to rustc 1.84.0-nightly (59cec72a5 2024-11-08) | bjorn3 | -1/+1 |
| 2024-11-09 | Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgr | bors | -31/+203 |
| 2024-11-09 | Sync from rust 59cec72a57af178767a7b8e7f624b06cc50f1087 | bjorn3 | -21/+66 |
| 2024-11-09 | Merge pull request #1541 from rust-lang/perf_opts | bjorn3 | -1/+9 |
| 2024-11-09 | interpret: get_alloc_info: also return mutability | Ralf Jung | -23/+34 |
| 2024-11-09 | Rollup merge of #132794 - WaffleLapkin:helix-improved-config, r=jieyouxu | Matthias Krüger | -2/+15 |
| 2024-11-09 | Rollup merge of #132785 - durin42:llvm-20-more-alignments, r=nikic | Matthias Krüger | -4/+4 |
| 2024-11-09 | Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikic | Matthias Krüger | -1/+10 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -20/+61 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -4/+113 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -164/+145 |
| 2024-11-09 | Auto merge of #132798 - workingjubilee:rollup-qxvmmqo, r=workingjubilee | bors | -445/+559 |
| 2024-11-09 | Add test for str for "expected primitive, found type" | Zachary S | -3/+28 |
| 2024-11-09 | Add str to "expected primitive, found type" diagnostic | Zachary S | -0/+1 |
| 2024-11-08 | Rollup merge of #132780 - compiler-errors:verbose, r=estebank | Jubilee | -19/+104 |