| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-03-02 | rename syntax_mapping as well | Aleksey Kladov | -4/+4 |
| 2019-03-02 | rename syntax-mapping -> source-map | Aleksey Kladov | -2/+2 |
| 2019-02-24 | complete patterns | Aleksey Kladov | -0/+101 |
| 2019-02-24 | Rename Type => TypeAlias | Florian Diebold | -3/+3 |
| 2019-02-24 | move testing functions | Aleksey Kladov | -20/+11 |
| 2019-02-24 | move the rest of presentation to presentation | Aleksey Kladov | -50/+20 |
| 2019-02-24 | move more code to presentation | Aleksey Kladov | -88/+57 |
| 2019-02-24 | move res completion to presentation | Aleksey Kladov | -41/+42 |
| 2019-02-24 | simplify | Aleksey Kladov | -31/+31 |
| 2019-02-24 | move enum-variants to presentation | Aleksey Kladov | -21/+21 |
| 2019-02-24 | simplify | Aleksey Kladov | -35/+31 |
| 2019-02-24 | move presentaion completion to presentation | Aleksey Kladov | -80/+80 |
| 2019-02-24 | move function rendering to presentation | Aleksey Kladov | -24/+49 |
| 2019-02-24 | introduce completion presentation | Aleksey Kladov | -32/+40 |
| 2019-02-24 | complete fields in struct literals | Aleksey Kladov | -7/+16 |
| 2019-02-24 | complete struct literals | Aleksey Kladov | -0/+70 |
| 2019-02-18 | more compact edits in insta | Aleksey Kladov | -1161/+339 |
| 2019-02-18 | Don't use additional_text_edits API internally | Aleksey Kladov | -378/+1274 |
| 2019-02-18 | More orthogonal method naming | Aleksey Kladov | -9/+4 |
| 2019-02-18 | More compact debug representation for completion | Aleksey Kladov | -1883/+610 |
| 2019-02-17 | Don't render `()` in calls to assoc functions | Aleksey Kladov | -6/+42 |
| 2019-02-17 | Unify with the autorefed/autoderefed receiver type during method resolution | Florian Diebold | -1/+1 |
| 2019-02-14 | use better label for &mut ref completion | Aleksey Kladov | -11/+11 |
| 2019-02-14 | tweak postfix completions | Aleksey Kladov | -13/+60 |
| 2019-02-14 | add ref postfix template | Aleksey Kladov | -3/+27 |
| 2019-02-13 | Complete names from prelude | Florian Diebold | -1/+74 |
| 2019-02-12 | Filter attributes from the completion details/label | Laurențiu Nicola | -0/+46 |
| 2019-02-12 | Fix some typos | Pascal Hertleif | -1/+1 |
| 2019-02-12 | Implement completion for associated items | Laurențiu Nicola | -1/+223 |
| 2019-02-11 | fix regression in self-referential completion | Aleksey Kladov | -15/+31 |
| 2019-02-11 | use extern prelude in Resolver | Aleksey Kladov | -0/+38 |
| 2019-02-08 | reformat the world | Aleksey Kladov | -46/+19 |
| 2019-02-06 | Some clippy cleanups | kjeremy | -9/+6 |
| 2019-02-04 | Complete extern prelude (again) | Florian Diebold | -0/+36 |
| 2019-02-03 | fold complete_postfix tests into one | Hoàng Đức Hiếu | -411/+3 |
| 2019-02-02 | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | -6/+212 |
| 2019-02-01 | Some cleanup and additional tests | Florian Diebold | -24/+120 |
| 2019-02-01 | Make the Resolution variants tuple variants | Florian Diebold | -18/+14 |
| 2019-02-01 | Cleanup | Florian Diebold | -4/+4 |
| 2019-02-01 | Use the new Resolver API in completion | Florian Diebold | -68/+74 |
| 2019-01-29 | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | -25/+10 |
| 2019-01-27 | Sort completions in tests | Florian Diebold | -270/+271 |
| 2019-01-25 | Add docs to struct fields | Jeremy A. Kolb | -6/+14 |
| 2019-01-25 | Add module documentation support | Jeremy A. Kolb | -1/+43 |
| 2019-01-25 | EnumVariant details for completion | Jeremy A. Kolb | -6/+107 |
| 2019-01-25 | use positional ids for fields | Aleksey Kladov | -2/+2 |
| 2019-01-25 | pack enum variants into arena | Aleksey Kladov | -5/+5 |
| 2019-01-25 | rename def_id -> def | Aleksey Kladov | -4/+1 |
| 2019-01-24 | Merge #623 | bors[bot] | -46/+30 |
| 2019-01-25 | ModuleDef is Def-free | Aleksey Kladov | -1/+0 |
