about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-04Fix incorrect use of "recommend" over "recommended"Rageking8-1/+1
2025-06-04fix suggestion-causes-error of `print_literal` and `write_literal` (#14961)Samuel Tardieu-11/+199
2025-06-04Auto merge of #142003 - matthiaskrgr:rollup-ad8l9ns, r=matthiaskrgrbors-632/+688
2025-06-04Fix incorrect use of "recommend" over "recommended"Rageking8-1/+1
2025-06-04Do not recurse indefinitely while checking for inner mutabilitySamuel Tardieu-9/+55
2025-06-04fix suggestion-causes-error of `print_literal` and `write_literal`relaxcn-11/+199
2025-06-04Merge pull request #19913 from rust-lang/dependabot/npm_and_yarn/editors/code...Laurențiu Nicola-3/+3
2025-06-04Merge pull request #19914 from davidbarsky/davidbarsky/add-some-additional-in...Lukas Wirth-0/+253
2025-06-04Merge pull request #19921 from ShoyuVanilla/ci-retryLaurențiu Nicola-2/+2
2025-06-04ci: Pin `cargo-workspaces` version to `0.3.6`, againShoyu Vanilla-2/+2
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-3/+3
2025-06-03Change `tag_field` to `FieldIdx` in `Variants::Multiple`Scott McMurray-31/+33
2025-06-04Improve some `Visitor` comments.Nicholas Nethercote-5/+11
2025-06-04abi_check: tweak some commentsRalf Jung-5/+12
2025-06-04x86 (32/64): go back to passing SIMD vectors by-ptrRalf Jung-46/+22
2025-06-04Merge pull request #4375 from rust-lang/rustup-2025-06-04Ralf Jung-6987/+61620
2025-06-04Merge pull request #19920 from ShoyuVanilla/patch-2Laurențiu Nicola-1/+1
2025-06-04fix: Typo mistake in autopublish workflowShoyu Vanilla (Flint)-1/+1
2025-06-04Rollup merge of #142000 - lambdageek:no-symlink-stage0, r=onur-ozkanMatthias Krüger-13/+17
2025-06-04Rollup merge of #141888 - ferrocene:lw/decouple-tests-from-2015, r=compiler-e...Matthias Krüger-193/+194
2025-06-04Rollup merge of #141871 - nia-e:fix-bitset, r=eholkMatthias Krüger-4/+46
2025-06-04Rollup merge of #141467 - cyrgani:const-empty-stringlikes, r=AmanieuMatthias Krüger-5/+7
2025-06-04Rollup merge of #141250 - folkertdev:s390x-z17-target-features, r=workingjubileeMatthias Krüger-10/+36
2025-06-04Rollup merge of #138699 - psumbera:solaris-ci-build3, r=marcoieniMatthias Krüger-172/+285
2025-06-04Rollup merge of #137306 - tgross35:remove-i128-u128-improper-ctypes, r=travis...Matthias Krüger-235/+75
2025-06-04Rollup merge of #136687 - joshtriplett:improve-display-and-fromstr-docs, r=Am...Matthias Krüger-0/+28
2025-06-04Merge pull request #19919 from ShoyuVanilla/patch-1Laurențiu Nicola-3/+3
2025-06-04ci: When autopublishing, remove `xtask` from workspaceShoyu Vanilla (Flint)-3/+3
2025-06-04Use interned strings when possible, for efficiency purposes (#14963)llogiq-94/+116
2025-06-04Merge from rustcThe Miri Cronjob Bot-6986/+61619
2025-06-04Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-06-04Auto merge of #141652 - compiler-errors:more-collect-and-apply, r=lqdbors-46/+90
2025-06-04Merge pull request #19915 from ShoyuVanilla/publish-libs-crashLaurențiu Nicola-1/+1
2025-06-04remove outdated RUSTC_SYSROOT handling for ci-rustconur-ozkan-10/+0
2025-06-04bootstrap: don't symlink source dir into stage0 sysrootAleksey Kliger-13/+17
2025-06-04make it possible to request stage 0 std with `Builder::ensure`onur-ozkan-15/+19
2025-06-04run `check::Std` as the final steponur-ozkan-1/+7
2025-06-04Visit the ident in `PreciseCapturingNonLifetimeArg`.Nicholas Nethercote-2/+3
2025-06-03add tests for negative numbersJeremy Smart-0/+14
2025-06-03Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgrbors-27/+22
2025-06-03Auto merge of #141984 - matthiaskrgr:rollup-wy6j9ca, r=matthiaskrgrbors-5460/+5958
2025-06-04index: add method for checking range on DenseBitSetNia Espera-4/+46
2025-06-03`Display`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-2/+7
2025-06-03`FromStr`: Rework explanation of `FromStr`/`Display` round-trippingJosh Triplett-6/+5
2025-06-03Add some more description of interactions between `Display` and `FromStr`Josh Triplett-0/+6
2025-06-03Improve the documentation of `Display` and `FromStr`, and their interactionsJosh Triplett-0/+18
2025-06-04expand meaning of ~? diagnostic annotationTshepang Mbambo-2/+6
2025-06-03rustdoc-json-type: Depend on `serde` and `serde_derive` seperatelyAlona Enraght-Moony-2/+4
2025-06-03Ensure query keys are printed with reduced queriesMichael Goulet-7/+15
2025-06-03Add a test to reproduce ICEMichael Goulet-0/+25