| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Print constness in TraitPredPrintModifiersAndPath | Michael Goulet | -5/+5 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -2/+2 |
| 2023-12-09 | Rollup merge of #118775 - Young-Flash:fix, r=compiler-errors | Guillaume Gomez | -3/+69 |
| 2023-12-09 | Rollup merge of #118774 - lcnr:region-refactor-uwu, r=compiler-errors | Guillaume Gomez | -4/+57 |
| 2023-12-09 | report_not_const_evaluatable_error to avoid ICEing on ConstKind::Expr | Lenko Donchev | -0/+89 |
| 2023-12-09 | Auto merge of #118780 - GuillaumeGomez:rollup-nd0syaf, r=GuillaumeGomez | bors | -77/+673 |
| 2023-12-09 | use different revisions for testing colors on windows | jyn | -6/+81 |
| 2023-12-09 | Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-dead | Guillaume Gomez | -0/+0 |
| 2023-12-09 | Rollup merge of #118702 - Urgau:check-cfg-strengthen-well-known, r=nnethercote | Guillaume Gomez | -77/+295 |
| 2023-12-09 | Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillot | Guillaume Gomez | -0/+31 |
| 2023-12-09 | Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubilee | Guillaume Gomez | -0/+347 |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -306/+163 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+347 |
| 2023-12-09 | Avoid target_os and target_arch in some check-cfg tests | Urgau | -21/+4 |
| 2023-12-09 | Strengthen well known check-cfg names and values test | Urgau | -56/+291 |
| 2023-12-09 | add test for inductive cycle hangs | lcnr | -4/+57 |
| 2023-12-09 | chore: add test case for type with generic | Young-Flash | -3/+69 |
| 2023-12-09 | Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholk | Jubilee | -0/+4 |
| 2023-12-09 | Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot | Jubilee | -0/+67 |
| 2023-12-09 | Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic | Jubilee | -2/+2 |
| 2023-12-09 | Rollup merge of #118512 - spastorino:add-implied-bounds-related-tests, r=jack... | Jubilee | -8/+202 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -5/+119 |
| 2023-12-09 | Don't warn an empty pattern unreachable if we're not sure the data is valid | Nadrieril | -615/+93 |
| 2023-12-09 | Test empty types better | Nadrieril | -502/+2606 |
| 2023-12-08 | Do not parenthesize exterior struct lit inside match guards | David Tolnay | -1/+1 |
| 2023-12-08 | Add if_let_guard and let_chains pretty printer tests | David Tolnay | -1/+20 |
| 2023-12-08 | Add Bevy related test cases | Santiago Pastorino | -0/+97 |
| 2023-12-09 | Tweak the `no-nuls.rs` test. | Nicholas Nethercote | -0/+0 |
| 2023-12-08 | Make async generators fused by default | Michael Goulet | -0/+4 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -0/+24 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -172/+172 |
| 2023-12-08 | Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-... | Matthias Krüger | -13/+82 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -5/+139 |
| 2023-12-08 | Rollup merge of #118502 - Young-Flash:fix, r=compiler-errors | Matthias Krüger | -0/+73 |
| 2023-12-08 | Add tests related to normalization in implied bounds | Santiago Pastorino | -8/+105 |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -24/+40 |
| 2023-12-08 | use magenta instead of bold for highlighting | jyn | -10/+56 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -16/+132 |
| 2023-12-08 | Add tests | Michael Goulet | -10/+132 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -13/+7 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -1/+1 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -45/+435 |
| 2023-12-08 | privacy: visit trait def id of projections | David Wood | -13/+82 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -34/+3 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -2/+2 |
| 2023-12-08 | coverage: Regression test for unwrapping `prev` when there are no spans | Zalathar | -0/+67 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark the full condition of `if !` | Zalathar | -12/+12 |
| 2023-12-08 | coverage: Add a dedicated test for coverage of `if !` | Zalathar | -0/+114 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -81/+199 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -0/+24 |