Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1597 | bors[bot] | 2019-07-27 | 6 | -58/+128 |
|\ | |||||
| * | Overhaul installation process | Aleksey Kladov | 2019-07-27 | 6 | -58/+128 |
|/ | |||||
* | Merge #1596 | bors[bot] | 2019-07-27 | 2 | -4/+40 |
|\ | |||||
| * | Implement inlay hints for emacs | Florian Diebold | 2019-07-27 | 2 | -4/+40 |
|/ | |||||
* | Merge #1594 | bors[bot] | 2019-07-26 | 3 | -61/+125 |
|\ | |||||
| * | Improve inlay hinting for types | Kirill Bulatov | 2019-07-26 | 3 | -61/+125 |
|/ | |||||
* | Merge #1586 | bors[bot] | 2019-07-25 | 5 | -1/+150 |
|\ | |||||
| * | npm run fix | Kirill Bulatov | 2019-07-25 | 2 | -10/+22 |
| * | Code review fixes | Kirill Bulatov | 2019-07-25 | 2 | -13/+13 |
| * | Remove unnecessary hacks | Kirill Bulatov | 2019-07-25 | 1 | -29/+0 |
| * | Fix linter issues | Kirill Bulatov | 2019-07-25 | 3 | -32/+72 |
| * | Simplify the hints display | Kirill Bulatov | 2019-07-25 | 2 | -54/+6 |
| * | Show type decorators | Kirill Bulatov | 2019-07-25 | 5 | -1/+175 |
* | | Merge #1591 | bors[bot] | 2019-07-25 | 8 | -87/+107 |
|\ \ | |||||
| * | | Make Analysis api cancellable | Kirill Bulatov | 2019-07-25 | 8 | -87/+107 |
|/ / | |||||
* | | Merge #1590 | bors[bot] | 2019-07-25 | 1 | -31/+26 |
|\ \ | |/ |/| | |||||
| * | Update crossbeam to pull in new memoffset | kjeremy | 2019-07-25 | 1 | -31/+26 |
|/ | |||||
* | Merge #1589 | bors[bot] | 2019-07-25 | 1 | -1/+1 |
|\ | |||||
| * | try to show exact prettier problem | Aleksey Kladov | 2019-07-25 | 1 | -1/+1 |
|/ | |||||
* | Merge #1588 | bors[bot] | 2019-07-25 | 2 | -10/+10 |
|\ | |||||
| * | :arrow_up: npm deps | Aleksey Kladov | 2019-07-25 | 2 | -10/+10 |
|/ | |||||
* | Merge #1585 | bors[bot] | 2019-07-24 | 512 | -16/+13 |
|\ | |||||
| * | move syntax tests to unit tests | Aleksey Kladov | 2019-07-24 | 512 | -13/+12 |
| * | switch back to old cleaning strategy | Aleksey Kladov | 2019-07-24 | 1 | -4/+2 |
|/ | |||||
* | Merge #1584 | bors[bot] | 2019-07-24 | 4 | -529/+91 |
|\ | |||||
| * | switch to upstream unescape | Aleksey Kladov | 2019-07-24 | 4 | -529/+91 |
* | | Merge #1583 | bors[bot] | 2019-07-24 | 2 | -20/+20 |
|\| | |||||
| * | :arrow_up: rowan | Aleksey Kladov | 2019-07-24 | 2 | -20/+20 |
* | | Merge #1573 | bors[bot] | 2019-07-24 | 3 | -6/+69 |
|\ \ | |/ |/| | |||||
| * | fix: parse box syntax inside parentheses | csmoe | 2019-07-22 | 3 | -6/+69 |
* | | Merge #1582 | bors[bot] | 2019-07-23 | 6 | -9/+30 |
|\ \ | |||||
| * | | show local variable types in completion | Ekaterina Babshukova | 2019-07-23 | 6 | -9/+30 |
|/ / | |||||
* | | Merge #1549 | bors[bot] | 2019-07-23 | 5 | -1/+237 |
|\ \ | |||||
| * | | Code review fixes | Kirill Bulatov | 2019-07-22 | 4 | -30/+70 |
| * | | Use SmolStr for the type text | Kirill Bulatov | 2019-07-21 | 1 | -3/+6 |
| * | | Fix the string conversions | Kirill Bulatov | 2019-07-21 | 1 | -2/+2 |
| * | | Merge branch 'master' into add-type-lenses | Kirill Bulatov | 2019-07-21 | 36 | -809/+383 |
| |\| | |||||
| * | | Do not show the lens with type hints | Kirill Bulatov | 2019-07-21 | 1 | -13/+4 |
| * | | Resolve types on the server | Kirill Bulatov | 2019-07-21 | 3 | -79/+84 |
| * | | Code review fixes | Kirill Bulatov | 2019-07-21 | 3 | -69/+62 |
| * | | Refactor server api | Kirill Bulatov | 2019-07-20 | 5 | -55/+222 |
| * | | Fix tuple type lens resolution | Kirill Bulatov | 2019-07-20 | 1 | -3/+4 |
| * | | Do not show a lens when the type is declared explicitly | Kirill Bulatov | 2019-07-20 | 1 | -0/+4 |
| * | | Fix rebase issue | Kirill Bulatov | 2019-07-20 | 1 | -1/+1 |
| * | | If possible, show type lenses for the let bindings | Kirill Bulatov | 2019-07-20 | 2 | -16/+48 |
* | | | Merge #1579 | bors[bot] | 2019-07-22 | 4 | -8/+8 |
|\ \ \ | |||||
| * | | | flexi_logger 0.14 | kjeremy | 2019-07-22 | 4 | -8/+8 |
* | | | | Merge #1577 | bors[bot] | 2019-07-22 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | smaller debuginfo in release | Aleksey Kladov | 2019-07-22 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge #1576 | bors[bot] | 2019-07-22 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | |