Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | add sort_text to sort in editor view | Benjamin Coenen | 2020-04-14 | 2 | -8/+12 | |
| * | | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-14 | 24 | -144/+556 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Improve autocompletion by looking on the type and name, change implementation... | Benjamin Coenen | 2020-04-12 | 3 | -26/+96 | |
| * | | | | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 280 | -4971/+3500 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 6 | -30/+194 | |
* | | | | | | | | | | Merge #4111 #4112 | bors[bot] | 2020-04-23 | 2 | -3/+38 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
* | | | | | | | | | | | minor | Aleksey Kladov | 2020-04-23 | 1 | -4/+0 | |
| * | | | | | | | | | | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 2 | -3/+38 | |
|/ / / / / / / / / / | ||||||
* | | | | | | / / / | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | 2020-04-23 | 3 | -24/+40 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Cleanup proc_macro config | Aleksey Kladov | 2020-04-23 | 3 | -11/+8 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge #4065 | bors[bot] | 2020-04-23 | 2 | -7/+217 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update tests to reflect new completions | nathanwhit | 2020-04-22 | 1 | -1/+1 | |
| * | | | | | | | | Add tests for enum completion | nathanwhit | 2020-04-22 | 1 | -0/+178 | |
| * | | | | | | | | Complete unqualified enum variants when possible | nathanwhit | 2020-04-22 | 1 | -5/+26 | |
| * | | | | | | | | Add utility fn for expected type of a node | nathanwhit | 2020-04-22 | 1 | -1/+12 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 3 | -3/+8 | |
* | | | | | | | | Merge #4093 | bors[bot] | 2020-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify config | veetaha | 2020-04-22 | 1 | -1/+1 | |
* | | | | | | | | | Merge #4094 | bors[bot] | 2020-04-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | proc_macro: add ability to log to stderr and view output in vscode | veetaha | 2020-04-22 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge #4092 | bors[bot] | 2020-04-23 | 3 | -4/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | feat: run ignored tests | Hannes De Valkeneer | 2020-04-22 | 3 | -4/+38 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Fix typo | veetaha | 2020-04-23 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge #4090 | bors[bot] | 2020-04-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Align the name of proc-macro enabling flag | Aleksey Kladov | 2020-04-22 | 1 | -1/+1 | |
| * | | | | | | | | Match implementation of diagnostics flag to the docs | Aleksey Kladov | 2020-04-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* / | | | | | | | Don't panic on `rust-analyzer --help` | Andrew Chin | 2020-04-22 | 1 | -8/+16 | |
|/ / / / / / / | ||||||
* | | | | | | | Do not add default and closure types in 'add explicit type' assist | Kirill Bulatov | 2020-04-21 | 2 | -5/+47 | |
* | | | | | | | Merge #4076 | bors[bot] | 2020-04-21 | 2 | -10/+97 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improve remove dervie attrs | Edwin Cheng | 2020-04-21 | 2 | -10/+97 | |
* | | | | | | | | Merge #4038 | bors[bot] | 2020-04-21 | 1 | -1462/+1462 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Group generated ast boilerplate apart from the interesting part | veetaha | 2020-04-18 | 1 | -1462/+1462 | |
* | | | | | | | | Merge #4071 | bors[bot] | 2020-04-21 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Cleanup args a bit | Aleksey Kladov | 2020-04-21 | 1 | -7/+9 | |
* | | | | | | | | 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 | |
* | | | | | | | | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 5 | -29/+164 | |
* | | | | | | | | Fix panic in split_imports assist | Aleksey Kladov | 2020-04-20 | 3 | -4/+17 | |
* | | | | | | | | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 11 | -19/+16 | |
|/ / / / / / / | ||||||
* | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ |