Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Some improvements to introduce_variable. | Andrea Pretto | 2019-01-30 | 3 | -8/+181 | |
| * | | Fix #667 | Andrea Pretto | 2019-01-30 | 1 | -11/+125 | |
* | | | Merge #701 | bors[bot] | 2019-01-30 | 11 | -63/+163 | |
|\ \ \ | ||||||
| * | | | Add test for passing on ref expectations | Marcus Klaas de Vries | 2019-01-30 | 3 | -8/+15 | |
| * | | | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 10 | -59/+152 | |
* | | | | Move expr_scopes query to its module | Florian Diebold | 2019-01-30 | 3 | -11/+17 | |
* | | | | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 8 | -26/+26 | |
* | | | | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 9 | -45/+36 | |
* | | | | move item_map_query | Aleksey Kladov | 2019-01-30 | 3 | -35/+29 | |
* | | | | Merge #702 | bors[bot] | 2019-01-30 | 13 | -16/+276 | |
|\ \ \ \ | ||||||
| * | | | | Resolve crate | kjeremy | 2019-01-30 | 2 | -3/+2 | |
| * | | | | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 13 | -17/+278 | |
| | |/ / | |/| | | ||||||
* / | | | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 8 | -89/+103 | |
|/ / / | ||||||
* | | | Use match-all instead of individual branches | WizardOfMenlo | 2019-01-28 | 1 | -5/+1 | |
* | | | Added support for primitive types type inference when using std::ops::Not | WizardOfMenlo | 2019-01-28 | 3 | -15/+41 | |
* | | | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 4 | -2/+19 | |
* | | | align command naming | Aleksey Kladov | 2019-01-28 | 3 | -14/+14 | |
* | | | Merge #678 | bors[bot] | 2019-01-28 | 8 | -22/+104 | |
|\ \ \ | ||||||
| * | | | update salsa | Aleksey Kladov | 2019-01-28 | 2 | -11/+9 | |
| * | | | use salsa from my repo | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 | |
| * | | | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 | |
| * | | | show jemalloc | Aleksey Kladov | 2019-01-27 | 3 | -1/+34 | |
| * | | | drop obsolete comment | Aleksey Kladov | 2019-01-27 | 1 | -3/+0 | |
| * | | | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 7 | -19/+73 | |
* | | | | Sort completions in tests | Florian Diebold | 2019-01-27 | 25 | -270/+271 | |
|/ / / | ||||||
* | | | Process second review | Marcus Klaas de Vries | 2019-01-27 | 3 | -44/+35 | |
* | | | Use type information from the turbofish | Marcus Klaas de Vries | 2019-01-27 | 4 | -12/+40 | |
* | | | Add a FnSig to Ty::FnDef | Marcus Klaas de Vries | 2019-01-27 | 7 | -68/+94 | |
* | | | Address some issues flagged in review | Marcus Klaas de Vries | 2019-01-27 | 4 | -40/+26 | |
* | | | Add missing ty test snapshot | Marcus Klaas de Vries | 2019-01-27 | 1 | -0/+23 | |
* | | | Add type params to FnSignature | Marcus Klaas de Vries | 2019-01-27 | 9 | -137/+107 | |
* | | | Initial implementation of generics for method calls | Marcus Klaas de Vries | 2019-01-27 | 2 | -13/+72 | |
* | | | First attempt at generic type inference for fns | Marcus Klaas de Vries | 2019-01-27 | 6 | -21/+81 | |
|/ / | ||||||
* | | Merge #690 | bors[bot] | 2019-01-27 | 4 | -10/+48 | |
|\ \ | ||||||
| * | | Revert parts of "Test non standard crate root" | Erlend Tobiassen | 2019-01-27 | 2 | -15/+9 | |
| * | | Remove dbg!(...) | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 | |
| * | | Fix bad rebase and rustfmt | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 | |
| * | | Typos | Erlend Tobiassen | 2019-01-27 | 1 | -2/+2 | |
| * | | Update test to use correct paths | Erlend Tobiassen | 2019-01-27 | 1 | -6/+6 | |
| * | | fix #668 | Erlend Tobiassen | 2019-01-27 | 1 | -1/+3 | |
| * | | Test non standard crate root | Erlend Tobiassen | 2019-01-27 | 2 | -6/+48 | |
| |/ | ||||||
* | | Merge #691 | bors[bot] | 2019-01-27 | 3 | -35/+2 | |
|\ \ | |/ |/| | ||||||
| * | remove dead code | Aleksey Kladov | 2019-01-27 | 3 | -35/+2 | |
* | | Merge #685 | bors[bot] | 2019-01-27 | 4 | -36/+125 | |
|\ \ | ||||||
| * | | Stop using let_stmt twice | DJMcNab | 2019-01-27 | 1 | -43/+41 | |
| * | | Make attrs be a child of the let statement | DJMcNab | 2019-01-26 | 3 | -23/+26 | |
| * | | Support attributes on let statements | DJMcNab | 2019-01-26 | 3 | -20/+108 | |
* | | | Merge #662 | bors[bot] | 2019-01-27 | 4 | -27/+65 | |
|\ \ \ | ||||||
| * | | | Make doc comments optional | Jeremy Kolb | 2019-01-26 | 4 | -19/+27 | |
| * | | | Do not unconditionally trim comments | Jeremy Kolb | 2019-01-26 | 1 | -2/+1 |