Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Change inference tests to have one per file | Florian Diebold | 2018-12-24 | 6 | -55/+92 | |
| | | | ||||||
| * | | Rename a variable for consistency | Florian Diebold | 2018-12-24 | 2 | -10/+10 | |
| | | | ||||||
| * | | Clean up Ty a bit | Florian Diebold | 2018-12-24 | 1 | -38/+22 | |
| | | | | | | | | | | | | Removing irrelevant comments copied from rustc etc. | |||||
| * | | 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 | 16 | -87/+214 | |
| | | | ||||||
| * | | 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 | |
| | | | | | | | | | | | | - move dir_tests to test_utils for that. | |||||
| * | | 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 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 278: Add make_pub_crate code action to ra_editor r=matklad a=h-michael implement #170 Co-authored-by: Hirokazu Hata <[email protected]> | |||||
| * | | 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 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | 302: WIP: Support tracing lsp requests. r=DJMcNab a=DJMcNab EDIT: We need to work out a better way to handle settings before this can be merged. Help wanted TODO: Debug why decorations are sent even when highlightingOn is disabled This makes the log volume so high its impossible to work with anyway. (Continuation of #84 [#99 only disabled using it, not making sure we don't send it]). These logs can be used in https://microsoft.github.io/language-server-protocol/inspector/ Co-authored-by: DJMcNab <[email protected]> | |||||
| * | 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 | |
| | | | | | | | | | | | | | | | | See https://github.com/Microsoft/language-server-protocol/issues/567 for motivations to not require `InitializationOptions` TODO: Check if there are any other protocol extensions which should be disabled if not implemented on the client | |||||
| * | Disable highlighting if disabled | DJMcNab | 2018-12-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | This isn't working properly because we don't dynamically disable or enable it TODO: work out why highlighting can be enabled mid session. TODO: Improve settings handling | |||||
* | | Merge #310 | bors[bot] | 2018-12-22 | 1 | -5/+54 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 310: When constructing a crate graph, detect and forbid cycles. r=matklad a=gfreezy fixed #300 Co-authored-by: gfreezy <[email protected]> | |||||
| * | | 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 | |
| | | | | | | | | | | | | fixed #300 | |||||
* | | | 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 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 319: Completion icons r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | 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 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 316: Fix handling of nested self in paths r=matklad a=DJMcNab See https://github.com/rust-analyzer/rust-analyzer/issues/231#issuecomment-442449505. Co-authored-by: DJMcNab <[email protected]> | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improving this code is not a good use of people-time, and this might be the most performant approach nonwithstanding an api for this use case being added to walkdir | |||||
* | | | | | Remove uneeded todo in lexer | DJMcNab | 2018-12-21 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge #315 | bors[bot] | 2018-12-21 | 9 | -771/+878 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 315: Split completion into manageable components r=matklad a=matklad The main idea here is to do completion in two phases: * first, we figure out surrounding context * then, we run a series of completers on the given context. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | | 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 | |
| | | | | |