aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Remove methodowner & fix formattingZac Pullar-Strecker2020-10-084-53/+27
* Rebase fixesZac Pullar-Strecker2020-10-082-14/+6
* 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
* Update tests for new function fieldZac Pullar-Strecker2020-10-081-12/+12
* Change Option::Some bug to a fixme noteZac Pullar-Strecker2020-10-082-3/+4
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-086-8/+30
* 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