| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -8/+0 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-02-13 | Check the self-type of inherent associated constants | Matthew Jasper | -4/+4 | |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -1/+1 | |
| This commit refactors the `UserTypeAnnotation` type to be referred to by an index within `UserTypeProjection`. `UserTypeAnnotation` is instead kept in an `IndexVec` within the `Mir` struct. Further, instead of `UserTypeAnnotation` containing canonicalized types, it now contains normal types and the entire `UserTypeAnnotation` is canonicalized. To support this, the type was moved from the `rustc::mir` module to `rustc::ty` module. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -1/+1 | |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -1/+1 | |
| But.. we don't really use it for anything right now. | ||||
| 2018-10-15 | update tests | Niko Matsakis | -1/+1 | |
| 2018-08-24 | support user-given types in adts | Niko Matsakis | -0/+8 | |
