aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4106bors[bot]2020-04-232-1/+42
|\
| * Fix wrong substitution codeFlorian Diebold2020-04-232-1/+42
* | Merge #3954bors[bot]2020-04-239-40/+412
|\ \
| * | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-212-5/+6
| * | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-211-3/+1
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-2156-392/+1031
| |\ \
| * | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-214-48/+47
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1828-180/+691
| |\ \ \
| * | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1744-322/+1061
| |\ \ \ \
| * | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-174-77/+52
| * | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-167-113/+103
| * | | | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-154-31/+196
| * | | | | add sort_text to sort in editor viewBenjamin Coenen2020-04-142-8/+12
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1424-144/+556
| |\ \ \ \ \
| * | | | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-123-26/+96
| * | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-11280-4971/+3500
| |\ \ \ \ \ \
| * | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-116-30/+194
* | | | | | | | Merge #4111 #4112bors[bot]2020-04-232-3/+38
|\ \ \ \ \ \ \ \
* | | | | | | | | minorAleksey Kladov2020-04-231-4/+0
| * | | | | | | | Record definitions in `extern` blocksJonas Schievink2020-04-232-3/+38
|/ / / / / / / /
* | | | | | | / Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-233-24/+40
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Cleanup proc_macro configAleksey Kladov2020-04-233-11/+8
* | | | | | | 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
|\ \ \ \ \ \ \