about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-12-12fix self shadowed self compareklensy-1/+1
2024-12-08Auto merge of #134033 - matthiaskrgr:rollup-69fswyh, r=matthiaskrgrbors-280/+912
2024-12-08Rollup merge of #133992 - compiler-errors:walk-fully, r=jieyouxuMatthias Krüger-5/+95
2024-12-08Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubileeMatthias Krüger-1/+1
2024-12-08Rollup merge of #133976 - rohit141914:master, r=workingjubileeMatthias Krüger-4/+4
2024-12-08Rollup merge of #133861 - shamb0:refactor_InterpCx_allocate_str, r=RalfJungMatthias Krüger-13/+32
2024-12-08Rollup merge of #133767 - estebank:multiple-dep-version-tests, r=NadrierilMatthias Krüger-76/+281
2024-12-08Rollup merge of #133104 - matthiaskrgr:crashtest_debugass_131451.rs, r=saethlinMatthias Krüger-0/+9
2024-12-08Rollup merge of #131669 - niacdoial:linting-ptrdyn-ffi, r=workingjubileeMatthias Krüger-181/+490
2024-12-08crashes: add test for #131451Matthias Krüger-0/+9
2024-12-08Auto merge of #133522 - estebank:dont-suggest-unstable-trait, r=compiler-errorsbors-374/+486
2024-12-08Auto merge of #133988 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-12-07Tweak wordingEsteban Küber-13/+13
2024-12-07Use run-make `diff` output for stable output testEsteban Küber-3/+17
2024-12-07Do not talk about "trait `<Foo = Bar>`"Esteban Küber-13/+21
2024-12-07fix rustdoc testEsteban Küber-2/+2
2024-12-07Account for `impl Trait` in "add bound" suggestion messageEsteban Küber-4/+10
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-172/+106
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-191/+229
2024-12-07Add test for lack of suggestion in stableEsteban Küber-6/+49
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-314/+331
2024-12-07Don't suggest restricting bound with unstable traits on stableEsteban Küber-15/+67
2024-12-07Add more info on type/trait mismatches for different crate versionsEsteban Küber-76/+281
2024-12-07Add allocate_bytes and refactor allocate_str in InterpCx for raw byte allocationshamb0-13/+32
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-231/+290
2024-12-07Auto merge of #133897 - oli-obk:push-lsxrqtqqwmpt, r=jieyouxubors-24/+0
2024-12-07Auto merge of #133883 - saethlin:remove-polymorphization, r=compiler-errorsbors-2643/+59
2024-12-07Actually walk into lifetimes and attrs in EarlyContextAndPassMichael Goulet-5/+95
2024-12-06Update cargoWeihang Lo-0/+0
2024-12-06Define acronym for thread local storageWill-Low-1/+1
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-93/+374
2024-12-06Remove polymorphizationBen Kimock-2643/+59
2024-12-06compiler: Tighten up ImproperCTypesLayer recursionJubilee Young-21/+12
2024-12-06lint ImproperCTypes: message tweaks and refactoring from code reviewniacdoial-49/+52
2024-12-06lint ImproperCTypes: confirm that Box<FfiSafeType> and Option<Box<FfiSafeType...niacdoial-63/+27
2024-12-06lint: polish code from the last few commitsniacdoial-25/+60
2024-12-06lint: fix ImproperCTypes edge case for unsized structs due to foreign typesniacdoial-32/+119
2024-12-06lint: rework some ImproperCTypes messages (especially around indirections to ...niacdoial-67/+195
2024-12-06lint: revamp ImproperCTypes diagnostic architecture for nested notes and help...niacdoial-45/+146
2024-12-06Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddleMatthias Krüger-13/+0
2024-12-06Rollup merge of #133954 - oli-obk:push-lxrmszqzszzu, r=jieyouxuMatthias Krüger-82/+12
2024-12-06Rollup merge of #133934 - jswrenn:unsafe-fields-auto-traits, r=compiler-errorsMatthias Krüger-0/+95
2024-12-06Rollup merge of #133875 - onur-ozkan:early-return-rustfmt, r=jieyouxuMatthias Krüger-11/+26
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-110/+142
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-14/+14
2024-12-06Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnayMatthias Krüger-1/+1
2024-12-07Removed Unnecessary Spaces From RELEASES.mdrohit141914-4/+4
2024-12-06Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnaybors-132/+104
2024-12-06Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3bors-428/+398
2024-12-06remove eq for attributesJonathan Dönszelmann-13/+0