| Age | Commit message (Expand) | Author | Lines |
| 2024-01-07 | Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiasko | bors | -0/+130 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -0/+46 |
| 2024-01-07 | Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkan | bors | -3/+0 |
| 2024-01-07 | Skip threading over no-op SetDiscriminant. | Camille GILLOT | -0/+130 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -3/+0 |
| 2024-01-06 | Rollup merge of #119655 - Nilstrieb:cleanup-the-error-count-monster-mess, r=W... | Matthias Krüger | -13/+6 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -27/+159 |
| 2024-01-06 | Rollup merge of #119591 - Enselic:DestinationPropagation-stable, r=cjgillot | Matthias Krüger | -18/+18 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -1/+1 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -14/+486 |
| 2024-01-06 | Remove ignore-stage1 that was added when changing error count msg | Nilstrieb | -13/+6 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -1/+4 |
| 2024-01-05 | Rollup merge of #119638 - lukas-code:suggest-constructor-cycle-error, r=cjgillot | Michael Goulet | -0/+37 |
| 2024-01-05 | Rollup merge of #119628 - RalfJung:duplicate-test, r=compiler-errors | Michael Goulet | -23/+0 |
| 2024-01-05 | Rollup merge of #119420 - cjgillot:issue-119295, r=compiler-errors | Michael Goulet | -0/+41 |
| 2024-01-05 | Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp... | Michael Goulet | -0/+48 |
| 2024-01-05 | Rollup merge of #119208 - Zalathar:hoist, r=WaffleLapkin,Swatinem | Michael Goulet | -27/+21 |
| 2024-01-05 | Rebase fallout. | Camille GILLOT | -8/+8 |
| 2024-01-05 | Handle ForeignItem as TAIT scope. | Camille GILLOT | -0/+41 |
| 2024-01-05 | fix cycle error for "use constructor" suggestion | Lukas Markeffsky | -11/+11 |
| 2024-01-05 | fix OOM when `ty::Instance` is used in query description | Lukas Markeffsky | -0/+37 |
| 2024-01-05 | rustc_mir_transform: Make DestinationPropagation stable for queries | Martin Nordholts | -18/+18 |
| 2024-01-05 | Rollup merge of #119622 - Nadrieril:never_patterns_macros, r=compiler-errors | Matthias Krüger | -0/+54 |
| 2024-01-05 | Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk | Matthias Krüger | -0/+109 |
| 2024-01-05 | Rollup merge of #119554 - matthewjasper:remove-guard-distinction, r=compiler-... | Matthias Krüger | -12/+114 |
| 2024-01-05 | Rollup merge of #119506 - compiler-errors:visibilities-for-object-safety-erro... | Matthias Krüger | -0/+106 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -41/+143 |
| 2024-01-05 | Rollup merge of #119350 - fmease:lazy-ty-aliases-implied-bounds, r=compiler-e... | Matthias Krüger | -24/+97 |
| 2024-01-05 | Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=da... | Matthias Krüger | -14/+71 |
| 2024-01-05 | Ignore a rustdoc test | León Orell Valerian Liehr | -0/+3 |
| 2024-01-05 | Document behavior of `!` with MbE | Nadrieril | -0/+54 |
| 2024-01-05 | remove duplicate test | Ralf Jung | -23/+0 |
| 2024-01-05 | Auto merge of #119621 - compiler-errors:rollup-5mxtvuk, r=compiler-errors | bors | -436/+713 |
| 2024-01-05 | macro_rules: Add more tests for using `tt` in addition to `ident` | Vadim Petrochenkov | -27/+159 |
| 2024-01-05 | Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk | Michael Goulet | -3/+423 |
| 2024-01-05 | Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddle | Michael Goulet | -1/+28 |
| 2024-01-05 | Rollup merge of #119577 - tmiasko:lint, r=oli-obk | Michael Goulet | -197/+55 |
| 2024-01-05 | Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,Nilstrieb | Michael Goulet | -218/+0 |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -4/+4 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -13/+161 |
| 2024-01-05 | Rollup merge of #119034 - Zalathar:ignore-mode, r=davidtwco | Michael Goulet | -0/+42 |
| 2024-01-05 | Use `resolutions(()).effective_visiblities` to avoid cycle errors | Michael Goulet | -0/+106 |
| 2024-01-05 | Auto merge of #118991 - nikic:scalar-pair, r=nagisa | bors | -34/+33 |
| 2024-01-05 | Add a test that emitting diagnostics does not require the crate to use | Georg Semmler | -0/+39 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -0/+6 |
| 2024-01-05 | Auto merge of #117673 - matthewjasper:thir-unsafeck-stabilization, r=cjgillot | bors | -4817/+845 |
| 2024-01-05 | Restore if let guard temporary scoping difference | Matthew Jasper | -0/+72 |
| 2024-01-05 | Remove `thir::Guard` | Matthew Jasper | -0/+30 |
| 2024-01-05 | Remove `hir::Guard` | Matthew Jasper | -12/+12 |
| 2024-01-05 | Make test compatible with 32-bit as well | Nikita Popov | -1/+1 |