about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-06Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-1451/+1663
2025-02-06Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-48/+7
2025-02-06Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-51/+272
2025-02-06Do not include GCC source code in source tarballsJakub Beránek-1/+12
2025-02-06modify test to side-step platform-dependent stderr outputEsteban Küber-18/+27
2025-02-06Add check for missing fields in enum variant patternEsteban Küber-4/+21
2025-02-06Ensure that we don't try to access fields on a non-struct pattern type in dia...Esteban Küber-1/+38
2025-02-01Auto merge of #136391 - ehuss:rust-1.85-beta-backports, r=ehussbors-93/+66
2025-02-01Fix core AsyncFn stability attributeEric Huss-1/+2
2025-02-01Update edition-guideEric Huss-0/+0
2025-02-01Rollup merge of #136312 - compiler-errors:overflow_delimited_expr-2024, r=ytmimiJacob Pratt-89/+58
2025-02-01Disable some incorrect rust-analyzer diagnostics on betaLukas Wirth-4/+4
2025-02-01Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errorsMatthias Krüger-0/+3
2025-01-26Auto merge of #136017 - cuviper:beta-next, r=cuviperbors-111/+275
2025-01-25[beta] TRPL: integrate edits to Chapter 17Chris Krycho-0/+0
2025-01-25[beta] TRPL: more backward-compatible Edition changesChris Krycho-0/+0
2025-01-25Only assert the `Parser` size on specific archesJosh Stone-2/+3
2025-01-25Remove test panic from File::openChris Denton-3/+0
2025-01-25make it possible to use ci-rustc on tarball sourcesonur-ozkan-13/+23
2025-01-23When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-52/+111
2025-01-23add testlcnr-0/+70
2025-01-23add cache to `AmbiguityCausesVisitor`lcnr-2/+12
2025-01-23avoid running the overlap check twicelcnr-26/+33
2025-01-23resolve symlinks of LLVM tool binaries before copying themonur-ozkan-1/+15
2025-01-23Add logic to override profile for non git sourcesTanvi Pooranmal Meena-4/+7
2025-01-23Always force non-trimming of path in `unreachable_patterns` lintEsteban Küber-8/+1
2025-01-20Auto merge of #135575 - Veykril:push-ynurtulswkpo, r=Mark-Simulacrumbors-5/+10
2025-01-17Auto merge of #135609 - cuviper:beta-next, r=cuviperbors-63/+38
2025-01-17Auto merge of #135508 - chriskrycho:trpl-edition-updates, r=ehussbors-1/+5
2025-01-16Update to LLVM 19.1.7Nikita Popov-0/+0
2025-01-16Make sure to mark IMPL_TRAIT_REDUNDANT_CAPTURES as Allow in edition 2024Michael Goulet-12/+16
2025-01-16add regression test for unsound Flatten/FlatMap specializationThe 8472-0/+14
2025-01-16do not in-place-iterate over flatmap/flattenThe 8472-51/+8
2025-01-16Backport rust-lang/rust-analyzer#18760: internal: Workaround salsa cycles lea...Lukas Wirth-5/+10
2025-01-15Mark rustbook as an external toolEric Huss-1/+5
2025-01-14[beta] TRPL: incorporate all backward-compatible Edition changesChris Krycho-0/+0
2025-01-11Auto merge of #135351 - cuviper:beta-next, r=cuviperbors-500/+662
2025-01-10Bless test UI changes in backportJosh Stone-4/+6
2025-01-10Try to explain borrow for tail expr temporary drop order change in 2024Michael Goulet-35/+82
2025-01-10Don't do AccessDepth::Drop for types with no drop implMichael Goulet-4/+68
2025-01-10Don't create cycles by normalizing opaques defined in the body we're checkingMichael Goulet-19/+33
2025-01-10remove an extraneous commentwieDasDing-1/+0
2025-01-10apply suggestions on fn nameDing Xiang Fei-4/+4
2025-01-10run borrowck tests on BIDs and emit tail-expr-drop-order lints forDing Xiang Fei-17/+155
2025-01-10bump stage0 to 1.84.0Josh Stone-452/+350
2025-01-08Auto merge of #135163 - pietroalbini:pa-beta, r=pietroalbinibors-190/+155
2025-01-08Revert "fix missing rustfmt and clippy for msi"Pietro Albini-70/+2
2025-01-08Revert "fix missing rustfmt for apple darwin"Pietro Albini-9/+3
2025-01-07rustfmt: drop nightly-gating of the `--style-edition` flag registration许杰友 Jieyou Xu (Joe)-6/+6
2025-01-07Pass objcopy args for stripping on OSXNoratrieb-18/+57