Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 1 | -5/+16 |
| | | | | | | | Like `Iterator<Item: SomeTrait>`. This is an unstable feature, but it's used in the standard library e.g. in the definition of Flatten, so we can't get away with not implementing it :) | ||||
* | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 2 | -2/+2 |
| | | | | | I think this makes is more clear which things are : AstNode and which are : AstToken | ||||
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 2 | -2/+2 |
| | |||||
* | Reformat? | Aleksey Kladov | 2020-03-02 | 1 | -5/+1 |
| | |||||
* | fix completion for super::super:: | Josh Mcguigan | 2020-03-01 | 1 | -2/+6 |
| | |||||
* | fix #2377 super::super::* | Josh Mcguigan | 2020-03-01 | 1 | -4/+7 |
| | |||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -3/+1 |
| | |||||
* | include requested changes | zombiefungus | 2020-02-02 | 1 | -6/+7 |
| | |||||
* | add new ImportAlias enum to differentiate no alias from an _ alias | zombiefungus | 2020-02-02 | 1 | -7/+7 |
| | |||||
* | Rename | Aleksey Kladov | 2020-01-15 | 1 | -4/+4 |
| | |||||
* | Handle start imports in import groups | Aleksey Kladov | 2019-12-19 | 1 | -3/+9 |
| | |||||
* | Forbid <T>::foo syntax in mod paths | Aleksey Kladov | 2019-12-18 | 1 | -2/+4 |
| | |||||
* | Refactor PathKind | Aleksey Kladov | 2019-12-17 | 2 | -4/+4 |
| | |||||
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 2 | -13/+186 |
| | |||||
* | Move use tree lowering to a separate module | Aleksey Kladov | 2019-12-12 | 1 | -0/+115 |