Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More principled approach for gotodef for field shorhand | Aleksey Kladov | 2020-03-02 | 1 | -8/+19 |
| | | | | | Callers can now decide for themselves if they should prefer field or local definition. By default, it's the local. | ||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -1/+1 |
| | |||||
* | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 1 | -5/+26 |
| | |||||
* | Remove dead code | Aleksey Kladov | 2020-02-26 | 1 | -24/+8 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -121/+73 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -3/+2 |
| | |||||
* | Introduce AsMacroCall trait | Edwin Cheng | 2020-02-17 | 1 | -10/+6 |
| | |||||
* | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 1 | -2/+1 |
| | |||||
* | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 1 | -2/+7 |
| | |||||
* | Typos | Aleksey Kladov | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Store DB in SourceBinder | Aleksey Kladov | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Introduce SourceBinder | Aleksey Kladov | 2020-01-15 | 1 | -98/+42 |
| | |||||
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 1 | -62/+8 |
| | |||||
* | Push resolver further up | Aleksey Kladov | 2020-01-14 | 1 | -2/+16 |
| | |||||
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -23/+1 |
| | |||||
* | Use lang-items to resolve future trait | Aleksey Kladov | 2020-01-14 | 1 | -10/+9 |
| | |||||
* | Move utility functions down | Aleksey Kladov | 2020-01-14 | 1 | -58/+58 |
| | |||||
* | Rename file | Aleksey Kladov | 2020-01-14 | 1 | -0/+569 |