| Age | Commit message (Expand) | Author | Lines |
| 2023-12-30 | Auto merge of #119436 - semarie:openbsd-available_parallelism, r=Mark-Simulacrum | bors | -26/+6 |
| 2023-12-30 | Auto merge of #119438 - Zalathar:prepare-mappings, r=cjgillot | bors | -53/+74 |
| 2023-12-30 | Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgr | bors | -93/+101 |
| 2023-12-30 | coverage: Make `coverage_counters` a local variable | Zalathar | -31/+37 |
| 2023-12-30 | coverage: Prepare mappings separately from injecting statements | Zalathar | -29/+44 |
| 2023-12-30 | Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=Nilstrieb | Matthias Krüger | -8/+29 |
| 2023-12-30 | Rollup merge of #119424 - ojeda:send-sync, r=est31 | Matthias Krüger | -1/+3 |
| 2023-12-30 | Rollup merge of #119413 - onur-ozkan:bump-fd-lock, r=Mark-Simulacrum | Matthias Krüger | -69/+57 |
| 2023-12-30 | Rollup merge of #119386 - Emilgardis:typo-ipaddr-canonical-doc, r=est31 | Matthias Krüger | -1/+1 |
| 2023-12-30 | Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviper | Matthias Krüger | -14/+11 |
| 2023-12-30 | Auto merge of #119377 - tmiasko:after, r=cjgillot | bors | -7/+1 |
| 2023-12-30 | openbsd: available_parallelism: use the right API | Sebastien Marie | -26/+6 |
| 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-30 | Fix invalid check-cfg Cargo feature diagnostic help | Urgau | -4/+1 |
| 2023-12-30 | Add check-cfg test for Cargo feature without value | Urgau | -6/+30 |
| 2023-12-30 | apply bootstrap lock unconditionally | onur-ozkan | -32/+23 |
| 2023-12-30 | bootstrap: bump fd-lock | onur-ozkan | -37/+34 |
| 2023-12-29 | Primitive docs: fix confusing `Send` in `&T`'s list | Miguel Ojeda | -1/+3 |
| 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 |