| Age | Commit message (Expand) | Author | Lines |
| 2023-12-29 | Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgr | bors | -326/+2536 |
| 2023-12-29 | Auto merge of #119407 - matthiaskrgr:rollup-bsoz7bn, r=matthiaskrgr | bors | -246/+134 |
| 2023-12-29 | Rollup merge of #119404 - ecnelises:ppc_profiler, r=Kobzol | Matthias Krüger | -1/+1 |
| 2023-12-29 | Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errors | Matthias Krüger | -0/+26 |
| 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 | Enable profiler in dist-powerpc-linux | Qiu Chaofan | -1/+1 |
| 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/+26 |
| 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-29 | Auto merge of #119378 - onur-ozkan:utilize-llvm-tools, r=albertlarsan68 | bors | -9/+11 |
| 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 | -223/+195 |
| 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 | Update Cargo.lock | Philipp Krones | -5/+5 |
| 2023-12-28 | Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync | Philipp Krones | -321/+2531 |
| 2023-12-28 | Auto merge of #12038 - flip1995:rustup, r=flip1995 | bors | -128/+202 |
| 2023-12-28 | Bump Clippy version -> 0.1.77 | Philipp Krones | -5/+5 |
| 2023-12-28 | Bump nightly version -> 2023-12-28 | Philipp Krones | -1/+1 |
| 2023-12-28 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -351/+2576 |
| 2023-12-28 | Auto merge of #119384 - matthiaskrgr:rollup-hhz9ws0, r=matthiaskrgr | bors | -92/+249 |
| 2023-12-28 | Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov | Matthias Krüger | -26/+32 |
| 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 #119376 - msrd0:regression-test-106630, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2023-12-28 | Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-28 | Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum... | Matthias Krüger | -44/+152 |
| 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 | -220/+212 |
| 2023-12-28 | utilize the unused `llvm-tools` option | onur-ozkan | -9/+11 |
| 2023-12-28 | Don't expect bodyless arms if the pattern can never be a never pattern | Lieselotte | -26/+32 |
| 2023-12-28 | Add regression test for #106630 | Dominic | -0/+33 |
| 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/+358 |
| 2023-12-27 | Simplify Parser::ident_or_error | DaniPopes | -12/+4 |
| 2023-12-27 | Auto merge of #12029 - torfsen:6459-more-cases-for-redundant-matches!, r=llogiq | bors | -56/+98 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -223/+505 |
| 2023-12-27 | 6459: Check for redundant `matches!` with `Ready`, `Pending`, `V4`, `V6` | Florian Brucker | -56/+98 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+230 |
| 2023-12-27 | Auto merge of #11981 - y21:eager_int_transmute, r=llogiq | bors | -1/+373 |
| 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 |