| Age | Commit message (Expand) | Author | Lines |
| 2024-05-09 | Auto merge of #124847 - Oneirical:master, r=jieyouxu | bors | -0/+70 |
| 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 | 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 | 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 |
| 2024-05-08 | Auto merge of #124795 - scottmcm:simplify-slice-from-raw-parts, r=joboet | bors | -76/+128 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -4/+4 |
| 2024-05-08 | Simplify suggestion. | Markus Reiter | -16/+16 |
| 2024-05-08 | Rollup merge of #124864 - notriddle:notriddle/feature-flags-are-not-stability... | Matthias Krüger | -2/+23 |
| 2024-05-08 | Rollup merge of #124761 - Urgau:ref-casting_bigger_slice_index, r=jieyouxu | Matthias Krüger | -0/+8 |
| 2024-05-08 | Rollup merge of #124548 - gurry:113272-ice-failed-to-normalize, r=compiler-er... | Matthias Krüger | -1/+21 |
| 2024-05-08 | Migrate `run-make/rustdoc-map-file` to rmake | Guillaume Gomez | -5/+15 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -2/+23 |
| 2024-05-07 | Fix ICEs in diagnostic::on_unimplemented | Michael Goulet | -0/+134 |
| 2024-05-07 | Add more ICEs due to malformed diagnostic::on_unimplemented | Michael Goulet | -35/+56 |
| 2024-05-07 | Update Makefiles with explanatory comments | Julien | -0/+67 |
| 2024-05-08 | Auto merge of #124683 - estebank:issue-124651, r=compiler-errors | bors | -0/+36 |
| 2024-05-07 | Make sure we don't deny macro vars w keyword names | Michael Goulet | -33/+60 |
| 2024-05-07 | Add test for #124651 | Esteban Küber | -0/+36 |
| 2024-05-07 | Auto merge of #124223 - Zalathar:conditional-let, r=compiler-errors | bors | -10/+34 |
| 2024-05-07 | Update Tests | Veera | -6/+101 |
| 2024-05-07 | Auto merge of #124219 - gurry:122989-ice-unexpected-anon-const, r=compiler-er... | bors | -8/+200 |
| 2024-05-07 | Auto merge of #124849 - matthiaskrgr:rollup-68humsk, r=matthiaskrgr | bors | -4/+132 |
| 2024-05-07 | Rollup merge of #124846 - compiler-errors:const-eval, r=lcnr | Matthias Krüger | -2/+10 |
| 2024-05-07 | Rollup merge of #124827 - lcnr:generalize-incomplete, r=compiler-errors | Matthias Krüger | -0/+120 |
| 2024-05-07 | Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2024-05-07 | generalize hr alias: avoid unconstrainable infer vars | lcnr | -0/+120 |
| 2024-05-07 | Don't ICE when we cannot eval a const to a valtree in the new solver | Michael Goulet | -2/+10 |
| 2024-05-07 | Auto merge of #123332 - Nadrieril:testkind-never, r=matthewjasper | bors | -18/+231 |
| 2024-05-07 | Auto merge of #124781 - VladimirMakaev:lldb-enum-formatter, r=dtolnay | bors | -23/+102 |
| 2024-05-07 | Auto merge of #124830 - aeubanks:dbg, r=durin42 | bors | -10/+10 |
| 2024-05-06 | Adjust dbg.value/dbg.declare checks for LLVM update | Arthur Eubanks | -10/+10 |
| 2024-05-06 | Rollup merge of #124809 - lcnr:prepopulate-opaques, r=compiler-errors | Matthias Krüger | -46/+36 |
| 2024-05-06 | Rollup merge of #124759 - compiler-errors:impl-args, r=lcnr | Matthias Krüger | -0/+13 |
| 2024-05-06 | Use correct ImplSource for alias bounds | Michael Goulet | -0/+13 |