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