| Age | Commit message (Expand) | Author | Lines |
| 2023-12-09 | Auto merge of #118780 - GuillaumeGomez:rollup-nd0syaf, r=GuillaumeGomez | bors | -206/+426 |
| 2023-12-09 | Rollup merge of #118766 - compiler-errors:lower-spans, r=spastorino | Guillaume Gomez | -5/+6 |
| 2023-12-09 | Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-dead | Guillaume Gomez | -58/+63 |
| 2023-12-09 | Rollup merge of #118702 - Urgau:check-cfg-strengthen-well-known, r=nnethercote | Guillaume Gomez | -0/+3 |
| 2023-12-09 | Rollup merge of #118638 - nnethercote:rustc_mir_dataflow-more, r=cjgillot | Guillaume Gomez | -138/+102 |
| 2023-12-09 | Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillot | Guillaume Gomez | -4/+5 |
| 2023-12-09 | Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubilee | Guillaume Gomez | -1/+247 |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -162/+72 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -1/+247 |
| 2023-12-09 | Strengthen well known check-cfg names and values test | Urgau | -0/+3 |
| 2023-12-09 | Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubilee | bors | -96/+148 |
| 2023-12-09 | Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholk | Jubilee | -11/+33 |
| 2023-12-09 | Rollup merge of #118762 - compiler-errors:gen-nits, r=eholk | Jubilee | -34/+35 |
| 2023-12-09 | Rollup merge of #118666 - Zalathar:body-closure, r=cjgillot | Jubilee | -31/+26 |
| 2023-12-09 | Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikic | Jubilee | -1/+5 |
| 2023-12-09 | Rollup merge of #118198 - Zalathar:if-not, r=cjgillot | Jubilee | -19/+49 |
| 2023-12-09 | Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwco | bors | -0/+52 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -27/+62 |
| 2023-12-09 | Some types cannot show up as the type of a pattern | Nadrieril | -4/+3 |
| 2023-12-09 | Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgr | bors | -348/+855 |
| 2023-12-09 | Lower some forgotten coroutine spans | Michael Goulet | -2/+2 |
| 2023-12-09 | Lower spans for opaque duplicated lifetimes, const infer vars | Michael Goulet | -3/+3 |
| 2023-12-09 | Lower constness span in host param | Michael Goulet | -0/+1 |
| 2023-12-09 | Don't warn an empty pattern unreachable if we're not sure the data is valid | Nadrieril | -39/+90 |
| 2023-12-09 | Track place validity | Nadrieril | -30/+216 |
| 2023-12-09 | Detect cycles in `InhabitedPredicate::apply` | Nadrieril | -10/+31 |
| 2023-12-09 | Correctly handle empty constructors | Nadrieril | -158/+212 |
| 2023-12-09 | Be precise about usefulness vs reachability | Nadrieril | -94/+159 |
| 2023-12-08 | Fix tidy ```ignore error | David Tolnay | -2/+2 |
| 2023-12-08 | Do not parenthesize exterior struct lit inside match guards | David Tolnay | -74/+149 |
| 2023-12-08 | Delete special handling of some expr kinds from print_let | David Tolnay | -10/+2 |
| 2023-12-08 | Rearrange logic of needs_par computation in print_let | David Tolnay | -2/+5 |
| 2023-12-08 | Inline cond_needs_par into print_let | David Tolnay | -3/+8 |
| 2023-12-08 | Inline npals closure | David Tolnay | -2/+5 |
| 2023-12-09 | Tweak `Mode`. | Nicholas Nethercote | -34/+38 |
| 2023-12-09 | Remove an unnecessary `into`. | Nicholas Nethercote | -1/+1 |
| 2023-12-09 | Eliminate `is_byte: bool` args in unescaping code. | Nicholas Nethercote | -21/+19 |
| 2023-12-09 | Remove explicit `\n` and `\t` handling in `unescape_str_common`. | Nicholas Nethercote | -2/+0 |
| 2023-12-09 | Add some useful comments. | Nicholas Nethercote | -4/+8 |
| 2023-12-08 | Make async generators fused by default | Michael Goulet | -11/+33 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-08 | Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errors | Matthias Krüger | -42/+52 |
| 2023-12-08 | Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-... | Matthias Krüger | -6/+7 |
| 2023-12-08 | Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-a | Matthias Krüger | -24/+318 |
| 2023-12-08 | Rollup merge of #118502 - Young-Flash:fix, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2023-12-08 | Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnr | Matthias Krüger | -261/+469 |
| 2023-12-08 | Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errors | bors | -1/+13 |
| 2023-12-08 | Rename some more coro_kind -> coroutine_kind | Michael Goulet | -8/+9 |
| 2023-12-08 | More nits | Michael Goulet | -4/+4 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -24/+24 |