| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki 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-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -2/+2 | |
| 2022-10-07 | Check hidden types in dead code | Oli Scherer | -13/+33 | |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -14/+9 | |
| 2022-10-07 | fix a ICE #102768 | Takayuki Maeda | -2/+4 | |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -3/+2 | |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -3/+2 | |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -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-29 | Split collect.rs | Oli Scherer | -0/+1188 | |
| 2022-09-27 | Support bindings with anon consts in generics | Michael Goulet | -2/+45 | |
| 2022-09-27 | Make type_of work correctly for const arg bindings | Michael Goulet | -3/+9 | |
| 2022-09-27 | Format type_of | Michael Goulet | -28/+36 | |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+989 | |
