Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Prepare Ty::new for resolution | Florian Diebold | 2018-12-23 | 1 | -14/+24 | |
| * | | Type the return values of call expressions | Florian Diebold | 2018-12-23 | 2 | -5/+13 | |
| * | | Resolve paths to defs (functions currently) during type inference | Florian Diebold | 2018-12-23 | 17 | -87/+215 | |
| * | | Make let statements kind of work | Florian Diebold | 2018-12-23 | 5 | -8/+53 | |
| * | | Remove unwraps | Florian Diebold | 2018-12-23 | 1 | -6/+19 | |
| * | | Get rid of the terrible nesting in PathExpr inference | Florian Diebold | 2018-12-23 | 1 | -26/+14 | |
| * | | Cleanup | Florian Diebold | 2018-12-23 | 4 | -108/+110 | |
| * | | 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 | 4 | -9/+47 | |
|\ \ | |/ |/| | ||||||
| * | Add a very hacky workaround to not trace decorations requests | DJMcNab | 2018-12-24 | 1 | -1/+25 | |
| * | 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 | |
| * | Support tracing lsp requests. | DJMcNab | 2018-12-20 | 1 | -0/+11 | |
* | | 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 | |
* | | | Merge #323 | bors[bot] | 2018-12-22 | 2 | -5/+12 | |
|\ \ \ | ||||||
| * | | | workaround salsa/parking-log bug | Aleksey Kladov | 2018-12-22 | 2 | -5/+12 | |
|/ / / | ||||||
* | | | Merge #322 | bors[bot] | 2018-12-22 | 1 | -13/+17 | |
|\ \ \ | ||||||
| * | | | Fix analyzer extension fail when there are enabled any VIM extension. | frai | 2018-12-22 | 1 | -13/+17 | |
|/ / / | ||||||
* | | | less chatty logging | Aleksey Kladov | 2018-12-22 | 1 | -0/+7 | |
* | | | Merge #321 | bors[bot] | 2018-12-22 | 5 | -11/+62 | |
|\ \ \ | ||||||
| * | | | 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 | |
|/ / / | ||||||
* | | | Merge #320 | bors[bot] | 2018-12-22 | 5 | -27/+39 | |
|\ \ \ | ||||||
| * | | | 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 | |
* | | | | | Merge #318 | bors[bot] | 2018-12-21 | 2 | -9/+5 | |
|\ \ \ \ \ | |_|/ / / |/| | | | |