aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix send->sent typoZac Pullar-Strecker2020-10-081-7/+7
* Change Option::Some bug to a fixme noteZac Pullar-Strecker2020-10-082-3/+4
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-087-9/+31
* Document the protocol extensionZac Pullar-Strecker2020-10-081-1/+12
* Code reorganisation and field supportZac Pullar-Strecker2020-10-086-60/+105
* Changes from reviewZac Pullar-Strecker2020-10-086-47/+14
* 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-089-4/+176
* Merge #6161bors[bot]2020-10-075-12/+28
|\
| * Switch from git to latest tagged release of chalk depsCasey Primozic2020-10-072-11/+15
| * 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-065-16/+25
* | 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
* | | minorAleksey Kladov2020-10-071-1/+1
* | | Merge #6167bors[bot]2020-10-071-178/+210
|\ \ \
| * | | minorAleksey Kladov2020-10-071-11/+11
| * | | Add comparisons guideline to styleAleksey Kladov2020-10-071-0/+27
| * | | Reorg styleAleksey Kladov2020-10-071-176/+181
|/ / /
* | | Merge #6166bors[bot]2020-10-072-4/+9
|\ \ \
| * | | Better progress APIAleksey Kladov2020-10-072-4/+9
|/ / /
* | | Merge #6165bors[bot]2020-10-072-22/+23
|\ \ \
| * | | 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 #6159bors[bot]2020-10-071-0/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Update manual.adocAdrian Stanciu2020-10-061-0/+17
|/ / /
* | | Merge #6128bors[bot]2020-10-061-4/+25
|\ \ \
| * | | Trim all trailing whitespace in onEnterWesley Norris2020-10-031-4/+25
* | | | Merge #6157bors[bot]2020-10-061-0/+2
|\ \ \ \
| * | | | 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