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