Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also do goto implementation on assoc consts | Jade | 2021-05-25 | 1 | -2/+26 |
| | | | | | | | | I forgot to put this into #8988, sorry. Goto implementation on a const on the trait will go to the implementations with their respective definitions of the const, if present. | ||||
* | feat: go to implementation on trait functions | Jade | 2021-05-25 | 1 | -1/+45 |
| | | | | | | | Fix #8537. GIF: https://user-images.githubusercontent.com/6652840/119501981-45a45c00-bd1e-11eb-8336-9145f2888643.gif | ||||
* | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+2 |
| | |||||
* | Power up goto_implementation | Lukas Wirth | 2021-03-15 | 1 | -48/+82 |
| | | | | | by allowing it to be invoked on references of names, showing all (trait) implementations of the given type in all crates including builtin types | ||||
* | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 1 | -5/+5 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -8/+8 |
| | |||||
* | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 1 | -3/+3 |
| | |||||
* | Rename ImplDef -> Impl | Aleksey Kladov | 2020-12-17 | 1 | -3/+3 |
| | | | | | | 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! | ||||
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -0/+2 |
| | | | | Refactors builtin derive support to go through proper name resolution | ||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -4/+2 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+229 |