about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-02review commentsEsteban Küber-31/+19
2022-06-01Make output more specificEsteban Küber-2/+45
2022-06-01Fix typoEsteban Küber-1/+1
2022-06-01More accurately handle suggestionsEsteban Küber-30/+80
2022-06-01Provide more context when denying invalid type paramsEsteban Küber-31/+146
2022-06-01Rework `prohibit_generics`Esteban Küber-65/+75
2022-05-31Add a pointer to address cast kindTomasz Miąsko-80/+87
2022-05-31Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o...Dylan DPC-22/+45
2022-05-31Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errorsbors-36/+31
2022-05-30Rollup merge of #97558 - stoeckmann:typos, r=compiler-errorsMichael Goulet-2/+2
2022-05-30Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obkMichael Goulet-7/+6
2022-05-30Rollup merge of #97395 - RalfJung:call-abi, r=oli-obkMichael Goulet-1/+8
2022-05-30Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errorsMichael Goulet-26/+15
2022-05-30Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s...bors-113/+175
2022-05-30Check for `can_have_side_effects()` and `in_external_macro()` inside `suggest...Chayim Refael Friedman-9/+6
2022-05-30Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwcobors-56/+80
2022-05-30Fix typos in commentTobias Stoeckmann-2/+2
2022-05-30validate derefer, run derefer inside generatorouz-a-56/+80
2022-05-30errors: simplify referring to fluent attributesDavid Wood-113/+175
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-1/+8
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-2/+9
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-112/+39
2022-05-30update diagnostic message on removed attributeOli Scherer-1/+1
2022-05-30Default methods of traits are also AssocFn defs as they essentially desugar t...Oli Scherer-0/+1
2022-05-30Reduce the scope of a mutable variableOli Scherer-7/+2
2022-05-30Add a helper function for checking whether a default function in a trait can ...Oli Scherer-18/+20
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-102/+31
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-26/+15
2022-05-29Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-errorsMichael Goulet-3/+3
2022-05-29Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obkMichael Goulet-1/+2
2022-05-29Remove unused lifetimes from expand_macroest31-3/+3
2022-05-29Use type_is_copy_modulo_regions check in intrisicckMichael Goulet-1/+2
2022-05-29Note pattern mismatch coming from for-loop desugaringMichael Goulet-1/+8
2022-05-29Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbinibors-10/+6
2022-05-29Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviperbors-4/+9
2022-05-29Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errorsbors-16/+35
2022-05-29Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obkbors-542/+1604
2022-05-29Ensure source file present when calculating max line numberYuki Okushi-2/+9
2022-05-29Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomezbors-117/+206
2022-05-29Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errorsGuillaume Gomez-1/+1
2022-05-29Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoeristerGuillaume Gomez-116/+205
2022-05-28Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrumbors-9/+9
2022-05-28Improve error message for E0081Bryysen-16/+35
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-248/+229
2022-05-28Remove some comments, inline interner fnMichael Goulet-39/+4
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-439/+737
2022-05-28Initial fixes on top of type interner commitMichael Goulet-134/+166
2022-05-28Move things to rustc_type_irWilco Kusee-241/+1027
2022-05-28Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3bors-35/+42
2022-05-28Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...bors-27/+32