about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-29Enable profiler in dist-powerpc-linuxQiu Chaofan-1/+1
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-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
2023-12-28Use filter instead of filter_map in Parser::expected_one_of_not_foundDaniPopes-18/+20
2023-12-28make ClosureArgsParts not genericMichael Goulet-58/+48
2023-12-28Update Cargo.lockPhilipp Krones-5/+5
2023-12-28Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-syncPhilipp Krones-321/+2531
2023-12-28Auto merge of #12038 - flip1995:rustup, r=flip1995bors-128/+202
2023-12-28Bump Clippy version -> 0.1.77Philipp Krones-5/+5
2023-12-28Bump nightly version -> 2023-12-28Philipp Krones-1/+1
2023-12-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-351/+2576
2023-12-28Auto merge of #119384 - matthiaskrgr:rollup-hhz9ws0, r=matthiaskrgrbors-92/+249
2023-12-28Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkovMatthias Krüger-26/+32
2023-12-28Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errorsMatthias Krüger-10/+28
2023-12-28Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkovMatthias Krüger-0/+33
2023-12-28Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errorsMatthias Krüger-12/+4
2023-12-28Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum...Matthias Krüger-44/+152
2023-12-28Movability doesn't need to be a query anymoreMichael Goulet-56/+29
2023-12-28Restore movability to SMIRMichael Goulet-9/+16
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-220/+212
2023-12-28utilize the unused `llvm-tools` optiononur-ozkan-9/+11
2023-12-28Don't expect bodyless arms if the pattern can never be a never patternLieselotte-26/+32
2023-12-28Add regression test for #106630Dominic-0/+33
2023-12-28Update `parse_seq` docLieselotte-10/+28
2023-12-28Auto merge of #119368 - coder-s-cat:master, r=WaffleLapkinbors-4/+4
2023-12-28Fix some commentscuishuang-4/+4
2023-12-28Auto merge of #119349 - zetanumbers:liveness-pass-refactor, r=WaffleLapkinbors-8/+2
2023-12-28Auto merge of #119336 - Zalathar:find-ancestor, r=petrochenkovbors-22/+6
2023-12-27Auto merge of #119105 - dtolnay:paren, r=WaffleLapkinbors-44/+358
2023-12-27Simplify Parser::ident_or_errorDaniPopes-12/+4
2023-12-27Auto merge of #12029 - torfsen:6459-more-cases-for-redundant-matches!, r=llogiqbors-56/+98
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-223/+505
2023-12-276459: Check for redundant `matches!` with `Ready`, `Pending`, `V4`, `V6`Florian Brucker-56/+98
2023-12-27Auto merge of #117303 - sjwang05:issue-117245, r=estebankbors-0/+230
2023-12-27Auto merge of #11981 - y21:eager_int_transmute, r=llogiqbors-1/+373
2023-12-27Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkinbors-3/+24
2023-12-27move walk_expr outside of every match branchzetanumbers-8/+2