about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-07make better use of label for data-race and some other errorsRalf Jung-388/+240
2025-06-07diagnostics: do not repeat the entire message in the span labelRalf Jung-578/+581
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-952/+938
2025-06-07Make NonZero<char> possibleMarijn Schouten-5/+19
2025-06-07rustc_resolve: Improve `resolve_const_param_in_non_trivial_anon_const` wordingMartin Nordholts-35/+78
2025-06-07Add test renamed_feature.rsxizheyin-0/+12
2025-06-07get rid of spurious cfg(bootstrap)Ralf Jung-3/+0
2025-06-07Auto merge of #141917 - petrochenkov:nobinroot, r=jieyouxubors-4/+2
2025-06-07compiler: Treat ForceWarning as a Warning for diagnostic levelJubilee Young-1/+42
2025-06-07test_dup: ensure the FDs remain in sync even after dup'ingRalf Jung-2/+3
2025-06-07Merge pull request #4381 from rust-lang/rustup-2025-06-07Ralf Jung-3661/+3570
2025-06-07Auto merge of #142142 - jhpratt:rollup-frlezq2, r=jhprattbors-570/+815
2025-06-07Rollup merge of #142131 - estebank:cast-sugg, r=UrgauJacob Pratt-115/+128
2025-06-07Rollup merge of #142110 - psumbera:solaris-ci-build4, r=marcoieniJacob Pratt-0/+2
2025-06-07Rollup merge of #142076 - Kobzol:doc-bootstrap-ci, r=marcoieniJacob Pratt-0/+1
2025-06-07Rollup merge of #142045 - estebank:obligation-cause-code-suggestion, r=compil...Jacob Pratt-57/+80
2025-06-07Rollup merge of #141857 - RalfJung:coretests-floats, r=tgross35Jacob Pratt-353/+548
2025-06-07Rollup merge of #141797 - workingjubilee:apple-likes-frame-pointers-but-not-t...Jacob Pratt-36/+23
2025-06-07Rollup merge of #141558 - Diggsey:db-limit-cgu-name-length, r=matthewjasperJacob Pratt-6/+31
2025-06-07Rollup merge of #137992 - its-the-shrimp:stabilise_os_string_pathbuf_leak, r=...Jacob Pratt-3/+2
2025-06-07fmtThe Miri Cronjob Bot-3/+10
2025-06-07Merge from rustcThe Miri Cronjob Bot-3660/+3562
2025-06-06compiler: Remove superfluous renaming import of ExternAbiJubilee Young-3/+1
2025-06-06compiler: Sort and doc ExternAbi variantsJubilee Young-33/+62
2025-06-07Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-07Auto merge of #141910 - Kobzol:new-bors-try-branch-name-doc, r=marcoienibors-1/+2
2025-06-07Unify normalization of terms in deeply normalizeMichael Goulet-71/+30
2025-06-06Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unusedJosh Triplett-0/+43
2025-06-06bless test stderrJeremy Smart-2/+2
2025-06-07Auto merge of #142133 - GuillaumeGomez:rollup-fvzdren, r=GuillaumeGomezbors-873/+552
2025-06-06fix testsJeremy Smart-4/+9
2025-06-06Rollup merge of #142118 - hkBst:lexer-patch1, r=oli-obkGuillaume Gomez-10/+8
2025-06-06Rollup merge of #142114 - GuillaumeGomez:u128-const, r=UrgauGuillaume Gomez-2/+2
2025-06-06Rollup merge of #142113 - shepmaster:drop-order-test-confusion, r=jieyouxuGuillaume Gomez-29/+18
2025-06-06Rollup merge of #142112 - ada4a:patch-1, r=wesleywiserGuillaume Gomez-1/+1
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