Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix .rast tmGrammar to account for numbers in identifiers | veetaha | 2020-04-22 | 1 | -1/+1 |
* | 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 |
* | | Merge #4027 | bors[bot] | 2020-04-18 | 2 | -25/+50 |
|\ \ | |||||
| * | | 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 |
* | | | Merge #4022 | bors[bot] | 2020-04-17 | 2 | -1/+14 |
|\ \ \ | |||||
| * | | | Fix incorrect order of syntax highlight ranges | Leander Tentrup | 2020-04-17 | 2 | -1/+14 |
|/ / / | |||||
* | | | Merge #4021 | bors[bot] | 2020-04-17 | 3 | -5/+65 |
|\ \ \ | |||||
| * | | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 |
|/ / / | |||||
* | | | Merge #4019 | bors[bot] | 2020-04-17 | 1 | -0/+174 |
|\ \ \ | |||||
| * | | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 |
|/ / / | |||||
* | | | Merge #4016 | bors[bot] | 2020-04-17 | 1 | -47/+52 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Don't use SyntaxNodePtr::range when determining scope for offset | Aleksey Kladov | 2020-04-17 | 1 | -47/+52 |
|/ / |