Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Unwrap channel send() | Edwin Cheng | 2020-03-31 | 1 | -13/+4 | |
* | Use jod_thread | Edwin Cheng | 2020-03-31 | 3 | -17/+16 | |
* | Fix formatting | Edwin Cheng | 2020-03-31 | 2 | -6/+6 | |
* | Simple cross-process message protocol | Edwin Cheng | 2020-03-31 | 3 | -225/+86 | |
* | Remove unused struct | Edwin Cheng | 2020-03-31 | 1 | -10/+5 | |
* | Improve shutdown process | Edwin Cheng | 2020-03-31 | 2 | -19/+54 | |
* | Use matches in is_dylib | Edwin Cheng | 2020-03-31 | 1 | -11/+3 | |
* | Add back doc string for process | Edwin Cheng | 2020-03-31 | 1 | -0/+2 | |
* | Fix test | Edwin Cheng | 2020-03-31 | 3 | -5/+3 | |
* | Implement ra_proc_macro client logic | Edwin Cheng | 2020-03-31 | 11 | -23/+827 | |
* | Merge #3790 | bors[bot] | 2020-03-31 | 14 | -121/+135 | |
|\ | ||||||
| * | Better names for config structs | Aleksey Kladov | 2020-03-31 | 13 | -104/+102 | |
| * | WIP: uniformalize external tools config | Aleksey Kladov | 2020-03-31 | 1 | -17/+33 | |
* | | Merge #3789 | bors[bot] | 2020-03-31 | 2 | -28/+39 | |
|\ \ | |/ |/| | ||||||
| * | Update node deps | kjeremy | 2020-03-31 | 2 | -28/+39 | |
|/ | ||||||
* | Merge #3788 | bors[bot] | 2020-03-31 | 1 | -14/+14 | |
|\ | ||||||
| * | Update deps | kjeremy | 2020-03-31 | 1 | -14/+14 | |
* | | Merge #3778 | bors[bot] | 2020-03-31 | 1 | -8/+2 | |
|\ \ | |/ |/| | ||||||
| * | Use resize_with | kjeremy | 2020-03-31 | 1 | -2/+1 | |
| * | Do not call reserve since extend will handle it. | kjeremy | 2020-03-30 | 1 | -3/+0 | |
| * | Use more functional programming in ArenaMap::insert | kjeremy | 2020-03-30 | 1 | -5/+3 | |
* | | Merge #3786 | bors[bot] | 2020-03-31 | 2 | -14/+45 | |
|\ \ | ||||||
| * | | When adding match arm, don't let the floating comma | Aleksey Kladov | 2020-03-31 | 2 | -14/+45 | |
* | | | Merge #3781 | bors[bot] | 2020-03-31 | 2 | -1/+15 | |
|\ \ \ | ||||||
| * | | | Add crate versions when running cargo -p commands. | o0Ignition0o | 2020-03-31 | 2 | -1/+15 | |
| |/ / | ||||||
* | | | Merge #3785 | bors[bot] | 2020-03-31 | 3 | -1/+32 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Attach doc-comment to declaration if there are newlines in between | Leander Tentrup | 2020-03-31 | 3 | -1/+32 | |
|/ / | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #3777 #3784 | bors[bot] | 2020-03-31 | 6 | -13/+80 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Ignore createProgress request in tests | Aleksey Kladov | 2020-03-31 | 2 | -7/+8 | |
| |/ |/| | ||||||
* | | Merge #3775 | bors[bot] | 2020-03-30 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix typo | Aleksey Kladov | 2020-03-30 | 1 | -1/+1 | |
* | | | Merge #3774 | bors[bot] | 2020-03-30 | 2 | -6/+6 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Simplify SemanticTokensBuilder build method | kjeremy | 2020-03-30 | 2 | -6/+6 | |
|/ / | ||||||
| * | Pass string instread of WorkspaceFolder | Tim | 2020-03-31 | 3 | -5/+5 | |
| * | Remove unnecessary null check | Tim | 2020-03-31 | 1 | -3/+1 | |
| * | Throw error if no folder is opened | Tim | 2020-03-31 | 3 | -4/+9 | |
| * | Use namespace import | Tim | 2020-03-31 | 1 | -19/+11 | |
| * | Add basic task support | Tim | 2020-03-30 | 4 | -6/+77 | |
|/ | ||||||
* | Merge #3666 | bors[bot] | 2020-03-30 | 11 | -110/+205 | |
|\ | ||||||
| * | Fix the endless progress bar issue | Kirill Bulatov | 2020-03-30 | 1 | -0/+10 | |
| * | Rebase fixes | Kirill Bulatov | 2020-03-30 | 1 | -1/+1 | |
| * | Avoid failing on incorrect settings response | Kirill Bulatov | 2020-03-30 | 1 | -5/+13 | |
| * | Small style fix | Kirill Bulatov | 2020-03-30 | 1 | -14/+21 | |
| * | Code review fixes | Kirill Bulatov | 2020-03-30 | 5 | -18/+18 | |
| * | Small style fix | Kirill Bulatov | 2020-03-30 | 1 | -1/+1 | |
| * | Remove an obsolete fixme | Kirill Bulatov | 2020-03-30 | 1 | -1/+0 | |
| * | Reload watcher configuration | Kirill Bulatov | 2020-03-30 | 1 | -14/+19 | |
| * | Style fixes | Kirill Bulatov | 2020-03-30 | 4 | -20/+31 | |
| * | Reload only the properties that do not affect vfs | Kirill Bulatov | 2020-03-30 | 4 | -60/+89 | |
| * | Read new config on the server side | Kirill Bulatov | 2020-03-30 | 1 | -9/+18 |