| Age | Commit message (Expand) | Author | Lines |
| 2024-10-28 | Rollup merge of #132258 - GuillaumeGomez:variant-structfields-margins, r=notr... | Jubilee | -7/+8 |
| 2024-10-28 | Rollup merge of #132255 - workingjubilee:layout-is-🏚️, r=compiler-errors | Jubilee | -41/+44 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -19/+39 |
| 2024-10-28 | Rollup merge of #132247 - workingjubilee:add-rustc-abi-to-smir, r=celinval | Jubilee | -43/+31 |
| 2024-10-28 | Rollup merge of #131441 - SpriteOvO:proc-macro-to-tokens-trait, r=dtolnay | Jubilee | -0/+314 |
| 2024-10-28 | Rollup merge of #130259 - adwinwhite:lower-node-id-once, r=cjgillot | Jubilee | -129/+199 |
| 2024-10-28 | stable_mir: Directly use types from rustc_abi | Jubilee Young | -43/+31 |
| 2024-10-28 | rustdoc: Use accessors to interrogate type layouts | Jubilee Young | -4/+4 |
| 2024-10-28 | compiler: Add `is_uninhabited` and use LayoutS accessors | Jubilee Young | -37/+40 |
| 2024-10-28 | Auto merge of #132262 - matthiaskrgr:rollup-pcphi6l, r=matthiaskrgr | bors | -178/+194 |
| 2024-10-28 | Rollup merge of #132253 - Zalathar:keyword-idents-bug, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2024-10-28 | Rollup merge of #132252 - workingjubilee:rename-layouts-to-layoutdata, r=jiey... | Matthias Krüger | -60/+60 |
| 2024-10-28 | Rollup merge of #132248 - workingjubilee:add-rustc-abi-to-transmute, r=compil... | Matthias Krüger | -10/+10 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -108/+100 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -181/+194 |
| 2024-10-28 | Add GUI regression test for variant structfields margins | Guillaume Gomez | -6/+7 |
| 2024-10-28 | Unify variant struct fields margins with struct fields | Guillaume Gomez | -1/+1 |
| 2024-10-28 | Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxu | bors | -337/+572 |
| 2024-10-27 | compiler: Depend on rustc_abi in rustc_lint | Jubilee Young | -4/+5 |
| 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 | -131/+184 |
| 2024-10-28 | Known-bug test for `keyword_idents` lint not propagating to other files | Zalathar | -0/+24 |
| 2024-10-28 | Rollup merge of #132243 - compiler-errors:no-span, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -46/+38 |
| 2024-10-28 | Rollup merge of #132242 - ultrabear:const_is_digit, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-10-28 | Rollup merge of #132227 - compiler-errors:better-const-span, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -254/+241 |
| 2024-10-28 | Rollup merge of #132225 - clubby789:run-make-dynamic, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-10-28 | Rollup merge of #132220 - GuillaumeGomez:gui-test-struct-fields-margins, r=no... | 许杰友 Jieyou Xu (Joe) | -10/+42 |
| 2024-10-28 | Rollup merge of #132086 - estebank:long-types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -25/+145 |
| 2024-10-28 | Rollup merge of #131633 - asquared31415:align_isize_max, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+100 |
| 2024-10-27 | rust-analyzer: Rename LayoutS to LayoutData | Jubilee Young | -2/+2 |
| 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/+100 |
| 2024-10-28 | Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJung | bors | -2/+10 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -15/+34 |
| 2024-10-27 | rustc_transmute: Directly use types from rustc_abi | Jubilee Young | -10/+10 |
| 2024-10-27 | don't pass `-L .../auxiliary` unless it exists | jyn | -1/+9 |
| 2024-10-27 | port `tests/ui/linkage-attr/framework` to run-make | jyn | -40/+43 |
| 2024-10-27 | give a better error for tuple structs in `derive(Diagnostic)` | jyn | -139/+142 |
| 2024-10-27 | remove dead code in CGREP script | jyn | -1/+0 |
| 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 | -21/+18 |
| 2024-10-27 | Support `char::is_digit` in const contexts | ultrabear | -1/+2 |
| 2024-10-27 | Auto merge of #132237 - matthiaskrgr:rollup-ulogwtd, r=matthiaskrgr | bors | -616/+802 |
| 2024-10-27 | Rollup merge of #132234 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -299/+612 |
| 2024-10-27 | Rollup merge of #132228 - devnexen:ci_update_fbsd_revert, r=workingjubilee | Matthias Krüger | -19/+19 |
| 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 | -153/+78 |
| 2024-10-27 | Rollup merge of #132043 - compiler-errors:simplify-rbv, r=cjgillot | Matthias Krüger | -79/+75 |