| Age | Commit message (Expand) | Author | Lines |
| 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 | Inline construct_obligation_for_trait | Michael Goulet | -29/+5 |
| 2024-10-28 | Inline obligation_for_method | Michael Goulet | -35/+40 |
| 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-28 | Tweak more warnings. | Nicholas Nethercote | -13/+5 |
| 2024-10-28 | Tweak `expand_incomplete_parse` warning. | Nicholas Nethercote | -5/+6 |
| 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 |
| 2024-10-27 | Auto merge of #132213 - workingjubilee:rollup-tg1g3l5, r=workingjubilee | bors | -95/+85 |
| 2024-10-26 | Rollup merge of #132192 - petrochenkov:macfa, r=compiler-errors | Jubilee | -95/+85 |
| 2024-10-27 | Auto merge of #132167 - Zalathar:llvm-wrappers, r=jieyouxu | bors | -230/+198 |
| 2024-10-27 | Auto merge of #131900 - mrkajetanp:target-feature-pauth-lr, r=Amanieu | bors | -0/+3 |
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -45/+8 |
| 2024-10-26 | Pass constness with span into lower_poly_trait_ref | Michael Goulet | -16/+9 |
| 2024-10-26 | expand: Stop using artificial `ast::Item` for macros loaded from metadata | Vadim Petrochenkov | -95/+85 |
| 2024-10-26 | Auto merge of #132190 - matthiaskrgr:rollup-rsocfiz, r=matthiaskrgr | bors | -2/+2 |
| 2024-10-26 | Collect item bounds for RPITITs from trait where clauses just like associated... | Michael Goulet | -14/+2 |
| 2024-10-26 | Rollup merge of #132182 - jieyouxu:downgrade-untranslatable, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -42/+209 |