aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/doc_links.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unreachable pubsAleksey Kladov2020-11-021-5/+4
|
* Fix opening module documentation opening parent documentation insteadZac Pullar-Strecker2020-10-221-4/+24
| | | | | | The whole path/URL joining code is kind of ugly which is what led to this, but at the same time I don't really want to rewrite it right now...
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-4/+4
| | | | | | | | Declaration names sounds like a name of declaration -- something you can use for analysis. It empathically isn't, and is just a label displayed in various UI. It's important not to confuse the two, least we accidentally mix semantics with UI (I believe, there's already a case of this in the FamousDefs at least).
* Clarify the names one more timeAleksey Kladov2020-10-151-2/+2
|
* More idiomatic classification APIAleksey Kladov2020-10-151-3/+3
|
* More clarificationsAleksey Kladov2020-10-151-1/+1
|
* Clarify NameClass names a bitAleksey Kladov2020-10-151-1/+1
|
* Bump pulldown-cmarkLaurențiu Nicola2020-10-131-11/+14
|
* Remove methodowner & fix formattingZac Pullar-Strecker2020-10-081-12/+23
|
* 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
| | | | IMO this is too much work to be worth fixing at the moment.
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-5/+14
| | | | | | | | | Currently a method only has defaultness if it is a provided trait method, but this will change when specialisation is available and may need to become a concept known to hir. I opted to go for a 'fewest changes' approach given specialisation is still under development.
* Code reorganisation and field supportZac Pullar-Strecker2020-10-081-53/+46
|
* Changes from reviewZac Pullar-Strecker2020-10-081-3/+0
|
* Rename ide::link_rewrite -> ide::doc_links & tidy importsZac Pullar-Strecker2020-10-081-0/+433