about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-05Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-05Merge pull request #20609 from ChayimFriedman2/update-rustcShoyu Vanilla (Flint)-579/+446
2025-09-05Auto merge of #146218 - flip1995:clippy-subtree-update, r=Manishearthbors-1641/+4536
2025-09-04Add `Path::has_trailing_sep` and related methodsltdk-4/+221
2025-09-04fix: Filter suggestion parts that match existing codeScott Schafer-8/+4
2025-09-04fix: Filter suggestion parts that match existing codeScott Schafer-18/+15
2025-09-04chore: Remove redundant disjoint spans assertScott Schafer-5/+0
2025-09-04refactor: Move assert for disjoint substitution spansScott Schafer-1/+6
2025-09-04Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv...bors-68/+311
2025-09-05Fix precedence parenthesis for replace_arith_opA4-Tacks-1/+22
2025-09-04Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u...Philipp Krones-1641/+4536
2025-09-04Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u...Philipp Krones-1641/+4536
2025-09-04Rustup (#15616)Philipp Krones-95/+63
2025-09-04Bump nightly version -> 2025-09-04Philipp Krones-2/+2
2025-09-04Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1659/+4548
2025-09-04Set flip1995 to on-vacation (#15614)Philipp Krones-0/+1
2025-09-04Set flip1995 to on-vacationPhilipp Krones-0/+1
2025-09-04fix ICE when suggesting `::new`Lukas Markeffsky-10/+69
2025-09-04Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomezbors-164/+647
2025-09-04Upgrade rustc cratesChayim Refael Friedman-579/+446
2025-09-04Move float non determinism helpers to math.rsLorrensP-2158466-134/+140
2025-09-04additional testsdianne-0/+70
2025-09-04don't extend non-extended `super let` initializers' block tail tempsdianne-13/+40
2025-09-04Auto merge of #146205 - matthiaskrgr:rollup-fxt43oq, r=matthiaskrgrbors-15/+35
2025-09-04std: Implement WASIp2-specific stdio routinesAlex Crichton-3/+127
2025-09-04Rollup merge of #146197 - RalfJung:triagebot-rustc_allow_const_fn_unstable, r...Matthias Krüger-1/+1
2025-09-04Rollup merge of #146194 - bend-n:fix-path-str-eq, r=ibraheemdevMatthias Krüger-1/+7
2025-09-04Rollup merge of #146151 - FrancescoV1985:issue-146047-fix, r=KobzolMatthias Krüger-11/+9
2025-09-04Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789Matthias Krüger-2/+18
2025-09-04compiler: Apply target features to the entry functionWANG Rui-10/+22
2025-09-04Document Cargo with in-tree rustdocJakub Beránek-24/+63
2025-09-04Merge pull request #2571 from emmet-horgan/bugfix-broken-linksTshepang Mbambo-10/+10
2025-09-04Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercotebors-155/+97
2025-09-04Fix user facing stringEmmet Horgan-2/+2
2025-09-04fixbendn-1/+1
2025-09-04triagebot: fix rustc_allow_const_fn_unstable matcherRalf Jung-1/+1
2025-09-04rustc_log: remove direct dep on tracing_coreklensy-2/+1
2025-09-04unpin tracing_coreklensy-4/+4
2025-09-04Update src/compiler-debugging.md emmet-horgan-1/+1
2025-09-04Update src/appendix/code-index.md emmet-horgan-1/+1
2025-09-04Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatchChayim Refael Friedman-1/+22
2025-09-04Merge pull request #20606 from ChayimFriedman2/reborrow-config-typoChayim Refael Friedman-1/+1
2025-09-04Add a regression test for a fixed new trait solver bugChayim Refael Friedman-1/+22
2025-09-04Fix typo in configChayim Refael Friedman-1/+1
2025-09-04Auto merge of #146192 - jhpratt:rollup-mam0bss, r=jhprattbors-133/+734
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-146/+79
2025-09-04Ensure the allocator shim never participates in LTObjorn3-18/+13
2025-09-04Export __rdl_* symbols to the allocator shim when doing LTObjorn3-0/+14
2025-09-04add testbendn-0/+6
2025-09-04Add cfg_attr predicate completionA4-Tacks-1/+53