Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #692 | bors[bot] | 2019-01-31 | 15 | -0/+432 | |
|\ \ | ||||||
| * | | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 10 | -0/+352 | |
| * | | Add a test for inner attributes on extern blocks | DJMcNab | 2019-01-27 | 2 | -0/+30 | |
| * | | Correctly parse inner attributes of impl blocks | DJMcNab | 2019-01-27 | 3 | -0/+50 | |
* | | | Merge #712 | bors[bot] | 2019-01-31 | 3 | -15/+302 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | 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 | |
* | | | | Merge #711 | bors[bot] | 2019-01-30 | 8 | -32/+38 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|/ / / / | ||||||
* | | | | Merge #709 | bors[bot] | 2019-01-30 | 10 | -73/+58 | |
|\ \ \ \ | ||||||
| * | | | | 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 | 14 | -17/+277 | |
|\ \ \ \ | ||||||
| * | | | | Resolve crate | kjeremy | 2019-01-30 | 2 | -3/+2 | |
| * | | | | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 14 | -18/+279 | |
| | |/ / | |/| | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #704 #705 | bors[bot] | 2019-01-30 | 11 | -102/+128 | |
|\ \ \ \ \ | ||||||
| | * | | | | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 8 | -89/+103 | |
| | |/ / / | ||||||
| * | | | | Add category to the commands | DJMcNab | 2019-01-29 | 1 | -8/+16 | |
| * | | | | Start the extension when rust-analyzer status is run | DJMcNab | 2019-01-29 | 1 | -1/+3 | |
| * | | | | Add `cargo jinstall-lsp` as a shorthand to include jemalloc support | DJMcNab | 2019-01-29 | 2 | -4/+6 | |
| |/ / / | ||||||
* | | | | Merge #708 | bors[bot] | 2019-01-30 | 1 | -1/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Clear the console when running single tasks | kjeremy | 2019-01-30 | 1 | -1/+2 | |
|/ / / | ||||||
* | | | Merge #698 | bors[bot] | 2019-01-28 | 3 | -15/+37 | |
|\ \ \ | ||||||
| * | | | 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 | |
* | | | | Merge #700 | bors[bot] | 2019-01-28 | 1 | -8/+8 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Update insta | Jeremy A. Kolb | 2019-01-28 | 1 | -8/+8 | |
|/ / / | ||||||
* | | | Merge #697 | bors[bot] | 2019-01-28 | 5 | -3/+23 | |
|\ \ \ | ||||||
| * | | | opt-in jemalloc | Aleksey Kladov | 2019-01-28 | 5 | -3/+23 | |
|/ / / | ||||||
* | | | Merge #695 | bors[bot] | 2019-01-28 | 18 | -77/+94 | |
|\ \ \ | ||||||
| * | | | align command naming | Aleksey Kladov | 2019-01-28 | 18 | -77/+94 | |
|/ / / | ||||||
* | | | Merge #678 | bors[bot] | 2019-01-28 | 9 | -31/+152 | |
|\ \ \ | ||||||
| * | | | update salsa | Aleksey Kladov | 2019-01-28 | 4 | -20/+17 | |
| * | | | use salsa from my repo | Aleksey Kladov | 2019-01-27 | 3 | -6/+11 | |
| * | | | tweak words | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 | |
| * | | | show jemalloc | Aleksey Kladov | 2019-01-27 | 4 | -1/+73 | |
| * | | | drop obsolete comment | Aleksey Kladov | 2019-01-27 | 1 | -3/+0 | |
| * | | | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 8 | -25/+75 | |
* | | | | Merge #694 | bors[bot] | 2019-01-27 | 25 | -270/+271 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Sort completions in tests | Florian Diebold | 2019-01-27 | 25 | -270/+271 | |
|/ / / | ||||||
* | | | Merge #661 | bors[bot] | 2019-01-27 | 9 | -84/+227 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 |