aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Refactor a bitEdwin Cheng2020-04-241-8/+3
* Bubble up errorEdwin Cheng2020-04-232-10/+7
* Fix typoEdwin Cheng2020-04-231-1/+1
* Panic proc macro srv if read request failedEdwin Cheng2020-04-231-2/+3
* Merge #4065bors[bot]2020-04-232-7/+217
|\
| * Update tests to reflect new completionsnathanwhit2020-04-221-1/+1
| * Add tests for enum completionnathanwhit2020-04-221-0/+178
| * Complete unqualified enum variants when possiblenathanwhit2020-04-221-5/+26
| * Add utility fn for expected type of a nodenathanwhit2020-04-221-1/+12
* | Remove SyntaxPtr::range from more placesAleksey Kladov2020-04-233-3/+8
* | Merge #4093bors[bot]2020-04-231-1/+1
|\ \
| * | Simplify configveetaha2020-04-221-1/+1
* | | 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
| |/ /
* / / Fix typoveetaha2020-04-231-1/+1
|/ /
* | Merge #4090bors[bot]2020-04-221-2/+2
|\ \
| * | Align the name of proc-macro enabling flagAleksey Kladov2020-04-221-1/+1
| * | Match implementation of diagnostics flag to the docsAleksey Kladov2020-04-221-1/+1
* | | Don't panic on `rust-analyzer --help`Andrew Chin2020-04-221-8/+16
|/ /
* | Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-212-5/+47
* | Merge #4076bors[bot]2020-04-212-10/+97
|\ \
| * | Improve remove dervie attrsEdwin Cheng2020-04-212-10/+97
* | | Merge #4038bors[bot]2020-04-211-1462/+1462
|\ \ \
| * | | Group generated ast boilerplate apart from the interesting partveetaha2020-04-181-1462/+1462
* | | | Merge #4071bors[bot]2020-04-211-7/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Cleanup args a bitAleksey Kladov2020-04-211-7/+9
* | | | 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
* | | | Update Chalk, and cache Chalk env elaboration through a queryFlorian Diebold2020-04-205-29/+164
* | | | Fix panic in split_imports assistAleksey Kladov2020-04-203-4/+17
* | | | Some clippy fixesJeremy Kolb2020-04-1911-19/+16
|/ / /
* | | Merge #4036bors[bot]2020-04-189-6/+87
|\ \ \
| * | | Correctly infer types in guard expressionsAleksey Kladov2020-04-182-0/+30
| * | | Fix goto definition for record patternsAleksey Kladov2020-04-187-6/+57
* | | | Merge #4035bors[bot]2020-04-185-14/+47
|\ \ \ \
| * | | | Convert bool to ident instead of literal in mbeEdwin Cheng2020-04-185-14/+47
| | |/ / | |/| |
* | | | Merge #4034bors[bot]2020-04-186-21/+30
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add semantic tag for unresolved referencesAleksey Kladov2020-04-186-21/+30
* | | Merge #4032bors[bot]2020-04-181-0/+27
|\ \ \ | |/ / |/| |
| * | Add mbe lifetime split testEdwin Cheng2020-04-181-0/+27
* | | Merge #3894bors[bot]2020-04-182-41/+331
|\ \ \ | |/ / |/| |