| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -26/+0 | |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -4/+4 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -4/+4 | |
| 2019-02-13 | Check the self-type of inherent associated constants | Matthew Jasper | -10/+10 | |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -8/+8 | |
| This commit buffers the errors output by the `rustc_dump_user_substs` attribute so that they can be output in order of span and would therefore be consistent. | ||||
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -10/+10 | |
| 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 | -4/+4 | |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -1/+1 | |
| 2018-11-24 | Fix NLL ui test | scalexm | -2/+2 | |
| 2018-11-13 | Fix ui tests | scalexm | -4/+4 | |
| 2018-10-27 | allow canonicalized regions to carry universe and track max-universe | Niko Matsakis | -4/+4 | |
| But.. we don't really use it for anything right now. | ||||
| 2018-10-15 | update tests | Niko Matsakis | -4/+4 | |
| 2018-08-24 | address pnkfelix nits | Niko Matsakis | -4/+4 | |
| 2018-08-24 | add a `user_substs` table and store the annotations in there | Niko Matsakis | -0/+26 | |
