Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 4 | -45/+14 |
| | | | | | | | | | | | | | | Conjecture: it's impossible to use hir::Path *correctly* from an IDE. I am not entirely sure about this, and we might need to add it back at some point, but I have to arguments that convince me that we probably won't: * `hir::Path` has to know about hygiene, which an IDE can't set up properly. * `hir::Path` lacks identity, but you actually have to know identity to resolve it correctly | ||||
* | Rename hypothetical -> speculative | Aleksey Kladov | 2020-08-14 | 1 | -5/+4 |
| | |||||
* | Make hygiene private to hir | Aleksey Kladov | 2020-08-13 | 3 | -5/+26 |
| | |||||
* | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 9 | -0/+3829 |