about summary refs log tree commit diff
path: root/crates/ide/src/doc_links.rs
AgeCommit message (Expand)AuthorLines
2022-06-23clarify comment and add autolink test caseRaymond Luo-1/+1
2022-06-22condense matches on autolinkRaymond Luo-2/+2
2022-06-20handle autolink as edge caseRaymond Luo-2/+10
2022-06-20determine doc link type from start instead of text or codeRaymond Luo-8/+5
2022-06-10internal: Bump DependenciesLukas Wirth-2/+2
2022-05-22fix: special case base url of `BuiltinType` to corerainy-me-9/+13
2022-05-20minor: SimplifyLukas Wirth-12/+3
2022-05-05fix: add docs and remove unnecessary checkrainy-me-2/+2
2022-05-05fix: doc url link typerainy-me-15/+30
2022-04-10SimplifyLukas Wirth-7/+15
2022-03-09Add data queries for macrosLukas Wirth-1/+1
2022-03-08Move ide crates to new hir::MacroLukas Wirth-6/+2
2022-02-06Bump pulldown-cmark-to-cmark, adjust usages and fix testMoritz Vetter-3/+3
2022-01-21Bump pulldown-cmark and pulldown-cmark-to-cmarkLaurențiu Nicola-7/+2
2021-12-14Move out doc-links tests into a separate moduleLukas Wirth-396/+3
2021-12-04Bump pulldown-cmark-to-cmarkLaurențiu Nicola-2/+2
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-2/+2
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-4/+8
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-1/+1
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-141/+113
2021-11-05Merge #10685bors[bot]-6/+6
2021-11-04Enable markdown tablesLukas Wirth-6/+6
2021-11-03Expose version string of crates fom HIRLukas Wirth-1/+6
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-3/+3
2021-10-21Migrate to edition 2021Lukas Wirth-2/+0
2021-10-20Fix standard library doclinks not going to the correct pageLukas Wirth-35/+74
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-2/+2
2021-10-10Remove neesless clonek-nasa-1/+1
2021-09-23Support goto_def for intra-doc-links in macro invocationsLukas Wirth-1/+66
2021-08-02resolve_doc_path is able to resolve to macrosLukas Wirth-50/+73
2021-07-26SimplifyLukas Wirth-0/+1
2021-07-20cov-markLukas Wirth-1/+1
2021-07-20More testsLukas Wirth-39/+81
2021-07-20Move doc_links tests from hover to doc_linksLukas Wirth-0/+72
2021-07-20Minor cleanupsLukas Wirth-54/+50
2021-07-20Some more fragment fixesLukas Wirth-143/+104
2021-07-20Correctly generate link fragments for associated itemsLukas Wirth-110/+150
2021-07-19Add doc-link resolution test infraLukas Wirth-69/+102
2021-07-11Inline name classification reference callsLukas Wirth-2/+10
2021-07-11Explicitly check for reference locals or fields in Name classificationLukas Wirth-2/+2
2021-07-11internal: remove one more needless extern crateAleksey Kladov-1/+1
2021-07-11internal: remove unused paramAleksey Kladov-1/+1
2021-06-22Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth-16/+8
2021-06-15internal: document that we don't #[ignore] testsAleksey Kladov-6/+12
2021-06-13clippy::useless_returnMaan2003-1/+1
2021-06-13clippy::redudant_borrowMaan2003-10/+10
2021-05-24Bump misc depsLaurențiu Nicola-3/+3
2021-05-13Enable OPTION::ENABLE_TASKLISTS in pulldown_cmarkLukas Wirth-4/+4
2021-04-19Support crates/module roots in external_docsLukas Wirth-17/+41
2021-04-05Merge #8245bors[bot]-73/+59