| Age | Commit message (Expand) | Author | Lines |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -531/+536 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -8/+57 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-29 | Auto merge of #132326 - matthiaskrgr:rollup-ngyw18g, r=matthiaskrgr | bors | -824/+857 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -8/+57 |
| 2024-10-29 | Rollup merge of #132321 - betrusted-io:xous/fix-rustc_const_stable-attribute,... | Matthias Krüger | -2/+0 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -237/+245 |
| 2024-10-29 | Rollup merge of #132274 - compiler-errors:cleanup-op-lookup, r=nnethercote | Matthias Krüger | -83/+65 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -418/+407 |
| 2024-10-29 | Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto... | Matthias Krüger | -0/+110 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -84/+30 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -418/+407 |
| 2024-10-29 | Auto merge of #132231 - lukas-code:rc-plug-leaks, r=tgross35 | bors | -21/+139 |
| 2024-10-29 | rebase | lcnr | -2/+3 |
| 2024-10-29 | update tools | lcnr | -24/+24 |
| 2024-10-29 | remove outdated debug_assertion | lcnr | -3/+0 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -505/+512 |
| 2024-10-29 | xous: sync: remove `rustc_const_stable` attribute | Sean Cross | -2/+0 |
| 2024-10-29 | Auto merge of #132317 - workingjubilee:rollup-x21ncea, r=workingjubilee | bors | -1414/+1490 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -212/+242 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -25/+3 |
| 2024-10-29 | Rollup merge of #132313 - Zalathar:directive-list, r=jieyouxu | Jubilee | -4/+4 |
| 2024-10-29 | Rollup merge of #132312 - jieyouxu:delete-crashes-23707, r=matthiaskrgr | Jubilee | -109/+0 |
| 2024-10-29 | Rollup merge of #132293 - Urgau:tests-check-cfg-out-triagebot, r=lqd | Jubilee | -3/+0 |
| 2024-10-29 | Rollup merge of #132284 - camelid:rm-ping, r=workingjubilee | Jubilee | -3/+0 |
| 2024-10-29 | Rollup merge of #132270 - yakiimoninja:fs-truncate-docs, r=Noratrieb | Jubilee | -1/+1 |
| 2024-10-29 | Rollup merge of #132266 - krasimirgg:llvm-20-testfix, r=hanna-kruppe,beetrees... | Jubilee | -3/+8 |
| 2024-10-29 | Rollup merge of #132233 - WaffleLapkin:box-module-split, r=workingjubilee | Jubilee | -971/+1004 |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -9/+9 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -14/+23 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -192/+302 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+38 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -93/+101 |
| 2024-10-29 | Auto merge of #132314 - lnicola:sync-from-ra, r=lnicola | bors | -3366/+7243 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -339/+748 |
| 2024-10-29 | Merge pull request #18431 from lnicola/sync-from-rust | Laurențiu Nicola | -10320/+14591 |
| 2024-10-29 | Bump rustc crates | Laurențiu Nicola | -17/+17 |
| 2024-10-29 | Rename `command-list.rs` to `directive-list.rs` | Zalathar | -4/+4 |
| 2024-10-29 | Delete `tests/crashes/23707.rs` because it's flaky | 许杰友 Jieyou Xu (Joe) | -109/+0 |
| 2024-10-29 | Merge from rust-lang/rust | Laurențiu Nicola | -10302/+14573 |
| 2024-10-29 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -128/+1093 |
| 2024-10-28 | Rc destructor: tweak inlining | Lukas Markeffsky | -8/+17 |
| 2024-10-29 | correct LLVMRustDIBuilderCreateOpLLVMFragment return type | klensy | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -8/+8 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -192/+302 |
| 2024-10-28 | Remove myself from mentions inside `tests/ui/check-cfg` directory | Urgau | -3/+0 |
| 2024-10-28 | Remove some goofy slice logic from the operator path | Michael Goulet | -25/+26 |
| 2024-10-28 | Bless a miri test | Maybe Lapkin | -1/+1 |
| 2024-10-28 | Split `boxed.rs` into a few modules | Maybe Lapkin | -970/+1003 |