about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-29Auto merge of #119259 - cjgillot:single-crate-id, r=Mark-Simulacrumbors-32/+40
2023-12-29Rollup merge of #119402 - est31:fix_if_guard_unused, r=compiler-errorsMatthias Krüger-0/+3
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-29Auto merge of #119392 - compiler-errors:args-parts, r=Nilstriebbors-58/+48
2023-12-29Also walk bindings created by if-let guardsest31-0/+3
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-28Use `Pat::walk_always` instead of manual walkNilstrieb-29/+6
2023-12-28Auto merge of #119174 - compiler-errors:movability, r=cjgillotbors-220/+194
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-28Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkovMatthias Krüger-1/+7
2023-12-28Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errorsMatthias Krüger-10/+28
2023-12-28Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errorsMatthias Krüger-12/+4
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-217/+211
2023-12-28Don't expect bodyless arms if the pattern can never be a never patternLieselotte-1/+7
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/+298
2023-12-27Simplify Parser::ident_or_errorDaniPopes-12/+4
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-110/+128
2023-12-27Auto merge of #117303 - sjwang05:issue-117245, r=estebankbors-0/+30
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
2023-12-27coverage: Unexpand spans with `find_ancestor_inside_same_ctxt`Zalathar-22/+6
2023-12-27Support relative offsets when encoding spansMark Rousskov-3/+24
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-110/+128
2023-12-27Auto merge of #119343 - matthiaskrgr:rollup-vkt8lst, r=matthiaskrgrbors-35/+14
2023-12-27Rollup merge of #119337 - mu001999:dead_code/clean, r=WaffleLapkinMatthias Krüger-17/+2
2023-12-27Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkinMatthias Krüger-18/+12
2023-12-27Auto merge of #119233 - Nadrieril:keep-whole-pat-around, r=compiler-errorsbors-9/+9
2023-12-27Remove dead codesr01and-17/+2
2023-12-26Suggest `=>` --> `>=` in conditionssjwang05-0/+30
2023-12-26Suggest `=` to `==` in more cases, even in the face of reference mismatchEsteban Küber-2/+19
2023-12-26Keep reference to the original `Pat` in `DeconstructedPat`Nadrieril-9/+9
2023-12-26Auto merge of #118431 - sjwang05:issue-44695, r=estebankbors-120/+290
2023-12-26Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errorsbors-173/+171
2023-12-26Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=NadrierilMichael Goulet-104/+111
2023-12-26Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkovMichael Goulet-62/+46
2023-12-26Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkovMichael Goulet-7/+9
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-0/+5
2023-12-26Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errorsbors-2/+32