| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto-upgrade some insta snapshots | Aleksey Kladov | 2019-11-15 | 1 | -47/+47 |
* | tweak fn labels in completion | Aleksey Kladov | 2019-10-10 | 1 | -7/+7 |
* | if completion does auto-insertion, indicate this in the label | Aleksey Kladov | 2019-10-10 | 1 | -89/+96 |
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | rename AdtDef -> Adt | Aleksey Kladov | 2019-09-12 | 1 | -2/+2 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -14/+14 |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -1/+1 |
* | Employ early return pattern more | Evgenii P | 2019-08-04 | 1 | -15/+19 |
* | Use std::future::Future trait from stdlib | Evgenii P | 2019-08-03 | 1 | -11/+8 |
* | do fixup: remove unused imports in complete_dot.rs | Evgenii P | 2019-08-02 | 1 | -4/+1 |
* | Change postfix completion to keyword completion | Evgenii P | 2019-08-02 | 1 | -22/+8 |
* | Use future lang item instead of hardcoded std::future::Future | Evgenii P | 2019-08-02 | 1 | -6/+11 |
* | rustfmt | Evgenii P | 2019-08-02 | 1 | -6/+6 |
* | Implement completion for the .await syntax | Evgenii P | 2019-08-02 | 1 | -10/+70 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -4/+5 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+2 |
* | Deduplicate method candidates | Florian Diebold | 2019-06-29 | 1 | -1/+31 |
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -2/+2 |
* | Implement autoderef using the Deref trait | Florian Diebold | 2019-06-15 | 1 | -1/+1 |
* | Fix clippy::single_match | Alan Du | 2019-06-04 | 1 | -4/+3 |
* | :arrow_up: rustc | Aleksey Kladov | 2019-05-23 | 1 | -117/+135 |
* | Differentiate Tuple / FnPtr type constructors by cardinality | Florian Diebold | 2019-05-04 | 1 | -1/+1 |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 1 | -1/+27 |
* | generalize SourceAnalyzer to handle all defs with bodies | Aleksey Kladov | 2019-04-11 | 1 | -0/+24 |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -9/+2 |
* | Use inline snapshots in complete_dot | Ville Penttinen | 2019-04-10 | 1 | -27/+136 |
* | Rudimentarily autocomplete tuple struct field access | robojumper | 2019-04-06 | 1 | -0/+22 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 |
* | Rename name field to ctor as well | Florian Diebold | 2019-03-21 | 1 | -1/+1 |
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 1 | -3/+3 |
* | Remove the old variants replaced by Ty::Apply | Florian Diebold | 2019-03-21 | 1 | -15/+12 |
* | rename syntax_mapping as well | Aleksey Kladov | 2019-03-02 | 1 | -2/+2 |
* | rename syntax-mapping -> source-map | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
* | move testing functions | Aleksey Kladov | 2019-02-24 | 1 | -2/+1 |
* | simplify | Aleksey Kladov | 2019-02-24 | 1 | -4/+4 |
* | move function rendering to presentation | Aleksey Kladov | 2019-02-24 | 1 | -9/+2 |
* | introduce completion presentation | Aleksey Kladov | 2019-02-24 | 1 | -20/+4 |
* | Unify with the autorefed/autoderefed receiver type during method resolution | Florian Diebold | 2019-02-17 | 1 | -1/+1 |
* | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 1 | -0/+20 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -3/+1 |
* | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 1 | -2/+6 |
* | use positional ids for fields | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 |
* | Merge #623 | bors[bot] | 2019-01-24 | 1 | -4/+5 |
|\ |
|
| * | adapt ide_api to the new API | Aleksey Kladov | 2019-01-24 | 1 | -17/+15 |
| * | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -15/+18 |
* | | Display type when completing tuples | Jeremy Kolb | 2019-01-24 | 1 | -1/+15 |
|/ |
|
* | Merge #574 | bors[bot] | 2019-01-20 | 1 | -18/+27 |
|\ |
|
| * | use a combination of `source_change` and `text_edit` for `CompleteItem` | gfreezy | 2019-01-20 | 1 | -5/+9 |
| * | refactor to use `remove_range` and `replace_range` instead of TextEdit | gfreezy | 2019-01-19 | 1 | -6/+10 |
| * | refactor completions to use TextEdit instead of InsertText | gfreezy | 2019-01-19 | 1 | -13/+14 |