about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-24Rollup merge of #116104 - cjgillot:calculate_debuginfo_offset, r=b-naberMatthias Krüger-33/+10
2023-09-24Rollup merge of #116086 - estebank:issue-115992, r=compiler-errorsMatthias Krüger-35/+126
2023-09-24Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebankMatthias Krüger-6/+10
2023-09-24Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naberMatthias Krüger-27/+48
2023-09-23Auto merge of #107421 - cjgillot:drop-tracking-mir, r=oli-obkbors-8438/+836
2023-09-23Auto merge of #116047 - a-lafrance:I80836-codegen-test, r=Mark-Simulacrumbors-0/+17
2023-09-23Reuse calculate_debuginfo_offset for fragments.Camille GILLOT-33/+10
2023-09-23Make test more robust to opts.Camille GILLOT-6/+4
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-333/+91
2023-09-23Remove useless wrapper.Camille GILLOT-5/+1
2023-09-23Remove dead error code.Camille GILLOT-47/+5
2023-09-23Bless clippy.Camille GILLOT-166/+87
2023-09-23Bless mir-optCamille GILLOT-61/+90
2023-09-23Bless tests.Camille GILLOT-918/+486
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-2513/+114
2023-09-23Revert duplication of tests.Camille GILLOT-4891/+439
2023-09-23Fold lifetimes before substitution.Camille GILLOT-14/+14
2023-09-23Do not construct def_path_str for MustNotSuspend.Camille GILLOT-8/+29
2023-09-23Auto merge of #116081 - compiler-errors:closure-captures-sized, r=cjgillotbors-4/+296
2023-09-23Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillotbors-3/+31
2023-09-23Auto merge of #116071 - estebank:issue-115905, r=compiler-errorsbors-10/+100
2023-09-22diagnostics: simpler 83556 handling by bailing outMichael Howell-20/+4
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-72/+143
2023-09-23Check types live across yields in generators tooMichael Goulet-5/+235
2023-09-23Check that closure's by-value captures are sizedMichael Goulet-0/+62
2023-09-23Auto merge of #116066 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-09-23Add testEsteban Küber-0/+36
2023-09-23Tweak wording and logicEsteban Küber-15/+20
2023-09-23When encountering method on `Self` that we can't suggest, mention itEsteban Küber-30/+31
2023-09-23More accurate suggestion for `self.` and `Self::`Esteban Küber-8/+57
2023-09-23Tweak expected message to explain what it's actually signifyingMichael Goulet-6/+10
2023-09-23Auto merge of #115695 - tmiasko:compiletest-supported-sanitizers, r=oli-obkbors-220/+191
2023-09-22Point at cause of expectation of `break` value when possibleEsteban Küber-10/+100
2023-09-22Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgrbors-67/+334
2023-09-22Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkinMatthias Krüger-1/+13
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-26/+26
2023-09-22Rollup merge of #116061 - Nilstrieb:Nilstrieb-patch-1, r=TaKO8KiMatthias Krüger-2/+0
2023-09-22Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errorsMatthias Krüger-2/+18
2023-09-22Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naberMatthias Krüger-4/+164
2023-09-22Rollup merge of #115770 - ouz-a:match_elem_builder, r=lcnrMatthias Krüger-32/+113
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-48/+30
2023-09-22Open the FileEncoder file for reading and writingBen Kimock-1/+13
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-17/+60
2023-09-22Allow higher-ranked fn sigs in ValuePairsMichael Goulet-27/+48
2023-09-22Have a single struct for queries and hookOli Scherer-26/+46
2023-09-22Fix test on targets with crt-static defaultTomasz Miąsko-11/+16
2023-09-23Update cargoWeihang Lo-0/+0
2023-09-22make unsized cast illegalouz-a-2/+18
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-475/+475
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-26/+26