about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-09-24Auto merge of #115794 - cjgillot:aggregate-no-box, r=davidtwcobors-1/+3
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-59/+25
2023-09-23Raise minimum supported tvOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-38/+15
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-22/+11
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-24/+34
2023-09-24Rollup merge of #116082 - compiler-errors:default-assoc-ty-msg, r=estebankMatthias Krüger-3/+7
2023-09-24Rollup merge of #116073 - compiler-errors:poly-sigs, r=b-naberMatthias Krüger-20/+41
2023-09-23Reuse calculate_debuginfo_offset for fragments.Camille GILLOT-33/+10
2023-09-23Remove GeneratorWitness and rename GeneratorWitnessMIR.Camille GILLOT-305/+73
2023-09-23Remove useless wrapper.Camille GILLOT-5/+1
2023-09-23Remove dead error code.Camille GILLOT-47/+5
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-2495/+89
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/+79
2023-09-23Auto merge of #116045 - notriddle:notriddle/issue-83556, r=cjgillotbors-3/+19
2023-09-23Auto merge of #116071 - estebank:issue-115905, r=compiler-errorsbors-9/+76
2023-09-22diagnostics: simpler 83556 handling by bailing outMichael Howell-8/+3
2023-09-23Auto merge of #116052 - oli-obk:ceci_nest_pas_une_query, r=WaffleLapkinbors-61/+131
2023-09-23Check types live across yields in generators tooMichael Goulet-5/+52
2023-09-23Check that closure's by-value captures are sizedMichael Goulet-0/+28
2023-09-23Tweak wording and logicEsteban Küber-5/+10
2023-09-23When encountering method on `Self` that we can't suggest, mention itEsteban Küber-30/+28
2023-09-23More accurate suggestion for `self.` and `Self::`Esteban Küber-5/+12
2023-09-23Tweak expected message to explain what it's actually signifyingMichael Goulet-3/+7
2023-09-22Point at cause of expectation of `break` value when possibleEsteban Küber-9/+76
2023-09-22Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgrbors-50/+139
2023-09-22Rollup merge of #116067 - saethlin:meta-stats-ice, r=WaffleLapkinMatthias Krüger-1/+6
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-11/+11
2023-09-22Rollup merge of #116056 - ouz-a:wide_ice, r=compiler-errorsMatthias Krüger-2/+3
2023-09-22Rollup merge of #115999 - matthewjasper:closure-capture-let-guards, r=b-naberMatthias Krüger-4/+6
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-38/+19
2023-09-22Open the FileEncoder file for reading and writingBen Kimock-1/+6
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-0/+31
2023-09-22Allow higher-ranked fn sigs in ValuePairsMichael Goulet-20/+41
2023-09-22Have a single struct for queries and hookOli Scherer-25/+45
2023-09-22make unsized cast illegalouz-a-2/+3
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-12/+12
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-11/+11
2023-09-22match array for constantindex and subsliceouz-a-8/+9
2023-09-22Capture scrutinee of if let guards correctlyMatthew Jasper-4/+6
2023-09-22Auto merge of #115690 - ShE3py:Z-treat-err-as-bug, r=petrochenkovbors-14/+19
2023-09-22Allow `-Z treat-err-as-bug=0`Lieselotte-14/+19
2023-09-22Rollup merge of #116049 - RalfJung:future-incompat, r=NilstriebMatthias Krüger-30/+77
2023-09-22Rollup merge of #116041 - compiler-errors:rigid-note, r=RalfJungMatthias Krüger-0/+5
2023-09-22Rollup merge of #116039 - estebank:nested-tait, r=compiler-errorsMatthias Krüger-2/+7
2023-09-22Add tracing instrumentation, just like queries automatically add itOli Scherer-0/+1