Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge #1514 | bors[bot] | 2019-07-08 | 1 | -4/+6 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Look for the fXX_runtime lang items during method resolution. | Marco Groppo | 2019-07-08 | 1 | -4/+6 | |
|/ / | ||||||
* | | Merge #1513 | bors[bot] | 2019-07-08 | 9 | -36/+0 | |
|\ \ | |/ |/| | ||||||
| * | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 9 | -36/+0 | |
|/ | ||||||
* | Merge #1511 | bors[bot] | 2019-07-08 | 6 | -67/+128 | |
|\ | ||||||
| * | don't send LocationLink unless the client opts-in | Aleksey Kladov | 2019-07-08 | 5 | -12/+62 | |
| * | simplify | Aleksey Kladov | 2019-07-08 | 2 | -23/+20 | |
| * | add try_conv_with_to_vec | Aleksey Kladov | 2019-07-08 | 2 | -40/+54 | |
|/ | ||||||
* | Merge #1504 | bors[bot] | 2019-07-08 | 5 | -42/+34 | |
|\ | ||||||
| * | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 4 | -18/+19 | |
| * | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 5 | -31/+22 | |
* | | Merge #1507 | bors[bot] | 2019-07-08 | 11 | -167/+85 | |
|\ \ | ||||||
| * | | cargo format | Muhammad Mominul Huque | 2019-07-07 | 6 | -14/+14 | |
| * | | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 11 | -160/+78 | |
| |/ | ||||||
* | | Merge #1506 | bors[bot] | 2019-07-07 | 1 | -4/+4 | |
|\ \ | |/ |/| | ||||||
| * | Update memchr | Jeremy Kolb | 2019-07-07 | 1 | -4/+4 | |
|/ | ||||||
* | Merge #1501 | bors[bot] | 2019-07-07 | 5 | -35/+170 | |
|\ | ||||||
| * | add projection to infer for loop variable | Unreal Hoang | 2019-07-07 | 5 | -35/+170 | |
* | | Merge #1499 | bors[bot] | 2019-07-07 | 7 | -109/+241 | |
|\ \ | ||||||
| * | | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 4 | -193/+195 | |
| * | | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 2 | -5/+119 | |
| * | | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 4 | -7/+23 | |
* | | | Merge #1502 | bors[bot] | 2019-07-07 | 2 | -75/+71 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | inline snapshot in complete_postfix | funkill2 | 2019-07-07 | 2 | -75/+71 | |
|/ / | ||||||
* | | Merge #1497 | bors[bot] | 2019-07-06 | 1 | -10/+10 | |
|\ \ | ||||||
| * | | bump regex | Jeremy Kolb | 2019-07-06 | 1 | -10/+10 | |
|/ / | ||||||
* | | Merge #1496 | bors[bot] | 2019-07-06 | 9 | -42/+171 | |
|\ \ | |/ |/| | ||||||
| * | Make EnumVariant a GenericDef and simplify some code | Florian Diebold | 2019-07-06 | 4 | -14/+21 | |
| * | Add trait obligations for where clauses when calling functions/methods | Florian Diebold | 2019-07-06 | 7 | -34/+156 | |
|/ | ||||||
* | Create FUNDING.yml | Aleksey Kladov | 2019-07-06 | 1 | -0/+12 | |
* | Merge #1495 | bors[bot] | 2019-07-05 | 2 | -9/+22 | |
|\ | ||||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 2 | -9/+22 | |
* | | Merge #1494 | bors[bot] | 2019-07-05 | 1 | -1/+6 | |
|\| | ||||||
| * | properly restrict diagnostics to a single file | Aleksey Kladov | 2019-07-05 | 1 | -1/+6 | |
* | | Merge #1493 | bors[bot] | 2019-07-05 | 11 | -30/+30 | |
|\ \ | |/ |/| | ||||||
| * | Clippy trivially_copy_pass_by_ref | Jeremy Kolb | 2019-07-05 | 11 | -30/+30 | |
|/ | ||||||
* | Merge #1491 | bors[bot] | 2019-07-05 | 5 | -36/+34 | |
|\ | ||||||
| * | readability | Jeremy Kolb | 2019-07-05 | 1 | -1/+4 | |
| * | &self -> self | Jeremy Kolb | 2019-07-05 | 1 | -13/+13 | |
| * | Clippy changes | Jeremy Kolb | 2019-07-05 | 6 | -27/+22 | |
* | | Merge #1492 | bors[bot] | 2019-07-05 | 4 | -6/+5 | |
|\ \ | |/ |/| | ||||||
| * | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 4 | -6/+5 | |
|/ | ||||||
* | Merge #1488 | bors[bot] | 2019-07-05 | 2 | -11/+11 | |
|\ | ||||||
| * | Formatting again | Jeremy Kolb | 2019-07-05 | 1 | -5/+5 | |
| * | Symplify by using into() | Jeremy Kolb | 2019-07-05 | 2 | -7/+7 | |
|/ | ||||||
* | Merge #1487 | bors[bot] | 2019-07-04 | 1 | -73/+73 | |
|\ | ||||||
| * | cargo update run | Jeremy Kolb | 2019-07-04 | 1 | -73/+73 | |
* | | Merge #1482 | bors[bot] | 2019-07-04 | 31 | -67/+61 | |
|\ \ | |/ |/| | ||||||
| * | Formatting | Jeremy Kolb | 2019-07-04 | 1 | -1/+3 | |
| * | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 31 | -70/+62 | |
|/ |