about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-09Auto merge of #118780 - GuillaumeGomez:rollup-nd0syaf, r=GuillaumeGomezbors-206/+426
2023-12-09Rollup merge of #118766 - compiler-errors:lower-spans, r=spastorinoGuillaume Gomez-5/+6
2023-12-09Rollup merge of #118734 - nnethercote:literal-cleanups, r=fee1-deadGuillaume Gomez-58/+63
2023-12-09Rollup merge of #118702 - Urgau:check-cfg-strengthen-well-known, r=nnethercoteGuillaume Gomez-0/+3
2023-12-09Rollup merge of #118638 - nnethercote:rustc_mir_dataflow-more, r=cjgillotGuillaume Gomez-138/+102
2023-12-09Rollup merge of #118057 - bvanjoi:fix-118048, r=cjgillotGuillaume Gomez-4/+5
2023-12-09Rollup merge of #117953 - farnoy:masked-load-store, r=workingjubileeGuillaume Gomez-1/+247
2023-12-09Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillotbors-162/+72
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub Okoński-1/+247
2023-12-09Strengthen well known check-cfg names and values testUrgau-0/+3
2023-12-09Auto merge of #118771 - workingjubilee:rollup-q1p3riz, r=workingjubileebors-96/+148
2023-12-09Rollup merge of #118764 - compiler-errors:fused-async-iterator, r=eholkJubilee-11/+33
2023-12-09Rollup merge of #118762 - compiler-errors:gen-nits, r=eholkJubilee-34/+35
2023-12-09Rollup merge of #118666 - Zalathar:body-closure, r=cjgillotJubilee-31/+26
2023-12-09Rollup merge of #118610 - krasimirgg:llvm-18-dec, r=nikicJubilee-1/+5
2023-12-09Rollup merge of #118198 - Zalathar:if-not, r=cjgillotJubilee-19/+49
2023-12-09Auto merge of #118150 - roblabla:new-win7-targets, r=davidtwcobors-0/+52
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-27/+62
2023-12-09Some types cannot show up as the type of a patternNadrieril-4/+3
2023-12-09Auto merge of #118763 - matthiaskrgr:rollup-mgyf5hp, r=matthiaskrgrbors-348/+855
2023-12-09Lower some forgotten coroutine spansMichael Goulet-2/+2
2023-12-09Lower spans for opaque duplicated lifetimes, const infer varsMichael Goulet-3/+3
2023-12-09Lower constness span in host paramMichael Goulet-0/+1
2023-12-09Don't warn an empty pattern unreachable if we're not sure the data is validNadrieril-39/+90
2023-12-09Track place validityNadrieril-30/+216
2023-12-09Detect cycles in `InhabitedPredicate::apply`Nadrieril-10/+31
2023-12-09Correctly handle empty constructorsNadrieril-158/+212
2023-12-09Be precise about usefulness vs reachabilityNadrieril-94/+159
2023-12-08Fix tidy ```ignore errorDavid Tolnay-2/+2
2023-12-08Do not parenthesize exterior struct lit inside match guardsDavid Tolnay-74/+149
2023-12-08Delete special handling of some expr kinds from print_letDavid Tolnay-10/+2
2023-12-08Rearrange logic of needs_par computation in print_letDavid Tolnay-2/+5
2023-12-08Inline cond_needs_par into print_letDavid Tolnay-3/+8
2023-12-08Inline npals closureDavid Tolnay-2/+5
2023-12-09Tweak `Mode`.Nicholas Nethercote-34/+38
2023-12-09Remove an unnecessary `into`.Nicholas Nethercote-1/+1
2023-12-09Eliminate `is_byte: bool` args in unescaping code.Nicholas Nethercote-21/+19
2023-12-09Remove explicit `\n` and `\t` handling in `unescape_str_common`.Nicholas Nethercote-2/+0
2023-12-09Add some useful comments.Nicholas Nethercote-4/+8
2023-12-08Make async generators fused by defaultMichael Goulet-11/+33
2023-12-08Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errorsMatthias Krüger-12/+4
2023-12-08Rollup merge of #118730 - jyn514:cmp_refs, r=estebank,compiler-errorsMatthias Krüger-42/+52
2023-12-08Rollup merge of #118715 - davidtwco:issue-117997-privacy-visit-trait-ref-and-...Matthias Krüger-6/+7
2023-12-08Rollup merge of #118694 - celinval:smir-alloc-methods, r=ouz-aMatthias Krüger-24/+318
2023-12-08Rollup merge of #118502 - Young-Flash:fix, r=compiler-errorsMatthias Krüger-3/+5
2023-12-08Rollup merge of #117586 - compiler-errors:the-canonicalizer, r=lcnrMatthias Krüger-261/+469
2023-12-08Auto merge of #117681 - Zoxc:tcx-sync, r=compiler-errorsbors-1/+13
2023-12-08Rename some more coro_kind -> coroutine_kindMichael Goulet-8/+9
2023-12-08More nitsMichael Goulet-4/+4
2023-12-08Introduce closure_id method on CoroutineKindMichael Goulet-24/+24