Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #8186 | bors[bot] | 2021-03-30 | 1 | -1/+1 |
|\ | |||||
| * | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -1/+1 |
* | | Remove code duplication in highlight injection | Lukas Wirth | 2021-03-29 | 1 | -31/+32 |
|/ | |||||
* | Unleash macro 2.0 in hightlight and more | Edwin Cheng | 2021-03-27 | 1 | -1/+1 |
* | Cleanup intra_doc_link parsing | Lukas Wirth | 2021-03-23 | 1 | -82/+51 |
* | Show item info when hovering intra doc links | Lukas Wirth | 2021-03-23 | 1 | -25/+104 |
* | Semantic highlight intradoclinks in documentation | Lukas Wirth | 2021-03-17 | 1 | -7/+6 |
* | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | 2021-03-17 | 1 | -2/+2 |
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -1/+1 |
* | Fix a few clippy::perf warnings | kjeremy | 2021-02-16 | 1 | -1/+1 |
* | Wrap `BuiltinType` in code model | Jonas Schievink | 2021-02-11 | 1 | -3/+2 |
* | Fix broken link in intra-doc | Daiki Ihara | 2021-01-22 | 1 | -3/+20 |
* | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 1 | -4/+4 |
* | Merge #7218 | bors[bot] | 2021-01-10 | 1 | -2/+2 |
|\ | |||||
| * | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -2/+2 |
* | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 1 | -3/+1 |
* | | Support intra_doc links | Daiki Ihara | 2021-01-08 | 1 | -1/+25 |
|/ | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -8/+8 |
* | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -0/+1 |
* | Support labels in reference search | Lukas Wirth | 2020-12-24 | 1 | -1/+2 |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -2/+2 |
* | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 1 | -1/+1 |
* | Lifetime reference search | Lukas Wirth | 2020-12-16 | 1 | -1/+4 |
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -5/+4 |
* | Fix opening module documentation opening parent documentation instead | Zac Pullar-Strecker | 2020-10-22 | 1 | -4/+24 |
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -4/+4 |
* | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 1 | -2/+2 |
* | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 1 | -3/+3 |
* | More clarifications | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
* | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 1 | -11/+14 |
* | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 1 | -12/+23 |
* | Rebase fixes | Zac Pullar-Strecker | 2020-10-08 | 1 | -13/+5 |
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
* | Remove outdated part of doc_links module docs | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+0 |
* | Add ignored test to demonstrate ImportMap bug | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+26 |
* | Fix namespace detection & function test | Zac Pullar-Strecker | 2020-10-08 | 1 | -6/+2 |
* | Add tests | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+94 |
* | Change Option::Some bug to a fixme note | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -5/+14 |
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -53/+46 |
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+0 |
* | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+433 |