Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #592 | bors[bot] | 2019-01-22 | 5 | -37/+91 |
|\ | |||||
| * | No need for is_type_start | Erlend Tobiassen | 2019-01-22 | 2 | -9/+1 |
| * | Prefer TYPE_FIRST | Erlend Tobiassen | 2019-01-22 | 1 | -4/+4 |
| * | Update tests after allowing where predicate to accept types | Erlend Tobiassen | 2019-01-22 | 5 | -20/+68 |
| * | Optimistically bail out of where clause loop if not at start of a type or lif... | Erlend Tobiassen | 2019-01-22 | 2 | -12/+24 |
| * | Don't leave a marker hanging without completing it. | Erlend Tobiassen | 2019-01-22 | 1 | -2/+1 |
| * | Allow types to the left of : in where predicates. | Erlend Tobiassen | 2019-01-22 | 1 | -24/+27 |
* | | fold macros | Aleksey Kladov | 2019-01-22 | 1 | -1/+12 |
|/ | |||||
* | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 3 | -3/+3 |
* | Merge #590 | bors[bot] | 2019-01-21 | 28 | -55/+158 |
|\ | |||||
| * | Use insta for ty tests | Florian Diebold | 2019-01-21 | 28 | -55/+158 |
* | | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 |
|/ | |||||
* | Fix panic trying to get substs on unknown type | Florian Diebold | 2019-01-21 | 3 | -3/+27 |
* | Merge #582 | bors[bot] | 2019-01-21 | 6 | -30/+312 |
|\ | |||||
| * | postfix completion | gfreezy | 2019-01-21 | 6 | -30/+312 |
* | | typos fix | gfreezy | 2019-01-21 | 1 | -4/+4 |
|/ | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 54 | -318/+2206 |
|\ | |||||
| * | fix tests | gfreezy | 2019-01-20 | 8 | -19/+19 |
| * | workaround for trigger character | gfreezy | 2019-01-20 | 1 | -1/+5 |
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 48 | -295/+305 |
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 47 | -755/+619 |
| * | ignore unused methods | gfreezy | 2019-01-19 | 1 | -0/+3 |
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 54 | -313/+2320 |
* | | extend selection expands macros and can totally panic | Aleksey Kladov | 2019-01-20 | 3 | -7/+11 |
* | | somewhat better name | Aleksey Kladov | 2019-01-20 | 2 | -2/+2 |
* | | make matching brace consistent | Aleksey Kladov | 2019-01-20 | 2 | -4/+4 |
* | | use with_db consistently | Aleksey Kladov | 2019-01-20 | 1 | -14/+7 |
* | | Fix panic on inferring field access on an enum | Florian Diebold | 2019-01-20 | 3 | -2/+24 |
* | | Add an assert | Florian Diebold | 2019-01-19 | 1 | -0/+1 |
* | | Generics -> GenericParams | Florian Diebold | 2019-01-19 | 7 | -41/+41 |
* | | Make generics work in struct patterns | Florian Diebold | 2019-01-19 | 3 | -17/+87 |
* | | Collect generic args in struct variant paths as well | Florian Diebold | 2019-01-19 | 2 | -15/+24 |
* | | Collect generic args in type paths | Florian Diebold | 2019-01-19 | 2 | -8/+100 |
* | | Make Module impl methods crate-private, update some comments | Florian Diebold | 2019-01-19 | 3 | -8/+23 |
* | | Add AST/HIR for type args in path segments | Florian Diebold | 2019-01-19 | 5 | -23/+217 |
* | | Implement beginnings of generics | Florian Diebold | 2019-01-19 | 13 | -82/+288 |
* | | Add some tests | Florian Diebold | 2019-01-19 | 4 | -0/+121 |
* | | Refactor/simplify path resolution | Florian Diebold | 2019-01-19 | 1 | -31/+33 |
|/ | |||||
* | Change parsing of struct field patterns | Marcus Klaas de Vries | 2019-01-19 | 5 | -40/+46 |
* | Finish move of StructField for pattern type inference | Marcus Klaas de Vries | 2019-01-19 | 3 | -31/+46 |
* | Replace Expectation by &Ty in `infer_pat` method | Marcus Klaas de Vries | 2019-01-19 | 1 | -24/+23 |
* | Move parsing of field pattern lists to the parser (where it belongs) | Marcus Klaas de Vries | 2019-01-19 | 6 | -64/+71 |
* | Move pattern type inference from adt::StructField to core_model_impl (WIP) | Marcus Klaas de Vries | 2019-01-19 | 2 | -16/+16 |
* | Address issues flagged in review | Marcus Klaas de Vries | 2019-01-19 | 3 | -75/+45 |
* | Fix bug in match arm type unification | Marcus Klaas de Vries | 2019-01-19 | 1 | -1/+1 |
* | Fixup annotated bindings | Marcus Klaas de Vries | 2019-01-19 | 6 | -30/+54 |
* | Add initial (flawed) implementation of binding annotations | Marcus Klaas de Vries | 2019-01-19 | 7 | -5/+97 |
* | Make pattern inference work w/o proper expecations | Marcus Klaas de Vries | 2019-01-19 | 2 | -35/+63 |
* | Infer pattern types for lambdas and loops | Marcus Klaas de Vries | 2019-01-19 | 2 | -15/+39 |
* | Implement match binding type inference and arm unification | Marcus Klaas de Vries | 2019-01-19 | 2 | -8/+25 |