about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-30Auto merge of #119436 - semarie:openbsd-available_parallelism, r=Mark-Simulacrumbors-26/+6
2023-12-30Auto merge of #119438 - Zalathar:prepare-mappings, r=cjgillotbors-53/+74
2023-12-30Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgrbors-93/+101
2023-12-30coverage: Make `coverage_counters` a local variableZalathar-31/+37
2023-12-30coverage: Prepare mappings separately from injecting statementsZalathar-29/+44
2023-12-30Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=NilstriebMatthias Krüger-8/+29
2023-12-30Rollup merge of #119424 - ojeda:send-sync, r=est31Matthias Krüger-1/+3
2023-12-30Rollup merge of #119413 - onur-ozkan:bump-fd-lock, r=Mark-SimulacrumMatthias Krüger-69/+57
2023-12-30Rollup merge of #119386 - Emilgardis:typo-ipaddr-canonical-doc, r=est31Matthias Krüger-1/+1
2023-12-30Rollup merge of #119158 - JohnTheCoolingFan:arc-weak-clone-pretty, r=cuviperMatthias Krüger-14/+11
2023-12-30Auto merge of #119377 - tmiasko:after, r=cjgillotbors-7/+1
2023-12-30openbsd: available_parallelism: use the right APISebastien Marie-26/+6
2023-12-30Auto merge of #118705 - WaffleLapkin:codegen-atomic-exhange-untuple, r=cjgillotbors-20/+12
2023-12-30Auto merge of #119367 - Mark-Simulacrum:relative-spans, r=wesleywiserbors-47/+130
2023-12-30Auto merge of #116012 - cjgillot:gvn-const, r=oli-obkbors-1581/+1088
2023-12-29Shrink span encoding furtherMark Rousskov-47/+130
2023-12-30Auto merge of #119421 - matthiaskrgr:rollup-dbera1b, r=matthiaskrgrbors-696/+142
2023-12-30Fix invalid check-cfg Cargo feature diagnostic helpUrgau-4/+1
2023-12-30Add check-cfg test for Cargo feature without valueUrgau-6/+30
2023-12-30apply bootstrap lock unconditionallyonur-ozkan-32/+23
2023-12-30bootstrap: bump fd-lockonur-ozkan-37/+34
2023-12-29Primitive docs: fix confusing `Send` in `&T`'s listMiguel Ojeda-1/+3
2023-12-29Rollup merge of #119410 - est31:fix_if_guard_unused, r=NilstriebMatthias Krüger-2/+2
2023-12-29Rollup merge of #119406 - lqd:issue-114325, r=compiler-errorsMatthias Krüger-0/+55
2023-12-29Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillotMatthias Krüger-664/+64
2023-12-29Rollup merge of #119374 - gurry:119149-improve-vec-docs, r=cuviperMatthias Krüger-8/+8
2023-12-29Rollup merge of #119322 - compiler-errors:async-gen-resume-ty, r=cjgillotMatthias Krüger-22/+13
2023-12-29Auto merge of #118911 - Young-Flash:fix_issue_118819, r=fmeasebors-24/+148
2023-12-29Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkanbors-134/+98
2023-12-29Auto merge of #119259 - cjgillot:single-crate-id, r=Mark-Simulacrumbors-32/+40
2023-12-29Rename testest31-2/+2
2023-12-29Auto merge of #119387 - flip1995:clippy-subtree-sync, r=matthiaskrgrbors-326/+2536
2023-12-29Auto merge of #119407 - matthiaskrgr:rollup-bsoz7bn, r=matthiaskrgrbors-246/+134
2023-12-29Rollup merge of #119404 - ecnelises:ppc_profiler, r=KobzolMatthias Krüger-1/+1
2023-12-29Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errorsMatthias Krüger-0/+26
2023-12-29Rollup merge of #119401 - Zalathar:query-stability, r=NilstriebMatthias Krüger-3/+6
2023-12-29Rollup merge of #119393 - DaniPopes:unmap-a-filter, r=NilstriebMatthias Krüger-18/+20
2023-12-29Rollup merge of #119375 - Swatinem:merge-coroutine-lowering, r=compiler-errorsMatthias Krüger-224/+81
2023-12-29add non-regression test for issue 114325Rémy Rakic-0/+55
2023-12-29Enable profiler in dist-powerpc-linuxQiu Chaofan-1/+1
2023-12-29Italicise "bytes" in the docs of some `Vec` methodsGurinder Singh-8/+8
2023-12-29Auto merge of #119392 - compiler-errors:args-parts, r=Nilstriebbors-58/+48
2023-12-29Also walk bindings created by if-let guardsest31-0/+26
2023-12-29Auto merge of #119395 - Nilstrieb:walk-pat, r=est31bors-29/+6
2023-12-29coverage: Avoid a possible query stability hazard in `CoverageCounters`Zalathar-3/+6
2023-12-29Couple of random coroutine pass simplificationsMichael Goulet-22/+13
2023-12-29Auto merge of #119378 - onur-ozkan:utilize-llvm-tools, r=albertlarsan68bors-9/+11
2023-12-28Use `Pat::walk_always` instead of manual walkNilstrieb-29/+6
2023-12-28Auto merge of #119174 - compiler-errors:movability, r=cjgillotbors-223/+195
2023-12-28Merge Coroutine lowering functionsArpad Borsos-224/+81