| Age | Commit message (Expand) | Author | Lines |
| 2024-10-29 | Make sure all expr checking fns start with check_expr | Michael Goulet | -29/+30 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -13/+27 |
| 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 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -13/+27 |
| 2024-10-28 | Auto merge of #132244 - jyn514:linker-refactors, r=bjorn3 | bors | -181/+194 |
| 2024-10-28 | bump stdarch | Ralf Jung | -0/+0 |
| 2024-10-28 | Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxu | bors | -337/+572 |
| 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 | 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 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -234/+252 |
| 2024-10-27 | Revert "ci update freebsd version proposal, freebsd 12 being eol." | David Carlier | -19/+19 |
| 2024-10-27 | Dynamically link run-make support | clubby789 | -0/+4 |
| 2024-10-27 | Auto merge of #132215 - onur-ozkan:bootstrap-git, r=Kobzol | bors | -28/+6 |
| 2024-10-27 | Clean up some comments on lint implementation | Eric Huss | -66/+18 |
| 2024-10-27 | Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnay | bors | -40/+122 |
| 2024-10-27 | Add GUI regression test for doc struct fields margins | Guillaume Gomez | -10/+42 |
| 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 | -153/+78 |
| 2024-10-27 | Auto merge of #132213 - workingjubilee:rollup-tg1g3l5, r=workingjubilee | bors | -131/+136 |
| 2024-10-27 | simplify force-recompile logic for "library" | onur-ozkan | -19/+4 |
| 2024-10-27 | don't use absolute paths on `git(Some(self.src))` | onur-ozkan | -10/+3 |