Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Mark mutating functions with `mutable` modifier, and owning functions with ↵ | Paul Daniel Faria | 2020-08-16 | 2 | -2/+17 | |
| | | | | | | | | `consuming`. | |||||
* | | Merge remote-tracking branch 'rust-analyzer/master' | Dmitry | 2020-08-18 | 4 | -45/+14 | |
|\| | ||||||
| * | 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 | |||||
* | | synchronizing changes | Dmitry | 2020-08-14 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |