about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-17Rollup merge of #135808 - tiif:conv_display, r=workingjubileeMatthias Krüger-27/+58
2025-05-17Catch panics in inference in analysis-statsFlorian Diebold-1/+17
2025-05-17Make some `match`es slightly more ergonomic in `librustdoc`Yotam Ofek-121/+99
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-1/+1
2025-05-17do away with `_Self` and `TraitName` and check generic params for rustc_on_un...mejrs-138/+152
2025-05-17Auto merge of #141116 - RalfJung:miri-sync, r=RalfJungbors-111/+69
2025-05-17bootstrap: bump windows tooklensy-65/+11
2025-05-17check coroutines with TypingMode::Borrowck to avoid cyclic reasoninglcnr-7/+61
2025-05-17compiler & tools: bump windows crate to dedupe versionsklensy-63/+23
2025-05-17exlicitly pass -Zdoctest-xcompile to avoid cargo version behavior differencesRalf Jung-0/+2
2025-05-17Only select true errors in impossible_predicatesMichael Goulet-2/+45
2025-05-17Switch library rustc_unimplemented to use `Self` and `This`mejrs-70/+67
2025-05-17Enable rust-analyzer to go from query definition to the corresponding provide...Lukas Wirth-0/+14
2025-05-17`empty_struct_with_brackets`: do not lint code coming from macro expansion (#...Timo-0/+17
2025-05-17Misc changes (#14702)Timo-55/+90
2025-05-17opt-dist: fix deprecated BOLT -icf=1 optionklensy-1/+1
2025-05-17Refactor and speed up `cargo dev fmt` (#14638)Samuel Tardieu-244/+278
2025-05-17Auto merge of #141113 - matthiaskrgr:rollup-k7izuh8, r=matthiaskrgrbors-58/+327
2025-05-17clippy_dev: refactor rustfmt callsJason Newcomb-204/+180
2025-05-17Stabilize runtime detection of VEX variants of avx512sayantn-5/+5
2025-05-17Merge pull request #4324 from RalfJung/rustupRalf Jung-6733/+8927
2025-05-17fix for doctest-xcompile stabilizationRalf Jung-53/+40
2025-05-17Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukangMatthias Krüger-0/+73
2025-05-17Rollup merge of #141059 - samueltardieu:push-trvpulpskwwp, r=compiler-errorsMatthias Krüger-0/+2
2025-05-17Rollup merge of #141056 - erickt:enzyme, r=Mark-SimulacrumMatthias Krüger-1/+1
2025-05-17Rollup merge of #141051 - compiler-errors:less-erase, r=nnethercoteMatthias Krüger-7/+1
2025-05-17Rollup merge of #141036 - marcoieni:split-dist-ohos, r=KobzolMatthias Krüger-20/+114
2025-05-17Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obkMatthias Krüger-2/+65
2025-05-17Rollup merge of #140957 - JulianKnodt:array_must_use, r=Mark-SimulacrumMatthias Krüger-1/+2
2025-05-17Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnrMatthias Krüger-27/+69
2025-05-17clippy_dev: remove the need for markers when bumping the versionJason Newcomb-47/+105
2025-05-17fix clippy lintsRalf Jung-18/+13
2025-05-17Merge from rustcRalf Jung-6661/+8873
2025-05-17Preparing for merge from rustcRalf Jung-1/+1
2025-05-17Describe lifetime of call argument temporaries passed indirectlyTomasz Miąsko-42/+108
2025-05-17Auto merge of #141024 - jieyouxu:revert-arm64ec, r=wesleywiserbors-201/+54
2025-05-17excessive_precision: Fix false positive when exponent has leading zero (#14824)Samuel Tardieu-4/+10
2025-05-16remove `test_embedded_null_byte()` test for nowGrantBirki-20/+0
2025-05-17aarch64-linux: Default to FramePointer::NonLeafJubilee Young-13/+52
2025-05-16excessive_precision: Fix false positive when exponent has leading zeroMichael Hackner-4/+10
2025-05-16discuss deadlocks in the std::io::pipe() exampleJack O'Connor-12/+26
2025-05-17Auto merge of #141002 - GuillaumeGomez:subtree-update_cg_gcc_2025-05-14, r=Gu...bors-248/+910
2025-05-17Docs(lib/extract_if): Unify example descriptionPaul Mabileau-2/+2
2025-05-17Docs(lib/coll/hm): Add kv pair to `extract_if`'s first sentencePaul Mabileau-1/+1
2025-05-17Docs(lib/extract_if): Unify paragraph about elements mutationPaul Mabileau-6/+6
2025-05-17Docs(lib/extract_if): Unify paragraph about closure actionsPaul Mabileau-12/+12
2025-05-17Docs(lib/coll/btm): Split `extract_if`'s first sentence from the following onesPaul Mabileau-4/+6
2025-05-17Docs(lib/coll/hm): Reword `extract_if` to use `element` instead of `value`Paul Mabileau-3/+3
2025-05-17Docs(lib/alloc/vec): Add the missing `an` to `extract_if`'s first sentencePaul Mabileau-1/+1
2025-05-16Auto merge of #140978 - davidtwco:deep-reject-in-match-norm-trait-ref, r=lcnrbors-2/+12