Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #4094 | bors[bot] | 2020-04-23 | 1 | -1/+1 |
|\ | |||||
| * | proc_macro: add ability to log to stderr and view output in vscode | veetaha | 2020-04-22 | 1 | -1/+1 |
* | | Merge #4092 | bors[bot] | 2020-04-23 | 3 | -4/+38 |
|\ \ | |||||
| * | | feat: run ignored tests | Hannes De Valkeneer | 2020-04-22 | 3 | -4/+38 |
| |/ | |||||
* | | Merge #4098 | bors[bot] | 2020-04-23 | 1 | -0/+20 |
|\ \ | |||||
| * | | Add YouCompleteMe as a LSP option for vim/neovim | Weihang Lo | 2020-04-23 | 1 | -0/+20 |
|/ / | |||||
* | | Merge #4096 | bors[bot] | 2020-04-23 | 1 | -36/+67 |
|\ \ | |||||
| * | | tasks.json Support | Jonathan Dickinson | 2020-04-23 | 1 | -36/+67 |
| |/ | |||||
* | | Merge #4095 | bors[bot] | 2020-04-23 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix typo | veetaha | 2020-04-23 | 1 | -1/+1 |
|/ | |||||
* | Merge #4090 | bors[bot] | 2020-04-22 | 2 | -3/+3 |
|\ | |||||
| * | Align the name of proc-macro enabling flag | Aleksey Kladov | 2020-04-22 | 2 | -2/+2 |
| * | Match implementation of diagnostics flag to the docs | Aleksey Kladov | 2020-04-22 | 1 | -1/+1 |
* | | Merge #4089 | bors[bot] | 2020-04-22 | 2 | -50/+109 |
|\ \ | |||||
| * | | npm update | kjeremy | 2020-04-22 | 2 | -50/+109 |
* | | | Merge #4088 | bors[bot] | 2020-04-22 | 1 | -8/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | cargo update | kjeremy | 2020-04-22 | 1 | -8/+8 |
|/ / | |||||
* | | Merge #4082 | bors[bot] | 2020-04-22 | 1 | -8/+16 |
|\ \ | |||||
| * | | Don't panic on `rust-analyzer --help` | Andrew Chin | 2020-04-22 | 1 | -8/+16 |
| |/ | |||||
* | | Merge #4081 | bors[bot] | 2020-04-22 | 1 | -2/+35 |
|\ \ | |||||
| * | | Refactor the workaround a bit | veetaha | 2020-04-22 | 1 | -19/+16 |
| * | | Work around crlf in syntax tree | veetaha | 2020-04-22 | 1 | -2/+38 |
| |/ | |||||
* | | Merge #4080 | bors[bot] | 2020-04-22 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix .rast tmGrammar to account for numbers in identifiers | veetaha | 2020-04-22 | 1 | -1/+1 |
* | | Merge #4078 | bors[bot] | 2020-04-21 | 2 | -5/+47 |
|\ \ | |||||
| * | | Do not add default and closure types in 'add explicit type' assist | Kirill Bulatov | 2020-04-21 | 2 | -5/+47 |
|/ / | |||||
* | | Merge #4076 | bors[bot] | 2020-04-21 | 3 | -10/+98 |
|\ \ | |||||
| * | | Improve remove dervie attrs | Edwin Cheng | 2020-04-21 | 3 | -10/+98 |
| |/ | |||||
* | | Merge #4038 | bors[bot] | 2020-04-21 | 2 | -1582/+1592 |
|\ \ | |||||
| * | | Group generated ast boilerplate apart from the interesting part | veetaha | 2020-04-18 | 2 | -1582/+1592 |
* | | | Merge #4071 | bors[bot] | 2020-04-21 | 1 | -7/+9 |
|\ \ \ | |||||
| * | | | Cleanup args a bit | Aleksey Kladov | 2020-04-21 | 1 | -7/+9 |
* | | | | Merge #4070 | bors[bot] | 2020-04-21 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | docs(readme): improve user docs | Heyward Fann | 2020-04-21 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge #4069 | bors[bot] | 2020-04-21 | 1 | -14/+25 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Move the PATH issue up to the non-editor specific section | Nikolai Morin | 2020-04-21 | 1 | -1/+3 |
| * | | | Delete comma | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| * | | | Update docs/user/readme.adoc | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| * | | | Update docs/user/readme.adoc | Nikolai Morin | 2020-04-21 | 1 | -1/+1 |
| * | | | More detailed Sublime Text install instructions | Nikolai Morin | 2020-04-21 | 1 | -14/+23 |
|/ / / | |||||
* | | | Merge #4066 | bors[bot] | 2020-04-20 | 1 | -51/+52 |
|\ \ \ | |/ / |/| | | |||||
| * | | Refactor a bit | Edwin Cheng | 2020-04-20 | 1 | -54/+51 |
| * | | Fix restart missing arguments in proc-macro-srv | Edwin Cheng | 2020-04-20 | 1 | -5/+9 |
|/ / | |||||
* | | Merge #4061 | bors[bot] | 2020-04-20 | 12 | -191/+142 |
|\ \ | |||||
| * | | Migrate to Result<T, io::Error> -> io::Result<T> | veetaha | 2020-04-20 | 1 | -3/+3 |
| * | | Fix doc comment | veetaha | 2020-04-20 | 1 | -3/+3 |
| * | | Fix typo | Veetaha | 2020-04-20 | 1 | -1/+1 |
| * | | Display path not debug it | Veetaha | 2020-04-20 | 2 | -8/+8 |
| * | | Display path not debug it | Veetaha | 2020-04-20 | 1 | -1/+1 |
| * | | ra_proc_macro: cleanups here and there | veetaha | 2020-04-20 | 12 | -190/+141 |