| Age | Commit message (Expand) | Author | Lines |
| 2023-12-30 | Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillot | bors | -20/+12 |
| 2023-12-30 | Auto merge of #119367 - Mark-Simulacrum:relative-spans, r=wesleywiser | bors | -47/+130 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -1581/+1088 |
| 2023-12-29 | Shrink span encoding further | Mark Rousskov | -47/+130 |
| 2023-12-30 | Auto merge of #119421 - matthiaskrgr:rollup-dbera1b, r=matthiaskrgr | bors | -696/+142 |
| 2023-12-29 | Rollup merge of #119410 - est31:fix_if_guard_unused, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-12-29 | Rollup merge of #119406 - lqd:issue-114325, r=compiler-errors | Matthias Krüger | -0/+55 |
| 2023-12-29 | Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillot | Matthias Krüger | -664/+64 |
| 2023-12-29 | Rollup merge of #119374 - gurry:119149-improve-vec-docs, r=cuviper | Matthias Krüger | -8/+8 |
| 2023-12-29 | Rollup merge of #119322 - compiler-errors:async-gen-resume-ty, r=cjgillot | Matthias Krüger | -22/+13 |
| 2023-12-29 | Auto merge of #118911 - Young-Flash:fix_issue_118819, r=fmease | bors | -24/+148 |
| 2023-12-29 | Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan | bors | -134/+98 |
| 2023-12-29 | Auto merge of #119259 - cjgillot:single-crate-id, r=Mark-Simulacrum | bors | -32/+40 |
| 2023-12-29 | Rename test | est31 | -2/+2 |
| 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 | add non-regression test for issue 114325 | Rémy Rakic | -0/+55 |
| 2023-12-29 | Enable profiler in dist-powerpc-linux | Qiu Chaofan | -1/+1 |
| 2023-12-29 | Italicise "bytes" in the docs of some `Vec` methods | Gurinder Singh | -8/+8 |
| 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 | Couple of random coroutine pass simplifications | Michael Goulet | -22/+13 |
| 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 | Remove `is_optional_tool` from `ToolBuild` | Jakub Beránek | -128/+92 |
| 2023-12-28 | Add change tracker entry | Jakub Beránek | -1/+6 |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -392/+42 |
| 2023-12-28 | rustc_lint: Prevent multiple 'incompatible with previous forbid' lints | Martin Nordholts | -204/+8 |
| 2023-12-28 | rustc_lint: Prevent multiple 'lint ignored' lints | Martin Nordholts | -58/+4 |
| 2023-12-28 | rustc_lint: Rename `warn_about_weird_lints` to `lint_added_lints` | Martin Nordholts | -8/+8 |
| 2023-12-28 | rustc_error_codes: Update expected error in E0453.md | Martin Nordholts | -2/+2 |
| 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 |