about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/collect
AgeCommit message (Collapse)AuthorLines
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
rename `ImplItemKind::TyAlias` to `ImplItemKind::Type` The naming of this variant seems inconsistent given that this is not really a "type alias", and the associated type variant for `TraitItemKind` is just called `Type`.
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-2/+2
2022-10-07Check hidden types in dead codeOli Scherer-13/+33
2022-10-07Unconditionally encode hidden types in typeck resultsOli Scherer-14/+9
2022-10-07fix a ICE #102768Takayuki Maeda-2/+4
2022-10-05Support default-body trait functions with RPITITMichael Goulet-3/+2
2022-10-01Refactor rustc lint APIMaybe Waffle-3/+2
2022-09-29Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPCbors-30/+87
Rollup of 7 pull requests Successful merges: - #102336 (Fix associated type bindings with anon const in GAT position) - #102342 (Add negation methods for signed non-zero integers.) - #102385 (Don't export `__heap_base` and `__data_end` on wasm32-wasi.) - #102435 (Improve example of Iterator::reduce) - #102436 (rustdoc: clean up "normalize.css 8" input override CSS) - #102452 (fix minor ungrammatical sentence) - #102455 (Use let-chaining in `WhileTrue::check_expr`.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2022-09-29Split collect.rsOli Scherer-0/+1188
2022-09-27Support bindings with anon consts in genericsMichael Goulet-2/+45
2022-09-27Make type_of work correctly for const arg bindingsMichael Goulet-3/+9
2022-09-27Format type_ofMichael Goulet-28/+36
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+989