| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -9/+9 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -14/+2 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -24/+196 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -92/+98 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -296/+387 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -85/+245 |
| 2024-10-29 | correct LLVMRustDIBuilderCreateOpLLVMFragment return type | klensy | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -8/+8 |
| 2024-10-28 | Hack out effects support for old solver | Michael Goulet | -24/+196 |
| 2024-10-28 | Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-... | Jubilee | -4/+1 |
| 2024-10-28 | Rollup merge of #132260 - Zalathar:type-safe-cast, r=compiler-errors | Jubilee | -87/+110 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -37/+39 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -19/+30 |
| 2024-10-28 | Rollup merge of #132247 - workingjubilee:add-rustc-abi-to-smir, r=celinval | Jubilee | -43/+31 |
| 2024-10-28 | Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillot | Jubilee | -106/+176 |
| 2024-10-28 | stable_mir: Directly use types from rustc_abi | Jubilee Young | -43/+31 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -37/+39 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -3/+2 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -92/+98 |
| 2024-10-28 | Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgr | bors | -67/+67 |
| 2024-10-28 | refactor: cleaner check to return None | ChrisCho-H | -4/+1 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -85/+245 |
| 2024-10-28 | Rollup merge of #132252 - workingjubilee:rename-layouts-to-layoutdata, r=jiey... | Matthias Krüger | -58/+58 |
| 2024-10-28 | Rollup merge of #132248 - workingjubilee:add-rustc-abi-to-transmute, r=compil... | Matthias Krüger | -9/+9 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -3/+2 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -3/+6 |
| 2024-10-28 | Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char` | Zalathar | -87/+110 |
| 2024-10-27 | compiler: Depend on rustc_abi in rustc_lint | Jubilee Young | -4/+4 |
| 2024-10-28 | more consistent debug_assertions | Adwin White | -15/+32 |
| 2024-10-28 | Add duplicate lowering check | Adwin White | -38/+38 |
| 2024-10-28 | Lower AST node id only once | Adwin White | -108/+161 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -37/+33 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -16/+9 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -25/+63 |
| 2024-10-27 | cg_clif: Rename LayoutS to LayoutData | Jubilee Young | -1/+1 |
| 2024-10-27 | compiler: Rename LayoutS to LayoutData | Jubilee Young | -57/+57 |
| 2024-10-28 | Error on alignments greater than `isize::MAX` | asquared31415 | -1/+56 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -15/+26 |
| 2024-10-27 | rustc_transmute: Directly use types from rustc_abi | Jubilee Young | -9/+9 |
| 2024-10-27 | give a better error for tuple structs in `derive(Diagnostic)` | jyn | -3/+6 |
| 2024-10-27 | Remove ObligationCause::span() method | Michael Goulet | -26/+21 |
| 2024-10-27 | Stop using the whole match expr span for an arm's obligation span | Michael Goulet | -12/+13 |
| 2024-10-27 | Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgr | bors | -214/+113 |
| 2024-10-27 | Rollup merge of #132221 - ehuss:lint-docs, r=compiler-errors | Matthias Krüger | -66/+18 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -69/+20 |
| 2024-10-27 | Rollup merge of #132043 - compiler-errors:simplify-rbv, r=cjgillot | Matthias Krüger | -79/+75 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -16/+17 |
| 2024-10-27 | Clean up some comments on lint implementation | Eric Huss | -66/+18 |
| 2024-10-27 | Auto merge of #132091 - Zalathar:graph-loops, r=saethlin | bors | -63/+85 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -69/+20 |