about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-01normalizes-to: handle negative implslcnr-3/+16
2024-03-01Update outdated LLVM commentclubby789-6/+3
2024-03-01If suggestion would leave an empty line, delete itclubby789-1/+11
2024-03-01Auto merge of #121462 - compiler-errors:eq-and-sub, r=lcnrbors-832/+498
2024-03-01Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errorsbors-14/+107
2024-03-01Fix typo in commentGurinder Singh-1/+1
2024-03-01Never say "`Trait` is implemented for `{type error}`"Esteban Küber-1/+5
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-14/+83
2024-03-01Remove unused fluent messagesr0cky-33/+0
2024-03-01Rebase fallout from TypeRelating::binders, inline higher_ranked_subMichael Goulet-66/+51
2024-03-01Fallout from removing a_is_expectedMichael Goulet-127/+46
2024-03-01Remove a_is_expected from combine relationsMichael Goulet-134/+74
2024-03-01Get rid of some sub_exp and eq_expMichael Goulet-52/+37
2024-03-01Remove causeMichael Goulet-35/+8
2024-03-01Combine sub and eqMichael Goulet-492/+356
2024-03-01Preserve variance on error in generalizerMichael Goulet-2/+2
2024-03-01Handle stashing of delayed bugs.Nicholas Nethercote-21/+27
2024-02-29CFI: Remove unused `typeid_for_fnsig`Ramon de C Valle-59/+2
2024-03-01Remove unnecessary `Level::` qualifiers.Nicholas Nethercote-7/+7
2024-02-29Auto merge of #121810 - matthiaskrgr:rollup-mawij2g, r=matthiaskrgrbors-307/+369
2024-03-01Move `gather_comments`.Nicholas Nethercote-127/+125
2024-02-29Rollup merge of #121782 - RalfJung:mutable-ref-in-static, r=oli-obkMatthias Krüger-21/+8
2024-02-29Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errorsMatthias Krüger-128/+177
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-50/+47
2024-02-29Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali...Matthias Krüger-108/+137
2024-02-29Auto merge of #118247 - spastorino:type-equality-subtyping, r=lcnrbors-63/+88
2024-02-29Change condition in binders to one that is more readableSantiago Pastorino-5/+5
2024-02-29Make nll higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-54/+52
2024-02-29Make infer higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-5/+32
2024-02-29Small clean up of E0277 message logicEsteban Küber-15/+9
2024-02-29Detect empty leading where-clauses on type aliasesLeón Orell Valerian Liehr-50/+73
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-61/+67
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-197/+113
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-302/+365
2024-02-29Rollup merge of #121376 - Nadrieril:mir-half-ranges, r=pnkfelixGuillaume Gomez-38/+32
2024-02-29Rollup merge of #121000 - Nadrieril:keep_all_fields, r=compiler-errorsGuillaume Gomez-88/+98
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-5/+10
2024-02-29Make `invalid_doc_attributes` deny by defaultGuillaume Gomez-10/+1
2024-02-29Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoeristerGuillaume Gomez-2/+3
2024-02-29Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin...Guillaume Gomez-3/+14
2024-02-29Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obkGuillaume Gomez-93/+235
2024-02-29Improve suggestion to rename type starting with underscore to make it more ob...Guillaume Gomez-2/+3
2024-02-29Suggest moving if non-found macro_rules! is defined lateryukang-1/+44
2024-02-29Rollup merge of #121779 - mu001999:clean, r=NilstriebJacob Pratt-75/+0
2024-02-29Rollup merge of #121777 - sisungo:master, r=oli-obkJacob Pratt-1/+1
2024-02-29Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=...Jacob Pratt-5/+18
2024-02-29Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnrJacob Pratt-18/+45
2024-02-29Rollup merge of #121723 - nnethercote:two-diagnostic-things, r=oli-obkJacob Pratt-21/+40
2024-02-29track overflowing goals for overfow errorslcnr-45/+108
2024-02-29Make the success arms of `if lhs || rhs` meet up in a separate blockZalathar-2/+8