about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-24Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obkMatthias Krüger-46/+153
2025-09-24Rollup merge of #146964 - Ayush1325:close-protocol, r=joboetMatthias Krüger-0/+4
2025-09-24Rollup merge of #146959 - tshepang:patch-2, r=nnethercoteMatthias Krüger-3/+3
2025-09-24Rollup merge of #146932 - ShoyuVanilla:ra-in-tree-hack, r=lcnrMatthias Krüger-40/+5
2025-09-24Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJungMatthias Krüger-20/+22
2025-09-24Rollup merge of #146897 - lolbinarycat:rustdoc-invalid_html_tags-ice-146890, ...Matthias Krüger-1/+65
2025-09-24Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnrMatthias Krüger-1/+36
2025-09-24Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqdMatthias Krüger-3/+97
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-18/+44
2025-09-24Switch next-solver related rustc dependencies of r-a to crates.io onesShoyu Vanilla-40/+5
2025-09-24const validation: better error for maybe-null referencesRalf Jung-29/+108
2025-09-24const-eval: improve and actually test the errors when pointers might be outsi...Ralf Jung-21/+49
2025-09-24fix wordinglcnr-1/+1
2025-09-24Auto merge of #146946 - matthiaskrgr:rollup-fsmrqez, r=matthiaskrgrbors-189/+526
2025-09-24library: std: sys: pal: uefi: Add some commentsAyush Singh-0/+4
2025-09-24temporary-lifetime-extension-tuple-ctor.rs: make usable on all editionsTshepang Mbambo-3/+3
2025-09-24Auto merge of #146953 - dianqk:update-llvm, r=cuviperbors-0/+0
2025-09-24Update LLVM to 21.1.2dianqk-0/+0
2025-09-23Make missed precondition-free float intrinsics safeltdk-20/+22
2025-09-23Rollup merge of #146907 - cyrgani:146537-test, r=nnethercoteMatthias Krüger-0/+34
2025-09-23Rollup merge of #146904 - peter-lyons-kehl:140368_data_ptr_const_fn, r=AmanieuMatthias Krüger-5/+5
2025-09-23Rollup merge of #146899 - Teapot4195:issue-146847-fix, r=nnethercoteMatthias Krüger-1/+34
2025-09-23Rollup merge of #146898 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2025-09-23Rollup merge of #146896 - tshepang:rdg-sync, r=tshepangMatthias Krüger-93/+360
2025-09-23Rollup merge of #146818 - npmccallum:total_cmp, r=fee1-deadMatthias Krüger-90/+93
2025-09-23Auto merge of #146931 - RalfJung:miri, r=RalfJungbors-444/+370
2025-09-23revert change removing `has_infer` check. Commit conservatively patches for n...ash-1/+36
2025-09-23Auto merge of #146938 - matthiaskrgr:rollup-y06ggfz, r=matthiaskrgrbors-169/+262
2025-09-23Rollup merge of #146877 - el-ev:issue146816, r=fmease,lolbinarycat,GuillaumeG...Matthias Krüger-7/+18
2025-09-23Rollup merge of #146875 - Enselic:better-file-names, r=jieyouxuMatthias Krüger-6/+3
2025-09-23Rollup merge of #146827 - foxtran:doc/linker-plugin-lto, r=nnethercoteMatthias Krüger-2/+5
2025-09-23Rollup merge of #146806 - el-ev:issue60926, r=lolbinarycatMatthias Krüger-0/+13
2025-09-23Rollup merge of #146802 - joshtriplett:mbe-simplifications, r=petrochenkovMatthias Krüger-31/+39
2025-09-23Rollup merge of #146799 - cuviper:dangling-count-latch, r=lcnrMatthias Krüger-2/+6
2025-09-23Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiserMatthias Krüger-45/+22
2025-09-23Rollup merge of #146775 - hkBst:clippy-fix-11, r=petrochenkovMatthias Krüger-39/+33
2025-09-23Rollup merge of #146731 - Muscraft:svg-test-terminal-url, r=jdonszelmannMatthias Krüger-33/+119
2025-09-23Rollup merge of #146632 - ctz:jbp-adaptor-spelling, r=petrochenkovMatthias Krüger-4/+4
2025-09-23Changes some aarch64 CIs g++ install & ubuntu ver.Reuben Cruise-3/+3
2025-09-23Merge pull request #4601 from RalfJung/rustupRalf Jung-11364/+42407
2025-09-23Merge ref 'f6092f224d2b' from rust-lang/rustRalf Jung-11363/+42406
2025-09-23Prepare for merging from rust-lang/rustRalf Jung-1/+1
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-157/+561
2025-09-23prevent line number from being copied in chromeIris Shi-7/+18
2025-09-22Skip the panic-immediate-abort-works test when cross-compilingBen Kimock-0/+5
2025-09-22Fix a dangling reference in `rustc_thread_pool`Josh Stone-2/+6
2025-09-22add regression test for issue 146537cyrgani-0/+34
2025-09-22fix ICE in rustdoc::invalid_html_tagsbinarycat-1/+65
2025-09-22Mutex/RwLock/ReentrantLock::data_ptr to be const fnPeter Lyons Kehl-5/+5
2025-09-22Fix a crash/mislex when more than one frontmatter closing possibility is cons...Alex-1/+34