| Age | Commit message (Expand) | Author | Lines |
| 2023-12-29 | Auto merge of #119259 - cjgillot:single-crate-id, r=Mark-Simulacrum | bors | -32/+40 |
| 2023-12-29 | Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2023-12-29 | Rollup merge of #119401 - Zalathar:query-stability, r=Nilstrieb | Matthias Krüger | -3/+6 |
| 2023-12-29 | Rollup merge of #119393 - DaniPopes:unmap-a-filter, r=Nilstrieb | Matthias Krüger | -18/+20 |
| 2023-12-29 | Rollup merge of #119375 - Swatinem:merge-coroutine-lowering, r=compiler-errors | Matthias Krüger | -224/+81 |
| 2023-12-29 | Auto merge of #119392 - compiler-errors:args-parts, r=Nilstrieb | bors | -58/+48 |
| 2023-12-29 | Also walk bindings created by if-let guards | est31 | -0/+3 |
| 2023-12-29 | Auto merge of #119395 - Nilstrieb:walk-pat, r=est31 | bors | -29/+6 |
| 2023-12-29 | coverage: Avoid a possible query stability hazard in `CoverageCounters` | Zalathar | -3/+6 |
| 2023-12-28 | Use `Pat::walk_always` instead of manual walk | Nilstrieb | -29/+6 |
| 2023-12-28 | Auto merge of #119174 - compiler-errors:movability, r=cjgillot | bors | -220/+194 |
| 2023-12-28 | Merge Coroutine lowering functions | Arpad Borsos | -224/+81 |
| 2023-12-28 | Use filter instead of filter_map in Parser::expected_one_of_not_found | DaniPopes | -18/+20 |
| 2023-12-28 | make ClosureArgsParts not generic | Michael Goulet | -58/+48 |
| 2023-12-28 | Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov | Matthias Krüger | -1/+7 |
| 2023-12-28 | Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errors | Matthias Krüger | -10/+28 |
| 2023-12-28 | Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-28 | Movability doesn't need to be a query anymore | Michael Goulet | -56/+29 |
| 2023-12-28 | Restore movability to SMIR | Michael Goulet | -9/+16 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -217/+211 |
| 2023-12-28 | Don't expect bodyless arms if the pattern can never be a never pattern | Lieselotte | -1/+7 |
| 2023-12-28 | Update `parse_seq` doc | Lieselotte | -10/+28 |
| 2023-12-28 | Auto merge of #119368 - coder-s-cat:master, r=WaffleLapkin | bors | -4/+4 |
| 2023-12-28 | Fix some comments | cuishuang | -4/+4 |
| 2023-12-28 | Auto merge of #119349 - zetanumbers:liveness-pass-refactor, r=WaffleLapkin | bors | -8/+2 |
| 2023-12-28 | Auto merge of #119336 - Zalathar:find-ancestor, r=petrochenkov | bors | -22/+6 |
| 2023-12-27 | Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin | bors | -44/+298 |
| 2023-12-27 | Simplify Parser::ident_or_error | DaniPopes | -12/+4 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -110/+128 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+30 |
| 2023-12-27 | Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkin | bors | -3/+24 |
| 2023-12-27 | move walk_expr outside of every match branch | zetanumbers | -8/+2 |
| 2023-12-27 | coverage: Unexpand spans with `find_ancestor_inside_same_ctxt` | Zalathar | -22/+6 |
| 2023-12-27 | Support relative offsets when encoding spans | Mark Rousskov | -3/+24 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -110/+128 |
| 2023-12-27 | Auto merge of #119343 - matthiaskrgr:rollup-vkt8lst, r=matthiaskrgr | bors | -35/+14 |
| 2023-12-27 | Rollup merge of #119337 - mu001999:dead_code/clean, r=WaffleLapkin | Matthias Krüger | -17/+2 |
| 2023-12-27 | Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkin | Matthias Krüger | -18/+12 |
| 2023-12-27 | Auto merge of #119233 - Nadrieril:keep-whole-pat-around, r=compiler-errors | bors | -9/+9 |
| 2023-12-27 | Remove dead codes | r01and | -17/+2 |
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+30 |
| 2023-12-26 | Suggest `=` to `==` in more cases, even in the face of reference mismatch | Esteban Küber | -2/+19 |
| 2023-12-26 | Keep reference to the original `Pat` in `DeconstructedPat` | Nadrieril | -9/+9 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -120/+290 |
| 2023-12-26 | Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errors | bors | -173/+171 |
| 2023-12-26 | Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=Nadrieril | Michael Goulet | -104/+111 |
| 2023-12-26 | Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov | Michael Goulet | -62/+46 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -7/+9 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -0/+5 |
| 2023-12-26 | Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errors | bors | -2/+32 |