Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: insta | Aleksey Kladov | 2019-01-21 | 4 | -25/+68 |
| | |||||
* | Merge #590 | bors[bot] | 2019-01-21 | 29 | -55/+159 |
|\ | | | | | | | | | | | | | | | 590: Use insta for ty tests r=matklad a=flodiebold Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Use insta for ty tests | Florian Diebold | 2019-01-21 | 29 | -55/+159 |
| | | |||||
* | | Merge #588 | bors[bot] | 2019-01-21 | 4 | -9/+9 |
|\ \ | |/ |/| | | | | | | | | | | | 588: Fix .not postfix completion r=matklad a=flodiebold The postfix snippets are awesome! I don't think the `.not` one is supposed to always replace the receiver by literally `!not` :smile: Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Fix .not postfix completion | Florian Diebold | 2019-01-21 | 4 | -9/+9 |
|/ | |||||
* | Merge #586 | bors[bot] | 2019-01-21 | 3 | -3/+27 |
|\ | | | | | | | | | | | | | | | 586: Fix panic trying to get substs on unknown type r=matklad a=flodiebold Fixes #585. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Fix panic trying to get substs on unknown type | Florian Diebold | 2019-01-21 | 3 | -3/+27 |
|/ | | | | Fixes #585. | ||||
* | mention guide in architecture | Aleksey Kladov | 2019-01-21 | 1 | -0/+3 |
| | |||||
* | add illustrations | Aleksey Kladov | 2019-01-21 | 1 | -3/+12 |
| | |||||
* | Apply suggestions from code review | Pascal Hertleif | 2019-01-21 | 1 | -71/+71 |
| | | | Co-Authored-By: matklad <[email protected]> | ||||
* | create a reference cycle by linking the video | Aleksey Kladov | 2019-01-21 | 1 | -3/+4 |
| | |||||
* | reach fixed-point for rust-analyzer spelling | Aleksey Kladov | 2019-01-21 | 1 | -8/+8 |
| | |||||
* | fix a ton of typos | Aleksey Kladov | 2019-01-21 | 1 | -36/+36 |
| | |||||
* | fix the tag | Aleksey Kladov | 2019-01-21 | 1 | -3/+5 |
| | |||||
* | complete completion section | Aleksey Kladov | 2019-01-21 | 1 | -0/+34 |
| | |||||
* | start completions walkthrough | Aleksey Kladov | 2019-01-21 | 1 | -0/+12 |
| | |||||
* | write about type inference | Aleksey Kladov | 2019-01-21 | 1 | -1/+28 |
| | |||||
* | source map pattern | Aleksey Kladov | 2019-01-21 | 1 | -0/+57 |
| | |||||
* | guide about recursive macto magic | Aleksey Kladov | 2019-01-21 | 1 | -11/+53 |
| | |||||
* | start chapter about interners | Aleksey Kladov | 2019-01-21 | 1 | -2/+28 |
| | |||||
* | finish modules section | Aleksey Kladov | 2019-01-21 | 1 | -9/+10 |
| | |||||
* | add guide | Aleksey Kladov | 2019-01-21 | 1 | -0/+364 |
| | |||||
* | Merge #582 | bors[bot] | 2019-01-21 | 6 | -30/+312 |
|\ | | | | | | | | | | | | | | | 582: Postfix completion r=matklad a=gfreezy resolved #525 Co-authored-by: gfreezy <[email protected]> | ||||
| * | postfix completion | gfreezy | 2019-01-21 | 6 | -30/+312 |
| | | |||||
* | | Merge #581 | bors[bot] | 2019-01-21 | 1 | -4/+4 |
|\ \ | |/ |/| | | | | | | | | | | | 581: Typo fix r=DJMcNab a=gfreezy Co-authored-by: gfreezy <[email protected]> | ||||
| * | typos fix | gfreezy | 2019-01-21 | 1 | -4/+4 |
|/ | |||||
* | Merge #574 | bors[bot] | 2019-01-20 | 54 | -318/+2206 |
|\ | | | | | | | | | | | | | | | | | 574: refactor completions to use TextEdit instead of InsertText r=matklad a=gfreezy 1. migrate from `insertText` to `TextEdit` from `CompleteItem` 2. use `insta` to test completions Co-authored-by: gfreezy <[email protected]> | ||||
| * | 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 |
| | | |||||
* | | Merge #580 | bors[bot] | 2019-01-20 | 3 | -27/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 580: extend selection expands macros and can totally panic r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|/ / | |||||
* | | Merge #579 | bors[bot] | 2019-01-20 | 3 | -2/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 579: Fix panic on inferring field access on an enum r=matklad a=flodiebold Seen while skipping through https://youtu.be/ANKBNiSWyfc ;) Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | Fix panic on inferring field access on an enum | Florian Diebold | 2019-01-20 | 3 | -2/+24 |
|/ / | |||||
* | | Merge #576 | bors[bot] | 2019-01-19 | 21 | -97/+805 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 576: Beginnings of generics r=matklad a=flodiebold This implements the beginnings of the generics infrastructure; generic parameters for structs work and are correctly substituted in fields. Functions and methods aren't handled at all yet (as the tests show). The name resolution in `ty` really needs refactoring now, I hope to do that next ;) Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | 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 |
| | | | | | | | | | | | | E.g. `let x: A<X>` is handled correctly. | ||||
| * | | 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 HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions | ||||
| * | | Add some tests | Florian Diebold | 2019-01-19 | 4 | -0/+121 |
|/ / |