aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-2160-422/+1076
|\
| * 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
| * | Merge #4060bors[bot]2020-04-206-35/+170
| |\ \
| | * | Update Chalk, and cache Chalk env elaboration through a queryFlorian Diebold2020-04-206-35/+170
| |/ /
| * | Merge #4057bors[bot]2020-04-203-4/+17
| |\ \
| | * | Fix panic in split_imports assistAleksey Kladov2020-04-203-4/+17
| |/ /
| * | Merge #4047bors[bot]2020-04-1911-19/+16
| |\ \
| | * | Some clippy fixesJeremy Kolb2020-04-1911-19/+16
| |/ /
| * | Merge #4045bors[bot]2020-04-191-2/+2
| |\ \ | | |/ | |/|
| | * Update regexJeremy Kolb2020-04-191-2/+2
| |/
| * 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-187-21/+34
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add semantic tag for unresolved referencesAleksey Kladov2020-04-187-21/+34
| * | Merge #4032bors[bot]2020-04-181-0/+27
| |\ \ | | |/ | |/|
| | * Add mbe lifetime split testEdwin Cheng2020-04-181-0/+27
| * | Merge #4033bors[bot]2020-04-181-6/+6
| |\ \
| | * | Refucktor codegenveetaha2020-04-181-6/+6
| | |/
| * | Merge #3894bors[bot]2020-04-182-41/+331
| |\ \ | | |/ | |/|
| | * missing match arm diagnostic support enum record typeJosh Mcguigan2020-04-182-41/+331
| * | Merge #4029bors[bot]2020-04-187-17/+117
| |\ \ | | |/ | |/|
| | * Merge empty delim subtree in proc-macroEdwin Cheng2020-04-182-3/+11
| | * Split LIFETIME to two tokens in mbeEdwin Cheng2020-04-183-14/+89
| | * Ignore proc-macro in completionEdwin Cheng2020-04-182-0/+17
* | | 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-1830-183/+705
|\| |