Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make block-local trait impls work | Florian Diebold | 2021-06-13 | 1 | -8/+28 |
| | | | | | As long as either the trait or the implementing type are defined in the same block. | ||||
* | cargo fmt | Maan2003 | 2021-06-13 | 1 | -2/+1 |
| | |||||
* | clippy::redundant_closure | Maan2003 | 2021-06-13 | 1 | -1/+1 |
| | |||||
* | hir_ty: don't pass where clauses of associated types down to chalk (temp. ↵ | cynecx | 2021-05-30 | 1 | -3/+5 |
| | | | | fix #9052) | ||||
* | Remove our unification code, use Chalk's instead | Florian Diebold | 2021-05-21 | 1 | -10/+5 |
| | |||||
* | More moving stuff around | Florian Diebold | 2021-04-09 | 1 | -6/+9 |
| | |||||
* | Move some more stuff to better places | Florian Diebold | 2021-04-09 | 1 | -40/+61 |
| | |||||
* | Move ToChalk -> mapping | Florian Diebold | 2021-04-09 | 1 | -15/+17 |
| | |||||
* | Reorganize hir_ty modules | Florian Diebold | 2021-04-09 | 1 | -0/+714 |
Chalk isn't really a 'traits' thing anymore, so it doesn't make sense to have all the Chalk-related stuff in submodules of `traits`. |