aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src
Commit message (Expand)AuthorAgeFilesLines
* Factor format string highlighting outLukas Wirth2020-10-142-75/+90
*-. Merge #6130 #6135bors[bot]2020-10-124-5/+169
|\ \
| * | Use TextRange::contains_inclusive in fixes checkIgor Aleksanov2020-10-122-5/+4
| * | Keep SyntaxNodePtr::range privateIgor Aleksanov2020-10-121-1/+4
| * | Fix code style issuesIgor Aleksanov2020-10-121-1/+0
| * | Apply case check diagnostic to impl itemsIgor Aleksanov2020-10-121-0/+24
| * | Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+26
| * | Add diagnostics for enum names and variantsIgor Aleksanov2020-10-121-0/+26
| * | Add fix for incorrect case diagnosticIgor Aleksanov2020-10-124-3/+90
* | | Merge #6205bors[bot]2020-10-121-2/+2
|\ \ \
| * | | Fix iterator hint shortening heuristicLukas Wirth2020-10-121-2/+2
* | | | Merge #6153bors[bot]2020-10-122-6/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Improve prime_caches and display its progressJonas Schievink2020-10-122-6/+45
| |/ /
* | | Merge #6195bors[bot]2020-10-121-29/+48
|\ \ \
| * | | Also replace the associated types with iterKirill Bulatov2020-10-101-11/+14
| * | | Add a testKirill Bulatov2020-10-101-23/+39
* | | | Merge #6198bors[bot]2020-10-124-4/+124
|\ \ \ \
| * | | | Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-104-4/+124
* | | | | Merge #6199bors[bot]2020-10-121-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+1
| |/ / /
* | | | Merge #5917bors[bot]2020-10-123-10/+287
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove methodowner & fix formattingZac Pullar-Strecker2020-10-082-13/+24
| * | | Rebase fixesZac Pullar-Strecker2020-10-081-13/+5
| * | | Changes from reviewZac Pullar-Strecker2020-10-081-3/+3
| * | | Remove outdated part of doc_links module docsZac Pullar-Strecker2020-10-081-2/+0
| * | | Add ignored test to demonstrate ImportMap bugZac Pullar-Strecker2020-10-081-1/+26
| * | | Fix namespace detection & function testZac Pullar-Strecker2020-10-081-6/+2
| * | | Add testsZac Pullar-Strecker2020-10-081-2/+94
| * | | Change Option::Some bug to a fixme noteZac Pullar-Strecker2020-10-081-3/+3
| * | | Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-5/+14
| * | | Code reorganisation and field supportZac Pullar-Strecker2020-10-082-54/+47
| * | | Changes from reviewZac Pullar-Strecker2020-10-082-4/+1
| * | | Rename ide::link_rewrite -> ide::doc_links & tidy importsZac Pullar-Strecker2020-10-083-4/+4
| * | | Add support for struct & trait methodsZac Pullar-Strecker2020-10-081-7/+83
| * | | WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-082-1/+89
| | |/ | |/|
* | | Show reason for failed rename refactoringRĂ¼diger Herrmann2020-10-103-48/+134
* | | Merge #6176bors[bot]2020-10-101-0/+2
|\ \ \
| * | | add eprintln in fmt-like postfixBenjamin Coenen2020-10-081-0/+2
| |/ /
* | / adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-0/+24
| |/ |/|
* | Treat `ast::Name` in field patterns as useJonas Schievink2020-10-091-0/+46
* | Fix source_to_def for named enum variant fieldsJonas Schievink2020-10-091-0/+17
|/
* Merge #6154bors[bot]2020-10-071-39/+162
|\
| * Clean up inlay_hintsLukas Wirth2020-10-071-18/+14
| * Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-071-2/+4
| * Shorten iterator chain hintsLukas Wirth2020-10-071-36/+81
| * Move IntoIterator into FamousDefsLukas Wirth2020-10-071-23/+5
| * Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-061-57/+36
| * Shorten type hints for std::iter IteratorsLukas Wirth2020-10-061-6/+125
* | Merge #6128bors[bot]2020-10-061-4/+25
|\ \
| * | Trim all trailing whitespace in onEnterWesley Norris2020-10-031-4/+25