Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #520 | bors[bot] | 2019-01-13 | 6 | -3/+74 |
|\ | |||||
| * | Fix tuple test case | Hirokazu Hata | 2019-01-13 | 2 | -6/+35 |
| * | Implement tuple inference | Hirokazu Hata | 2019-01-13 | 2 | -1/+20 |
| * | Update TUPLE_EXPR grammar | Hirokazu Hata | 2019-01-13 | 2 | -2/+8 |
| * | Add infer tuple test | Hirokazu Hata | 2019-01-13 | 2 | -0/+17 |
* | | Tweak message shown for query fallback | Pascal Hertleif | 2019-01-13 | 1 | -1/+5 |
|/ | |||||
*-. | Merge #517 #518 | bors[bot] | 2019-01-13 | 5 | -51/+114 |
|\ \ | |||||
| | * | Add an explanatory message when we use the Query fallback | DJMcNab | 2019-01-13 | 2 | -10/+36 |
| * | | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 3 | -41/+78 |
* | | | Merge #519 | bors[bot] | 2019-01-13 | 5 | -11/+46 |
|\ \ \ | |_|/ |/| | | |||||
| * | | support ref-patterns | Aleksey Kladov | 2019-01-13 | 5 | -11/+46 |
| |/ | |||||
* | | Merge #513 | bors[bot] | 2019-01-13 | 3 | -35/+53 |
|\ \ | |/ |/| | |||||
| * | Add bench runnable and code lens | Jeremy Kolb | 2019-01-12 | 3 | -35/+53 |
* | | Fix typos | Jeremy Kolb | 2019-01-13 | 1 | -2/+2 |
|/ | |||||
* | Merge #505 | bors[bot] | 2019-01-12 | 16 | -47/+398 |
|\ | |||||
| * | args -> params | Florian Diebold | 2019-01-12 | 8 | -37/+37 |
| * | Small improvements from review comments | Florian Diebold | 2019-01-12 | 3 | -20/+20 |
| * | Complete inherent methods | Florian Diebold | 2019-01-12 | 3 | -4/+63 |
| * | Implement basic inherent method resolution | Florian Diebold | 2019-01-12 | 11 | -17/+309 |
* | | Merge #500 | bors[bot] | 2019-01-12 | 6 | -99/+154 |
|\ \ | |||||
| * | | Move `CargoTargetSpec` and friends to cargo_target_spec module | Jeremy Kolb | 2019-01-12 | 3 | -90/+102 |
| * | | Code lens support for running tests | Jeremy A. Kolb | 2019-01-11 | 4 | -85/+128 |
* | | | Merge #507 | bors[bot] | 2019-01-12 | 3 | -0/+53 |
|\ \ \ | |||||
| * | | | Fix handling of attributes in positional field lists | DJMcNab | 2019-01-12 | 3 | -0/+53 |
| | |/ | |/| | |||||
* / | | Use --force when installing the VSIX. | DJMcNab | 2019-01-12 | 1 | -2/+2 |
|/ / | |||||
* | | Switch hover to use MarkupContent | Jeremy Kolb | 2019-01-12 | 1 | -2/+5 |
* | | Fix assertion error in unification (hopefully) | Florian Diebold | 2019-01-11 | 3 | -7/+50 |
* | | warn louder on mising sysroot | Aleksey Kladov | 2019-01-11 | 2 | -1/+9 |
|/ | |||||
* | actually produce missing def kinds | Aleksey Kladov | 2019-01-11 | 7 | -8/+122 |
* | uncopypaste def sources | Aleksey Kladov | 2019-01-11 | 3 | -40/+26 |
* | add missing def kinds | Aleksey Kladov | 2019-01-11 | 1 | -0/+20 |
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 24 | -194/+194 |
* | Merge #496 | bors[bot] | 2019-01-11 | 12 | -248/+294 |
|\ | |||||
| * | kill NavTarget ptr | Aleksey Kladov | 2019-01-11 | 1 | -6/+2 |
| * | fix tests | Aleksey Kladov | 2019-01-11 | 8 | -98/+108 |
| * | use location link in goto def | Aleksey Kladov | 2019-01-11 | 2 | -12/+25 |
| * | return ref ranges from gotodef | Aleksey Kladov | 2019-01-11 | 4 | -10/+24 |
| * | envapsulate navigation target better | Aleksey Kladov | 2019-01-11 | 8 | -96/+102 |
| * | simplify | Aleksey Kladov | 2019-01-11 | 1 | -5/+2 |
| * | reshuffle nones | Aleksey Kladov | 2019-01-11 | 1 | -21/+10 |
| * | refactor nav target | Aleksey Kladov | 2019-01-11 | 1 | -20/+29 |
| * | Make from_syntax private | Aleksey Kladov | 2019-01-11 | 2 | -14/+11 |
| * | move nav to a separate file | Aleksey Kladov | 2019-01-11 | 2 | -73/+88 |
| * | group feature modules | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
* | | prioritize event handing over indexing | Aleksey Kladov | 2019-01-11 | 1 | -4/+15 |
|/ | |||||
* | fine grained on typed tests | Aleksey Kladov | 2019-01-11 | 1 | -43/+48 |
* | fix on-type offset | Aleksey Kladov | 2019-01-11 | 1 | -26/+21 |
* | make on dot typed actually work | Aleksey Kladov | 2019-01-11 | 3 | -125/+121 |
* | force serde in ra_syntax | Aleksey Kladov | 2019-01-11 | 3 | -6/+22 |
* | minor | Aleksey Kladov | 2019-01-10 | 2 | -6/+2 |