aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
Commit message (Expand)AuthorAgeFilesLines
* 8024: Added the trait modifier for assoc types.Chetan Khilosiya2021-04-081-2/+12
* Merge #8421bors[bot]2021-04-081-13/+30
|\
| * Reduce allocations in Expand macroLaurențiu Nicola2021-04-081-13/+30
* | Emit folding ranges for multiline array literalsLukas Wirth2021-04-071-0/+17
* | Document `}` insertionJonas Schievink2021-04-071-0/+1
* | Make better use of `stdx::always`Jonas Schievink2021-04-071-7/+21
* | Rewrite, reparse modified fileJonas Schievink2021-04-071-49/+114
* | simplifyJonas Schievink2021-04-071-8/+6
* | Use stdx::alwaysJonas Schievink2021-04-071-5/+5
* | Complete braces more aggressivelyJonas Schievink2021-04-071-20/+35
* | Autoclose blocks when typing `{`Jonas Schievink2021-04-071-1/+46
|/
* Add space after lifetimeEmmanuel Thompson2021-04-071-0/+3
* Merge #8245bors[bot]2021-04-056-155/+167
|\
| * Replace Range<usize> usage with TextRangeLukas Wirth2021-03-301-4/+13
| * Use new new docs string source mapping in goto_def and hoverLukas Wirth2021-03-304-119/+73
| * Implement basic Documentation source to syntax range mappingLukas Wirth2021-03-304-34/+42
| * Properly resolve intra doc links in hover and goto_definitionLukas Wirth2021-03-303-39/+80
* | Add and start using TraitRef and ProjectionTy buildersFlorian Diebold2021-04-041-1/+1
* | Fix joinLines panic if run on the empty last lineEdwin Cheng2021-04-031-2/+16
* | Only populate prelude for crate-level DefMapsJonas Schievink2021-04-021-0/+42
* | Merge #8283bors[bot]2021-04-011-0/+63
|\ \
| * | Resolve associated types with type anchorsLukas Wirth2021-04-011-1/+22
| * | Resolve associated typesLukas Wirth2021-04-011-0/+42
* | | Additional syntax highlighting screenshot in manualAyomide Bamidele2021-03-311-0/+1
* | | Gif of "let = " typing assistAyomide Bamidele2021-03-311-0/+1
* | | Gifs and screenshots for features in manual (syntax highlighting and typing)Ayomide Bamidele2021-03-312-0/+4
|/ /
* | Merge #8267bors[bot]2021-03-3120-0/+37
|\ \
| * | Gifs and screenshots for features in manualAyomide Bamidele2021-03-3120-0/+37
* | | Revert "8024: Added test case for highlighting trait items."Chetan Khilosiya2021-03-302-104/+0
* | | 8024: Fix for function name change.Chetan Khilosiya2021-03-301-2/+2
* | | 8024: Added test case for highlighting trait items.Chetan Khilosiya2021-03-302-0/+104
* | | 8024: Updated the implementation for trait modifier.Chetan Khilosiya2021-03-306-20/+30
* | | 8024: Added the trait modifier for methodsChetan Khilosiya2021-03-302-1/+22
* | | Merge #8186bors[bot]2021-03-304-6/+6
|\ \ \ | |_|/ |/| |
| * | Rename target_ty to self_tyLukas Wirth2021-03-294-6/+6
* | | Fix code styleivan7702021-03-302-0/+2
* | | Improved node lookup algorithm, added more movable nodesivan7702021-03-301-13/+254
* | | Accurately classify assoc. types in pathsJonas Schievink2021-03-301-0/+15
* | | Remove code duplication in highlight injectionLukas Wirth2021-03-292-60/+35
| |/ |/|
* | formatting fixAyomide Bamidele2021-03-291-1/+1
* | Folding range for staticsAyomide Bamidele2021-03-291-0/+7
* | Folding range for constsAyomide Bamidele2021-03-291-0/+8
* | New FoldKinds - Consts, StaticsAyomide Bamidele2021-03-291-1/+5
* | Test cases for folding consts and staticsAyomide Bamidele2021-03-291-0/+20
* | Merge #8222bors[bot]2021-03-291-1/+0
|\ \ | |/ |/|
| * Don't mark unlinked file diagnostic as unusedJonas Schievink2021-03-281-1/+0
* | Merge #8212bors[bot]2021-03-289-24/+75
|\ \ | |/ |/|
| * Add support for doc on hover for macro 2.0Edwin Cheng2021-03-271-0/+31
| * Unleash macro 2.0 in hightlight and moreEdwin Cheng2021-03-278-24/+44
* | Prefer add `mod` declaration to lib.rs over file.rs in UnlinkedFile fixLukas Wirth2021-03-271-1/+1
|/