about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-04-11Auto merge of #123795 - matthiaskrgr:rollup-deesd9c, r=matthiaskrgrbors-100/+179
2024-04-11Rollup merge of #123774 - Lee-Janggun:master, r=lqdMatthias Krüger-1/+1
2024-04-11Rollup merge of #123738 - spastorino:reuse-lower-const-param, r=compiler-errorsMatthias Krüger-5/+6
2024-04-11Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obkMatthias Krüger-94/+172
2024-04-11Auto merge of #123788 - bjorn3:disable_ctrlc_on_wasi, r=Nilstrieb,lcnrbors-1/+6
2024-04-11Call lower_const_param instead of duplicating the codeSantiago Pastorino-5/+6
2024-04-11Disable Ctrl-C handling on WASMbjorn3-1/+6
2024-04-11Auto merge of #123785 - bjorn3:sync_cg_clif-2024-04-11, r=bjorn3bors-14/+44
2024-04-11Merge commit '89f54caacf90e99fc8ba0d60a28bdadea3cfdf1e' into sync_cg_clif-202...bjorn3-14/+44
2024-04-11Auto merge of #123776 - matthiaskrgr:rollup-x8wzvdf, r=matthiaskrgrbors-39/+134
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-39/+134
2024-04-11Auto merge of #123507 - dpaoliello:arm64ecasm, r=Amanieubors-25/+49
2024-04-11Fix small typoJanggun Lee-1/+1
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-33/+49
2024-04-11Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebankbors-5/+193
2024-04-10Handle more cases of "values to suggest" given a typeEsteban Küber-3/+28
2024-04-11Rollup merge of #123761 - compiler-errors:suggest-more-impl-trait, r=estebankLeón Orell Valerian Liehr-51/+59
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-19/+70
2024-04-11Rollup merge of #123314 - surechen:fix_120642, r=NadrierilLeón Orell Valerian Liehr-9/+15
2024-04-11Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkovLeón Orell Valerian Liehr-1/+1
2024-04-10Use suggest_impl_trait in return type suggestionMichael Goulet-51/+59
2024-04-10Handle more cases of value suggestionsEsteban Küber-28/+89
2024-04-10Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errorsbors-0/+13
2024-04-10Make the computation of coroutine_captures_by_ref_ty more sophisticatedMichael Goulet-23/+91
2024-04-10Use a helper to zip together parent and child captures for coroutine-closuresMichael Goulet-71/+81
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-25/+49
2024-04-10rework ptr-to-ref conversion suggestion for method callsKalle Wachsmuth-9/+37
2024-04-10introduce `Mutability::ptr_str`Kalle Wachsmuth-24/+12
2024-04-10Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errorsbors-128/+31
2024-04-10Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl...Guillaume Gomez-1/+8
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-2/+24
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-34/+37
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-35/+175
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-1/+8
2024-04-10skip `unused_parens`'s suggestion for `Paren` in macro.surechen-9/+15
2024-04-10Use trait solver to answer questions instead of manually writing a trait solverOli Scherer-79/+22
2024-04-10Only avoid anon consts during instantiationOli Scherer-3/+6
2024-04-10Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errorsMatthias Krüger-51/+43
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-21/+56
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-25/+23
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-45/+13
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-19/+70
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-17/+26
2024-04-09Iterate over parent captures first, as there is a 1:N mapping of parent captu...Oli Scherer-71/+63
2024-04-09Add a FIXMEOli Scherer-0/+1
2024-04-09Handle const generic pattern typesSantiago Pastorino-2/+24
2024-04-09Add a helper for extending a span to include any trailing whitespaceMichael Goulet-25/+16
2024-04-09Don't use bytepos offsets when computing semicolon span for removalMichael Goulet-2/+9
2024-04-09Clarifying commentMichael Goulet-3/+9
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-4/+26