aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/doc_links.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few clippy::perf warningskjeremy2021-02-161-1/+1
|
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-111-3/+2
|
* Fix broken link in intra-docDaiki Ihara2021-01-221-3/+20
|
* Add flyimport completion for trait assoc itemsKirill Bulatov2021-01-161-4/+4
|
* Merge #7218bors[bot]2021-01-101-2/+2
|\ | | | | | | | | | | | | | | 7218: Fix typos r=Veykril a=regexident Apart from the very last commit on this PR (which fixes a public type's name) all changes are non-breaking. Co-authored-by: Vincent Esche <[email protected]>
| * Fixed typos in code commentsVincent Esche2021-01-091-2/+2
| |
* | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-3/+1
| |
* | Support intra_doc linksDaiki Ihara2021-01-081-1/+25
|/
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-8/+8
|
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+1
|
* Support labels in reference searchLukas Wirth2020-12-241-1/+2
|
* Align code_model name with ungrammarAleksey Kladov2020-12-201-2/+2
|
* Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
| | | | | | We used to have `Def` suffix for all symbols, but we moved off from that. `FunctionDef` isn't better than `Function`. Looks like we've forgot to change `Impl` though!
* Lifetime reference searchLukas Wirth2020-12-161-1/+4
|
* 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