aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge #4094bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | proc_macro: add ability to log to stderr and view output in vscodeveetaha2020-04-221-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge #4092bors[bot]2020-04-233-4/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat: run ignored testsHannes De Valkeneer2020-04-223-4/+38
| |/ / / / / / / /
* | | | | | | | | Merge #4098bors[bot]2020-04-231-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add YouCompleteMe as a LSP option for vim/neovimWeihang Lo2020-04-231-0/+20
|/ / / / / / / / /
* | | | | | | | | Merge #4096bors[bot]2020-04-231-36/+67
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tasks.json SupportJonathan Dickinson2020-04-231-36/+67
| |/ / / / / / / /
* | | | | | | | | Merge #4095bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix typoveetaha2020-04-231-1/+1
|/ / / / / / / /
* | | | | | | | Merge #4090bors[bot]2020-04-222-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Align the name of proc-macro enabling flagAleksey Kladov2020-04-222-2/+2
| * | | | | | | | Match implementation of diagnostics flag to the docsAleksey Kladov2020-04-221-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge #4089bors[bot]2020-04-222-50/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | npm updatekjeremy2020-04-222-50/+109
* | | | | | | | | Merge #4088bors[bot]2020-04-221-8/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | cargo updatekjeremy2020-04-221-8/+8
|/ / / / / / / /
* | | | | | | | Merge #4082bors[bot]2020-04-221-8/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't panic on `rust-analyzer --help`Andrew Chin2020-04-221-8/+16
| |/ / / / / / /
* | | | | | | | Merge #4081bors[bot]2020-04-221-2/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Refactor the workaround a bitveetaha2020-04-221-19/+16
| * | | | | | | | Work around crlf in syntax treeveetaha2020-04-221-2/+38
| |/ / / / / / /
* | | | | | | | Merge #4080bors[bot]2020-04-221-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix .rast tmGrammar to account for numbers in identifiersveetaha2020-04-221-1/+1
* | | | | | | | Merge #4078bors[bot]2020-04-212-5/+47
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-212-5/+47
|/ / / / / / / /
* | | | | | | | Merge #4076bors[bot]2020-04-213-10/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve remove dervie attrsEdwin Cheng2020-04-213-10/+98
| |/ / / / / / /
* | | | | | | | Merge #4038bors[bot]2020-04-212-1582/+1592
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Group generated ast boilerplate apart from the interesting partveetaha2020-04-182-1582/+1592
* | | | | | | | Merge #4071bors[bot]2020-04-211-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Cleanup args a bitAleksey Kladov2020-04-211-7/+9
* | | | | | | | | Merge #4070bors[bot]2020-04-211-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs(readme): improve user docsHeyward Fann2020-04-211-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge #4069bors[bot]2020-04-211-14/+25
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Move the PATH issue up to the non-editor specific sectionNikolai Morin2020-04-211-1/+3
| * | | | | | | | Delete commaNikolai Morin2020-04-211-1/+1
| * | | | | | | | Update docs/user/readme.adocNikolai Morin2020-04-211-1/+1
| * | | | | | | | Update docs/user/readme.adocNikolai Morin2020-04-211-1/+1
| * | | | | | | | More detailed Sublime Text install instructionsNikolai Morin2020-04-211-14/+23
|/ / / / / / / /
* | | | | | | | Merge #4066bors[bot]2020-04-201-51/+52
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Refactor a bitEdwin Cheng2020-04-201-54/+51
| * | | | | | | Fix restart missing arguments in proc-macro-srvEdwin Cheng2020-04-201-5/+9
|/ / / / / / /
* | | | | | | Merge #4061bors[bot]2020-04-2012-191/+142
|\ \ \ \ \ \ \
| * | | | | | | Migrate to Result<T, io::Error> -> io::Result<T>veetaha2020-04-201-3/+3
| * | | | | | | Fix doc commentveetaha2020-04-201-3/+3
| * | | | | | | Fix typoVeetaha2020-04-201-1/+1
| * | | | | | | Display path not debug itVeetaha2020-04-202-8/+8
| * | | | | | | Display path not debug itVeetaha2020-04-201-1/+1
| * | | | | | | ra_proc_macro: cleanups here and thereveetaha2020-04-2012-190/+141