Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -2/+2 |
* | Reduce test verbosity | Aleksey Kladov | 2020-12-18 | 1 | -403/+109 |
* | NavTarget doesn't assume that it points to a symbol | Aleksey Kladov | 2020-12-18 | 1 | -37/+111 |
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 1 | -37/+37 |
* | Merge #6901 | bors[bot] | 2020-12-18 | 1 | -0/+6 |
|\ | |||||
| * | Temp fixes panic caused by no ast for proc-macro | Edwin Cheng | 2020-12-18 | 1 | -0/+6 |
* | | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 1 | -1/+1 |
* | | Lifetime reference search | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
|/ | |||||
* | Don't highlight parent nodes of comments on hover | Lukas Wirth | 2020-12-11 | 1 | -0/+16 |
* | Test inner and outer doc comments in hover | Lukas Wirth | 2020-12-09 | 1 | -0/+62 |
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -28/+36 |
* | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 1 | -2/+0 |
* | Show type of Self on hover | Lukas Wirth | 2020-11-29 | 1 | -45/+74 |
* | Show type of self param on hover | Lukas Wirth | 2020-11-28 | 1 | -3/+43 |
*-. | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 1 | -2/+29 |
|\ \ | |||||
| | * | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+2 |
| |/ |/| | |||||
| * | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 1 | -0/+27 |
* | | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 1 | -2/+2 |
|/ | |||||
* | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 1 | -1/+1 |
* | 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 |
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 |
* | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 |
* | Remove methodowner & fix formatting | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
* | Rename ide::link_rewrite -> ide::doc_links & tidy imports | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
* | Merge #6140 | bors[bot] | 2020-10-06 | 1 | -6/+45 |
|\ | |||||
| * | honor content_format clientcap | Robin van Dijk | 2020-10-05 | 1 | -6/+45 |
* | | Properly name the field | Kirill Bulatov | 2020-10-02 | 1 | -1/+1 |
* | | Add a dash test | Kirill Bulatov | 2020-10-02 | 1 | -0/+30 |
|/ | |||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -8/+8 |
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -46/+46 |
* | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 1 | -9/+104 |
* | Fix type walking about type of async block | oxalica | 2020-09-11 | 1 | -0/+64 |
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 1 | -0/+54 |
* | Cleanup hover links tests | Aleksey Kladov | 2020-08-26 | 1 | -88/+74 |
* | Merge remote-tracking branch 'upstream/master' into 503-hover-doc-links | Zac Pullar-Strecker | 2020-08-24 | 1 | -55/+542 |
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
* | display correctly 'impl Trait<T> + Trait<T>' #4814 | Benjamin Coenen | 2020-08-13 | 1 | -0/+19 |
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+2461 |