Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Convert bool to ident instead of literal in mbe | Edwin Cheng | 2020-04-18 | 5 | -14/+47 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge #4034 | bors[bot] | 2020-04-18 | 6 | -21/+30 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | Add semantic tag for unresolved references | Aleksey Kladov | 2020-04-18 | 6 | -21/+30 | |
* | | | | | | | Merge #4032 | bors[bot] | 2020-04-18 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add mbe lifetime split test | Edwin Cheng | 2020-04-18 | 1 | -0/+27 | |
* | | | | | | | 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 | |
* | | | | | | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 2 | -25/+50 | |
* | | | | | | Merge #4026 | bors[bot] | 2020-04-18 | 1 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Omit more parameter hints in the presence of underscores | Laurențiu Nicola | 2020-04-18 | 1 | -1/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge #4023 | bors[bot] | 2020-04-18 | 4 | -27/+92 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 4 | -27/+92 | |
* | | | | | | | Fix incorrect order of syntax highlight ranges | Leander Tentrup | 2020-04-17 | 2 | -1/+14 | |
* | | | | | | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 | |
* | | | | | | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 | |
* | | | | | | | Don't use SyntaxNodePtr::range when determining scope for offset | Aleksey Kladov | 2020-04-17 | 1 | -47/+52 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge #4012 | bors[bot] | 2020-04-17 | 2 | -3/+59 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 2 | -3/+59 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Don\t suggest import itself as a completion for import | Aleksey Kladov | 2020-04-17 | 2 | -1/+40 | |
* | | | | | | Merge #4010 | bors[bot] | 2020-04-17 | 8 | -17/+83 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 6 | -51/+8 | |
| * | | | | | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 5 | -21/+89 | |
| * | | | | | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 8 | -14/+55 | |
* | | | | | | | Merge #4009 | bors[bot] | 2020-04-17 | 1 | -9/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Better snippet when completing trait method | Aleksey Kladov | 2020-04-17 | 1 | -9/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge #4004 | bors[bot] | 2020-04-17 | 2 | -2/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use mmap for proc macro libs | Laurențiu Nicola | 2020-04-17 | 2 | -2/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge #3996 | bors[bot] | 2020-04-17 | 2 | -6/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix path for proc-macro in nightly / stable build | Edwin Cheng | 2020-04-16 | 2 | -6/+2 | |
* | | | | | | | Reduce allocations when looking up proc macro decl | Laurențiu Nicola | 2020-04-17 | 1 | -37/+35 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge #3995 | bors[bot] | 2020-04-16 | 3 | -149/+150 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Unmix error handling when discovering workspaces | Aleksey Kladov | 2020-04-16 | 3 | -75/+41 | |
| * | | | | | Decouple project loading from project discovery a bit | Aleksey Kladov | 2020-04-16 | 3 | -128/+163 | |
| |/ / / / | ||||||
* | | | | | Merge #3958 | bors[bot] | 2020-04-16 | 14 | -29/+201 | |
|\ \ \ \ \ | |/ / / / |/| | | | |