aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Code reorganisation and field supportZac Pullar-Strecker2020-10-084-56/+101
* Changes from reviewZac Pullar-Strecker2020-10-085-37/+13
* 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-085-2/+132
* Merge #6161bors[bot]2020-10-073-3/+19
|\
| * Switch from git to latest tagged release of chalk depsCasey Primozic2020-10-071-3/+3
| * Make unimplemented match variants explicitCasey Primozic2020-10-071-1/+2
| * `todo!()` -> `unimplemented!() // FIXME` for CICasey Primozic2020-10-062-3/+5
| * Bump chalk to use latest git to get fixCasey Primozic2020-10-063-3/+16
* | Merge #6154bors[bot]2020-10-075-56/+295
|\ \
| * | Clean up inlay_hintsLukas Wirth2020-10-072-19/+26
| * | Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-072-3/+5
| * | Shorten iterator chain hintsLukas Wirth2020-10-072-43/+115
| * | Move IntoIterator into FamousDefsLukas Wirth2020-10-072-31/+20
| * | Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-062-69/+85
| * | Shorten type hints for std::iter IteratorsLukas Wirth2020-10-064-9/+162
* | | Better progress APIAleksey Kladov2020-10-072-4/+9
* | | CleanupAleksey Kladov2020-10-072-22/+23
* | | Merge #6158bors[bot]2020-10-071-5/+33
|\ \ \
| * | | Added unit test for negative number literals in macros.Tim2020-10-061-0/+21
| * | | Fixed parsing of negative number literals in macros.Tim2020-10-061-5/+12
| | |/ | |/|
* | | Merge #6160bors[bot]2020-10-075-1/+448
|\ \ \ | |/ / |/| |
| * | Add validation check for ambiguous trait objectsLukas Wirth2020-10-065-1/+448
* | | Merge #6128bors[bot]2020-10-061-4/+25
|\ \ \
| * | | Trim all trailing whitespace in onEnterWesley Norris2020-10-031-4/+25
* | | | Document privacy invariant of SyntaxPtrAleksey Kladov2020-10-061-0/+2
* | | | Merge #6140bors[bot]2020-10-065-9/+81
|\ \ \ \
| * | | | add break after codeblocksRobin van Dijk2020-10-061-2/+4
| * | | | add doc describing limited capabilitiesRobin van Dijk2020-10-061-0/+2
| * | | | add docstringRobin van Dijk2020-10-051-0/+3
| * | | | honor content_format clientcapRobin van Dijk2020-10-055-9/+74
| |/ / /
* | | / Add test makrAleksey Kladov2020-10-061-0/+2
| |_|/ |/| |
* | | Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
* | | Merge #6150bors[bot]2020-10-068-46/+65
|\ \ \
| * | | Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-068-46/+65
| | |/ | |/|
* | | Merge #6148bors[bot]2020-10-062-6/+57
|\ \ \ | |/ / |/| |
| * | Fix trait object hir formatting behind pointer and referencesLukas Wirth2020-10-062-6/+57
| |/
* | Merge #6124bors[bot]2020-10-0610-31/+64
|\ \
| * | Properly name the fieldKirill Bulatov2020-10-028-24/+26
| * | Fix the hover dash issuesKirill Bulatov2020-10-024-9/+10
| * | Add a dash testKirill Bulatov2020-10-022-2/+32
* | | Merge #6139bors[bot]2020-10-066-118/+172
|\ \ \
| * | | Make ImportPrefix a configuration optionLukas Wirth2020-10-055-9/+33
| * | | Make find_path_prefixed configurableLukas Wirth2020-10-052-110/+140
| | |/ | |/|
* | | Do not leave braces for colons in dbg!Kirill Bulatov2020-10-061-2/+7
* | | Merge #6111bors[bot]2020-10-054-5/+738
|\ \ \
| * | | Add tests for convert integer literal assistvlakreeh2020-09-301-4/+570
| * | | Add ability to specify ResolvedAssist by labelvlakreeh2020-09-291-5/+22
| * | | Add convert integer literal assistvlakreeh2020-09-293-0/+150