aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/doc_links.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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