| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-27 | minor: Freshen up goto feature docs | Lukas Wirth | -1/+1 | |
| 2022-03-30 | internal: Refactor FamousDefs builtin crate search | Lukas Wirth | -4/+1 | |
| 2021-11-22 | Unnest ide::display::navigation_target module | Lukas Wirth | -1/+1 | |
| 2021-11-11 | internal: Flatten `Definition::ModuleDef` variant | Lukas Wirth | -55/+49 | |
| 2021-10-12 | Saw a FIXME comment and decided to fix it. | Mirko Rainer | -1/+1 | |
| This renames `descend_into_macros` to `descend_into_macros_single` and `descend_into_macros_many` into `descend_into_macros`. However, this does not touch a function in `SemanticsImpl` of same name. | ||||
| 2021-09-01 | fix: make `goto_implementation` multi-token mapping aware | Lukas Wirth | -45/+66 | |
| 2021-07-15 | Simplify | Lukas Wirth | -14/+7 | |
| 2021-07-11 | Inline name classification reference calls | Lukas Wirth | -4/+12 | |
| 2021-07-11 | Explicitly check for reference locals or fields in Name classification | Lukas Wirth | -2/+2 | |
| 2021-07-11 | internal: remove one more needless extern crate | Aleksey Kladov | -1/+1 | |
| 2021-07-11 | internal: remove unused param | Aleksey Kladov | -1/+1 | |
| 2021-06-19 | minor: use minicore | Aleksey Kladov | -6/+1 | |
| 2021-06-13 | clippy::clone_on_copy | Maan2003 | -1/+1 | |
| 2021-06-11 | Replace some AssocItem::containing_trait calls trait_or_trait_impl | Lukas Wirth | -2/+2 | |
| 2021-05-25 | Also do goto implementation on assoc consts | Jade | -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. | ||||
| 2021-05-25 | feat: go to implementation on trait functions | Jade | -1/+45 | |
| Fix #8537. GIF: https://user-images.githubusercontent.com/6652840/119501981-45a45c00-bd1e-11eb-8336-9145f2888643.gif | ||||
| 2021-03-31 | Gifs and screenshots for features in manual | Ayomide Bamidele | -0/+2 | |
| 2021-03-15 | Power up goto_implementation | Lukas Wirth | -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 | ||||
| 2021-02-07 | AdtDef -> Adt | Aleksey Kladov | -5/+5 | |
| 2021-01-07 | Change <|> to $0 - Rebase | Kevaundray Wedderburn | -8/+8 | |
| 2021-01-02 | Move impls of ToNav that use source() to TryToNav | Nick Spain | -3/+3 | |
| 2020-12-17 | Rename ImplDef -> Impl | Aleksey Kladov | -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! | ||||
| 2020-12-15 | Make macro def krate mandatory | Jonas Schievink | -0/+2 | |
| Refactors builtin derive support to go through proper name resolution | ||||
| 2020-10-24 | Re-export base_db from ide_db | Igor Aleksanov | -1/+1 | |
| 2020-10-02 | rename mock_analysis -> fixture | Aleksey Kladov | -2/+2 | |
| 2020-10-02 | Get rid of MockAnalysis | Aleksey Kladov | -4/+2 | |
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -0/+229 | |
