Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add testing infrastructure for type inference | Florian Diebold | 2018-12-23 | 9 | -124/+222 | |
| * | | Parse integer / float types | Florian Diebold | 2018-12-23 | 4 | -4/+58 | |
| * | | Add beginnings of type infrastructure | Florian Diebold | 2018-12-23 | 11 | -15/+689 | |
| |/ | ||||||
* | | Merge #278 | bors[bot] | 2018-12-24 | 2 | -2/+74 | |
|\ \ | ||||||
| * | | Add make_pub_crate code action to ra_editor | Hirokazu Hata | 2018-12-24 | 2 | -2/+74 | |
| |/ | ||||||
* | | Merge #302 | bors[bot] | 2018-12-24 | 2 | -8/+11 | |
|\ \ | |/ |/| | ||||||
| * | Improve comment | DJMcNab | 2018-12-23 | 1 | -2/+2 | |
| * | Undo the previous mistaken change and make publish_decorations optional | DJMcNab | 2018-12-21 | 2 | -8/+11 | |
| * | Disable highlighting if disabled | DJMcNab | 2018-12-20 | 1 | -2/+2 | |
* | | Merge #310 | bors[bot] | 2018-12-22 | 1 | -5/+54 | |
|\ \ | ||||||
| * | | mark as visited on entry instead of left | gfreezy | 2018-12-22 | 1 | -2/+2 | |
| * | | not visit the same crateId only once | gfreezy | 2018-12-22 | 1 | -14/+16 | |
| * | | add #[cfg(test)] | gfreezy | 2018-12-21 | 1 | -1/+2 | |
| * | | rename to dfs_find | gfreezy | 2018-12-21 | 1 | -3/+3 | |
| * | | When constructing a crate graph, detect and forbid cycles. | gfreezy | 2018-12-21 | 1 | -6/+52 | |
* | | | less chatty logging | Aleksey Kladov | 2018-12-22 | 1 | -0/+7 | |
* | | | less verbose debug | Aleksey Kladov | 2018-12-22 | 2 | -8/+45 | |
* | | | less verbose debug for library data | Aleksey Kladov | 2018-12-22 | 2 | -1/+14 | |
* | | | log times | Aleksey Kladov | 2018-12-22 | 2 | -2/+3 | |
* | | | completion uses hir scopes | Aleksey Kladov | 2018-12-22 | 5 | -27/+39 | |
* | | | Merge #319 | bors[bot] | 2018-12-21 | 16 | -86/+136 | |
|\ \ \ | ||||||
| * | | | fix snippet icon | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 | |
| * | | | binding icon | Aleksey Kladov | 2018-12-21 | 3 | -2/+6 | |
| * | | | debug pring | Aleksey Kladov | 2018-12-21 | 1 | -1/+0 | |
| * | | | moar icons | Aleksey Kladov | 2018-12-21 | 7 | -7/+34 | |
| * | | | more icons | Aleksey Kladov | 2018-12-21 | 2 | -2/+15 | |
| * | | | move completion items to conv | Aleksey Kladov | 2018-12-21 | 5 | -30/+33 | |
| * | | | specify completion item kind | Aleksey Kladov | 2018-12-21 | 4 | -12/+17 | |
| * | | | cleanup | Aleksey Kladov | 2018-12-21 | 4 | -29/+34 | |
| * | | | introduce ComletionItemKind | Aleksey Kladov | 2018-12-21 | 6 | -34/+28 | |
| * | | | rename completion kind | Aleksey Kladov | 2018-12-21 | 1 | -6/+6 | |
* | | | | Merge #316 | bors[bot] | 2018-12-21 | 3 | -3/+39 | |
|\ \ \ \ | ||||||
| * | | | | Move the self handling from directly inside the loop | DJMcNab | 2018-12-21 | 1 | -13/+12 | |
| * | | | | Fix handling of nested self in paths | DJMcNab | 2018-12-21 | 3 | -3/+40 | |
* | | | | | Remove TODO on self_hosting_parsing | DJMcNab | 2018-12-21 | 1 | -8/+4 | |
* | | | | | Remove uneeded todo in lexer | DJMcNab | 2018-12-21 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge #315 | bors[bot] | 2018-12-21 | 9 | -771/+878 | |
|\ \ \ \ | ||||||
| * | | | | cleanup | Aleksey Kladov | 2018-12-21 | 5 | -15/+7 | |
| * | | | | docs | Aleksey Kladov | 2018-12-21 | 7 | -167/+181 | |
| * | | | | rename tests | Aleksey Kladov | 2018-12-21 | 1 | -8/+8 | |
| * | | | | scope-based copmletions on original file | Aleksey Kladov | 2018-12-21 | 5 | -322/+223 | |
| * | | | | move path completion to a separate component | Aleksey Kladov | 2018-12-21 | 3 | -44/+127 | |
| * | | | | more completion components | Aleksey Kladov | 2018-12-21 | 4 | -95/+104 | |
| * | | | | Start splitting completion into components | Aleksey Kladov | 2018-12-21 | 4 | -339/+424 | |
| * | | | | wip | Aleksey Kladov | 2018-12-21 | 1 | -5/+28 | |
* | | | | | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 5 | -6/+4 | |
| |/ / / |/| | | | ||||||
* | | | | join lines collapses use_trees | Aleksey Kladov | 2018-12-21 | 1 | -0/+58 | |
* | | | | Fix where clauses using fully qualified path syntax | DJMcNab | 2018-12-21 | 5 | -9/+139 | |
* | | | | hide empty changes | Aleksey Kladov | 2018-12-21 | 2 | -7/+20 | |
|/ / / | ||||||
* | | | add tests for pd | Aleksey Kladov | 2018-12-21 | 1 | -2/+13 |