| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | fix fmt | Oneirical | -2/+1 |
| 2024-05-11 | Make tidy happy | Julien | -4/+2 |
| 2024-05-11 | remove trailing whitespace | Julien | -1/+1 |
| 2024-05-11 | Port c-link-to-rust-va-list-fn to Rust | Oneirical | -7/+21 |
| 2024-05-11 | Auto merge of #125007 - klensy:filecheckty, r=Mark-Simulacrum | bors | -8/+8 |
| 2024-05-11 | Auto merge of #125010 - matthiaskrgr:rollup-270pck3, r=matthiaskrgr | bors | -0/+7 |
| 2024-05-11 | Rollup merge of #124978 - saethlin:ref-casting_derefs, r=Urgau,Nilstrieb | Matthias Krüger | -0/+7 |
| 2024-05-11 | Auto merge of #124567 - Jules-Bertholet:and-eats-andmut, r=Nadrieril | bors | -73/+201 |
| 2024-05-11 | fix few typo in filecheck annotations | klensy | -8/+8 |
| 2024-05-11 | Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-05-11 | Rollup merge of #124318 - bvanjoi:fix-123911, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -41/+58 |
| 2024-05-10 | Auto merge of #123886 - scottmcm:more-rvalue-operands, r=matthewjasper | bors | -0/+123 |
| 2024-05-10 | Comments and fixes | Jules Bertholet | -42/+108 |
| 2024-05-10 | Fix spans when macros are involved | Jules Bertholet | -4/+3 |
| 2024-05-10 | Various fixes: | Jules Bertholet | -24/+41 |
| 2024-05-10 | Match ergonomics 2024: let `&` patterns eat `&mut` | Jules Bertholet | -69/+115 |
| 2024-05-10 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -0/+7 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -41/+58 |
| 2024-05-10 | Rollup merge of #124888 - GuillaumeGomez:migrate-rustdoc-output-path, r=jieyouxu | Matthias Krüger | -4/+9 |
| 2024-05-10 | Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco | Matthias Krüger | -1/+3 |
| 2024-05-10 | Rollup merge of #124778 - fmease:fix-diag-msg-parse-meta-item, r=nnethercote | Matthias Krüger | -37/+58 |
| 2024-05-10 | Auto merge of #124774 - the8472:subnanosecond-benches, r=jhpratt | bors | -1/+1 |
| 2024-05-10 | Migrate `run-make/rustdoc-output-path` to rmake | Guillaume Gomez | -4/+9 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -37/+58 |
| 2024-05-10 | Rollup merge of #124936 - lcnr:cool-beans, r=compiler-errors | Matthias Krüger | -23/+79 |
| 2024-05-09 | Auto merge of #124847 - Oneirical:master, r=jieyouxu | bors | -0/+70 |
| 2024-05-09 | update crashes | lcnr | -14/+0 |
| 2024-05-09 | analyse visitor: build proof tree in probe | lcnr | -9/+79 |
| 2024-05-09 | add FIXME | Julien | -1/+1 |
| 2024-05-09 | Rollup merge of #124923 - RalfJung:offset-from-errors, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-05-09 | Rollup merge of #124919 - nnethercote:Recovered-Yes-ErrorGuaranteed, r=compil... | Matthias Krüger | -1/+4 |
| 2024-05-09 | Make sure we consume a generic arg when checking mistyped turbofish | Michael Goulet | -0/+20 |
| 2024-05-09 | Auto merge of #124706 - Zalathar:revision-checker, r=jieyouxu | bors | -41/+87 |
| 2024-05-09 | interpret/miri: better errors on failing offset_from | Ralf Jung | -7/+7 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -1/+4 |
| 2024-05-09 | Auto merge of #124157 - wutchzone:partial_eq, r=estebank | bors | -10/+48 |
| 2024-05-09 | Fix test problems discovered by the revision check | Zalathar | -41/+87 |
| 2024-05-09 | Rollup merge of #124908 - saethlin:ref-casting_bigger_place_projection, r=fee... | Matthias Krüger | -0/+6 |
| 2024-05-09 | Rollup merge of #124875 - compiler-errors:more-diagnostics-ices, r=estebank | Matthias Krüger | -35/+190 |
| 2024-05-09 | Rollup merge of #124837 - GuillaumeGomez:migrate-rustdoc-map-file, r=jieyouxu | Matthias Krüger | -5/+15 |
| 2024-05-09 | Rollup merge of #124777 - veera-sivarajan:bugfix-124495-identify-gen-block, r... | Matthias Krüger | -6/+101 |
| 2024-05-08 | Make SSA aggregates without needing an alloca | Scott McMurray | -15/+99 |
| 2024-05-08 | Add a codegen test for transparent aggregates | Scott McMurray | -0/+39 |
| 2024-05-08 | correct comments | Oneirical | -16/+19 |
| 2024-05-08 | Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgr | bors | -53/+337 |
| 2024-05-08 | Rollup merge of #124869 - compiler-errors:keyword, r=Nilstrieb | Matthias Krüger | -33/+60 |
| 2024-05-08 | Rollup merge of #124775 - matthiaskrgr:boom, r=jieyouxu | Matthias Krüger | -0/+148 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -20/+20 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -0/+109 |
| 2024-05-08 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -0/+6 |