Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Pull enabled check up | Aleksey Kladov | 2020-04-01 | 3 | -11/+12 | |
* | | | Streamline flycheck implementation | Aleksey Kladov | 2020-04-01 | 1 | -80/+68 | |
* | | | sort imports | Aleksey Kladov | 2020-03-31 | 1 | -7/+8 | |
| |/ |/| | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #3780 #3787 | bors[bot] | 2020-03-31 | 1 | -16/+13 | |
|\ \ \ | ||||||
| * | | | Simplify | veetaha | 2020-03-31 | 1 | -16/+13 | |
| |/ / | ||||||
* | | | Reduce deps | Aleksey Kladov | 2020-03-31 | 3 | -38/+40 | |
* | | | Add integrated test for concat include env | Aleksey Kladov | 2020-03-31 | 2 | -5/+62 | |
* | | | Rename cargo_watch -> flycheck | Aleksey Kladov | 2020-03-31 | 17 | -14/+14 | |
* | | | Fix rebased | Edwin Cheng | 2020-03-31 | 1 | -1/+1 | |
* | | | Redirect stderr to null | Edwin Cheng | 2020-03-31 | 1 | -0/+1 | |
* | | | Pipe error to stderr | Edwin Cheng | 2020-03-31 | 1 | -2/+5 | |
* | | | Refactor a bit | Edwin Cheng | 2020-03-31 | 1 | -11/+9 | |
* | | | Use a weak ptr to hold the send end of channel | Edwin Cheng | 2020-03-31 | 1 | -28/+18 | |
* | | | Add drop for process | Edwin Cheng | 2020-03-31 | 1 | -2/+6 | |
* | | | Unwrap channel send() | Edwin Cheng | 2020-03-31 | 1 | -13/+4 | |
* | | | Use jod_thread | Edwin Cheng | 2020-03-31 | 2 | -17/+15 | |
* | | | 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 | 2 | -4/+3 | |
* | | | Implement ra_proc_macro client logic | Edwin Cheng | 2020-03-31 | 10 | -23/+822 | |
* | | | Better names for config structs | Aleksey Kladov | 2020-03-31 | 13 | -104/+102 | |
* | | | 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 | |
| |/ / / | ||||||
* / / / | Attach doc-comment to declaration if there are newlines in between | Leander Tentrup | 2020-03-31 | 3 | -1/+32 | |
|/ / / | ||||||
* / / | 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 | |
* | | | Simplify SemanticTokensBuilder build method | kjeremy | 2020-03-30 | 2 | -6/+6 | |
|/ / | ||||||
* | | 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 | 2 | -12/+10 | |
* | | 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 | 1 | -15/+24 | |
* | | 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 | |
* | | Process configuration response draft | Kirill Bulatov | 2020-03-30 | 1 | -20/+21 |