Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 2 | -5/+6 |
* | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 1 | -3/+1 |
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-21 | 60 | -422/+1076 |
|\ | |||||
| * | 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 |
| * | | Merge #4060 | bors[bot] | 2020-04-20 | 6 | -35/+170 |
| |\ \ | |||||
| | * | | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 6 | -35/+170 |
| |/ / | |||||
| * | | Merge #4057 | bors[bot] | 2020-04-20 | 3 | -4/+17 |
| |\ \ | |||||
| | * | | Fix panic in split_imports assist | Aleksey Kladov | 2020-04-20 | 3 | -4/+17 |
| |/ / | |||||
| * | | Merge #4047 | bors[bot] | 2020-04-19 | 11 | -19/+16 |
| |\ \ | |||||
| | * | | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 11 | -19/+16 |
| |/ / | |||||
| * | | Merge #4045 | bors[bot] | 2020-04-19 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| | * | Update regex | Jeremy Kolb | 2020-04-19 | 1 | -2/+2 |
| |/ | |||||
| * | Merge #4036 | bors[bot] | 2020-04-18 | 9 | -6/+87 |
| |\ | |||||
| | * | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 2 | -0/+30 |
| | * | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 7 | -6/+57 |
| * | | Merge #4035 | bors[bot] | 2020-04-18 | 5 | -14/+47 |
| |\ \ | |||||
| | * | | Convert bool to ident instead of literal in mbe | Edwin Cheng | 2020-04-18 | 5 | -14/+47 |
| * | | | Merge #4034 | bors[bot] | 2020-04-18 | 7 | -21/+34 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Add semantic tag for unresolved references | Aleksey Kladov | 2020-04-18 | 7 | -21/+34 |
| * | | Merge #4032 | bors[bot] | 2020-04-18 | 1 | -0/+27 |
| |\ \ | | |/ | |/| | |||||
| | * | Add mbe lifetime split test | Edwin Cheng | 2020-04-18 | 1 | -0/+27 |
| * | | Merge #4033 | bors[bot] | 2020-04-18 | 1 | -6/+6 |
| |\ \ | |||||
| | * | | Refucktor codegen | veetaha | 2020-04-18 | 1 | -6/+6 |
| | |/ | |||||
| * | | Merge #3894 | bors[bot] | 2020-04-18 | 2 | -41/+331 |
| |\ \ | | |/ | |/| | |||||
| | * | missing match arm diagnostic support enum record type | Josh Mcguigan | 2020-04-18 | 2 | -41/+331 |
| * | | Merge #4029 | bors[bot] | 2020-04-18 | 7 | -17/+117 |
| |\ \ | | |/ | |/| | |||||
| | * | Merge empty delim subtree in proc-macro | Edwin Cheng | 2020-04-18 | 2 | -3/+11 |
| | * | Split LIFETIME to two tokens in mbe | Edwin Cheng | 2020-04-18 | 3 | -14/+89 |
| | * | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 2 | -0/+17 |
* | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 4 | -48/+47 |
* | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-18 | 30 | -183/+705 |
|\| | |