about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-06Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obkGuillaume Gomez-4/+3
2025-06-06Rollup merge of #142105 - tshepang:basic-usage, r=workingjubileeGuillaume Gomez-39/+0
2025-06-06Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obkGuillaume Gomez-80/+102
2025-06-06Rollup merge of #142086 - fee1-dead-contrib:ast-visitor-dedup, r=oli-obkGuillaume Gomez-397/+314
2025-06-06Rollup merge of #142043 - estebank:const-suggestion, r=wesleywiserGuillaume Gomez-10/+22
2025-06-06Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-deadGuillaume Gomez-1/+1
2025-06-06Rollup merge of #141603 - nnethercote:reduce-P, r=fee1-deadGuillaume Gomez-289/+72
2025-06-06Rollup merge of #141471 - RalfJung:unsafe-fn-in-trait, r=traviscrossGuillaume Gomez-16/+11
2025-06-06Rollup merge of #140418 - tgross35:std-c-size_t, r=workingjubileeGuillaume Gomez-0/+2
2025-06-06Auto merge of #141800 - workingjubilee:build-std-with-less-leaf-pointers, r=s...bors-1/+2
2025-06-06reword suggestion messageEsteban Küber-13/+16
2025-06-06unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to c...Ralf Jung-16/+11
2025-06-06Apply `mismatched-lifetime-syntaxes` to trait and extern functionsJake Goulding-10/+140
2025-06-06Make obligation cause code suggestions verboseEsteban Küber-57/+80
2025-06-06Make cast suggestions verboseEsteban Küber-112/+122
2025-06-06Stabilised `os_string_pathbuf_leak`schvv31n-3/+2
2025-06-06Auto merge of #141774 - oli-obk:naked-fn-queries, r=petrochenkovbors-150/+105
2025-06-06Treat normalizing consts like normalizing types in deeply normalizeMichael Goulet-25/+54
2025-06-06compiler: set Apple frame pointers by architectureJubilee Young-36/+23
2025-06-06Don't walk into Certainty::Yes subgoals in NestedObligationsForSelfTyMichael Goulet-0/+15
2025-06-06Allow transmute casts in pre-runtime-MIROli Scherer-31/+20
2025-06-06Filter out universals and lifetimes from stalled_varsMichael Goulet-3/+16
2025-06-06Auto merge of #141681 - compiler-errors:fast-path-stalled, r=lcnrbors-6/+24
2025-06-06Fix review commentsbjorn3-14/+11
2025-06-06In "Fill match arms", allow users to prefer `Self` to the enum name when poss...Chayim Refael Friedman-29/+227
2025-06-06rustc_lexer: typo fix + small cleanupsMarijn Schouten-10/+8
2025-06-06bootstrap: fix tracing importsJieyou Xu-4/+0
2025-06-06Reduce confusion of some drop order testsJake Goulding-29/+18
2025-06-06Compute number of digits instead of relying on constant value for u128 displa...Guillaume Gomez-2/+2
2025-06-06Auto merge of #142099 - matthiaskrgr:rollup-r9s3c35, r=matthiaskrgrbors-644/+651
2025-06-06fix typoAda Alakbarova-1/+1
2025-06-06fix typo (#14995)Samuel Tardieu-1/+1
2025-06-06fix typoAda Alakbarova-1/+1
2025-06-06add solaris targets to build-manifestPetr Sumbera-0/+2
2025-06-06Merge pull request #4378 from RalfJung/flockRalf Jung-105/+50
2025-06-06Force exhaustive handling of every parsed attributemejrs-6/+16
2025-06-06Delete unused variant and document AttributeKindmejrs-20/+24
2025-06-06Update compiler/rustc_abi/src/layout/ty.rsscottmcm-1/+1
2025-06-06use File::lock to implement flock, and add a test for File::lockRalf Jung-105/+50
2025-06-06Make `Semantics<'db, dyn HirDatabase>` actually usableVincent Esche-2/+18
2025-06-06Merge pull request #19908 from rmehri01/rmehri01/diagnostic_attribute_complet...Lukas Wirth-25/+190
2025-06-06Update cargoWeihang Lo-0/+0
2025-06-06Merge pull request #4380 from rust-lang/rustup-2025-06-06Oli Scherer-2801/+4591
2025-06-05compiler: Add track_caller to AbiMapping::unwrapJubilee Young-0/+1
2025-06-06Merge pull request #19937 from Veykril/push-rvnylnlnxxyrLukas Wirth-10/+28
2025-06-06Merge pull request #19935 from ChayimFriedman2/exp-diag-show-quickfixLukas Wirth-2/+12
2025-06-06Merge pull request #19936 from ChayimFriedman2/unlinked-file-stableLukas Wirth-0/+1
2025-06-06fix: Record macro calls for fields in `ChildBySource` implsLukas Wirth-10/+28
2025-06-06Merge from rustcThe Miri Cronjob Bot-2800/+4590
2025-06-06deduplicate more `walk_*` methods in AST visitDeadbeef-257/+188