| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #117673 - matthewjasper:thir-unsafeck-stabilization, r=cjgillot | bors | -4817/+845 |
| 2024-01-05 | Handle context for const patterns correctly | Matthew Jasper | -0/+24 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -303/+280 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -4667/+694 |
| 2024-01-05 | Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrum | bors | -1/+0 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -209/+223 |
| 2024-01-05 | Allow coverage tests to enable `llvm-cov --use-color` | Zalathar | -0/+24 |
| 2024-01-05 | Allow tests to ignore individual test modes | Zalathar | -0/+18 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -231/+320 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -84/+289 |
| 2024-01-04 | Rollup merge of #119553 - bvanjoi:fix-119463, r=petrochenkov | Matthias Krüger | -0/+40 |
| 2024-01-04 | Rollup merge of #119532 - GKFX:offset-of-parse-expr, r=est31 | Matthias Krüger | -220/+150 |
| 2024-01-04 | Rollup merge of #119431 - taiki-e:asm-s390x-reg-addr, r=Amanieu | Matthias Krüger | -0/+24 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -33/+33 |
| 2024-01-04 | Rollup merge of #119184 - Rajveer100:branch-for-issue-118752, r=davidtwco | Matthias Krüger | -640/+647 |
| 2024-01-04 | Rollup merge of #117636 - bvanjoi:fix-117626, r=TaKO8Ki | Matthias Krüger | -0/+21 |
| 2024-01-04 | Rollup merge of #119555 - Kobzol:maybeuninit-rvo-codegen-test, r=nikic | Matthias Krüger | -0/+33 |
| 2024-01-04 | Rollup merge of #119540 - fmease:no-effect-args-inside-dyn-trait, r=compiler-... | Matthias Krüger | -2/+32 |
| 2024-01-04 | Rollup merge of #119417 - compiler-errors:closure-checking, r=davidtwco | Matthias Krüger | -8/+8 |
| 2024-01-04 | Rollup merge of #119397 - ShE3py:pat-range-paren-recovery, r=fmease | Matthias Krüger | -15/+74 |
| 2024-01-04 | Rollup merge of #119362 - estebank:restrict-derive-suggestion, r=fmease | Matthias Krüger | -10/+0 |
| 2024-01-04 | Rollup merge of #119204 - petrochenkov:dialoc2, r=WaffleLapkin | Matthias Krüger | -34/+21 |
| 2024-01-04 | Rollup merge of #119195 - asquared31415:named_asm_labels_fix, r=Amanieu | Matthias Krüger | -11/+113 |
| 2024-01-04 | Rollup merge of #118521 - dpaoliello:asan, r=wesleywiser | Matthias Krüger | -4/+8 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -34/+21 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -25/+19 |
| 2024-01-03 | Make `derive(Trait)` suggestion more accurate | Esteban Küber | -10/+0 |
| 2024-01-03 | Account for object unsafe traits | Esteban Küber | -0/+57 |
| 2024-01-03 | Add codegen test for RVO on MaybeUninit | Jakub Beránek | -0/+33 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -13/+9 |
| 2024-01-03 | Account for multiple trait bounds in bare trait object suggestion | Esteban Küber | -2/+22 |
| 2024-01-03 | Provide better suggestions when encountering a bare trait as a type | Esteban Küber | -3/+84 |
| 2024-01-04 | fallback visibility for unexpected trait item | bohan | -0/+40 |
| 2024-01-03 | Enable address sanitizer for MSVC targets using INFERASANLIBS linker flag | Daniel Paoliello | -4/+8 |
| 2024-01-03 | Rollup merge of #119523 - maurer:fix-sparc-llvm-18, r=nikic | León Orell Valerian Liehr | -2/+2 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -22/+141 |
| 2024-01-03 | Rollup merge of #119494 - fmease:deny-hr-param-defaults, r=compiler-errors | León Orell Valerian Liehr | -32/+88 |
| 2024-01-03 | Rollup merge of #119477 - lukas-code:tooltip-z-index, r=notriddle | León Orell Valerian Liehr | -0/+12 |
| 2024-01-03 | Rollup merge of #119476 - fmease:pp-always-const-trait-preds, r=compiler-errors | León Orell Valerian Liehr | -3/+73 |
| 2024-01-03 | Rollup merge of #119474 - nbdd0121:naked, r=Nilstrieb | León Orell Valerian Liehr | -2/+2 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -15/+74 |
| 2024-01-03 | Support reg_addr register class in s390x inline assembly | Taiki Endo | -0/+24 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -4/+4 |
| 2024-01-03 | Don't synthesize host effect args inside trait object types | León Orell Valerian Liehr | -2/+32 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -220/+150 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -209/+223 |
| 2024-01-02 | llvm: Allow `noundef` in codegen tests | Matthew Maurer | -2/+2 |