Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make always-assert crate reusable | Aleksey Kladov | 2021-01-26 | 1 | -5/+2 |
* | Merge #7406 | bors[bot] | 2021-01-26 | 1 | -0/+15 |
|\ | |||||
| * | replace_if_let_with_match: don't assume sad pattern | Dániel Buga | 2021-01-22 | 1 | -0/+15 |
* | | Support unions in symbol search | Lukas Wirth | 2021-01-24 | 1 | -5/+9 |
|/ | |||||
* | Merge #7353 | bors[bot] | 2021-01-22 | 1 | -0/+24 |
|\ | |||||
| * | Partially unify SymbolKind and CompletionItemKind | Lukas Wirth | 2021-01-20 | 1 | -14/+14 |
| * | Move SymbolKind to ide_db | Lukas Wirth | 2021-01-20 | 1 | -0/+24 |
* | | Add name resolution query for block expressions | Jonas Schievink | 2021-01-21 | 1 | -0/+1 |
* | | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 1 | -0/+10 |
* | | Make public DefMap fields private | Jonas Schievink | 2021-01-20 | 1 | -1/+1 |
* | | . | Aleksey Kladov | 2021-01-19 | 3 | -4/+4 |
|/ | |||||
* | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 2 | -158/+274 |
|\ | |||||
| * | Do trait solving in batch | Kirill Bulatov | 2021-01-17 | 1 | -95/+97 |
| * | Draft the working completion | Kirill Bulatov | 2021-01-17 | 2 | -16/+30 |
| * | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 2 | -130/+230 |
* | | Merge #7291 | bors[bot] | 2021-01-18 | 1 | -7/+4 |
|\ \ | |||||
| * | | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 1 | -7/+4 |
* | | | Merge #7292 | bors[bot] | 2021-01-18 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 1 | -1/+1 |
* | | | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 4 | -2/+278 |
|/ / | |||||
* / | Add Unmerge Use assist | unexge | 2021-01-15 | 1 | -1/+1 |
|/ | |||||
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 3 | -21/+36 |
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 1 | -25/+25 |
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 1 | -12/+42 |
* | Merge #7260 | bors[bot] | 2021-01-14 | 2 | -88/+121 |
|\ | |||||
| * | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 1 | -0/+1 |
| * | Move FamousDefs fixture out into its own file | Lukas Wirth | 2021-01-12 | 2 | -88/+120 |
* | | Rename FileReferences -> UsageSearchResult | Lukas Wirth | 2021-01-12 | 1 | -6/+5 |
* | | Ensure uniqueness of file ids in reference search via hashmap | Lukas Wirth | 2021-01-12 | 1 | -19/+29 |
* | | Group references by FileId | Lukas Wirth | 2021-01-12 | 1 | -37/+64 |
|/ | |||||
* | Merge #7218 | bors[bot] | 2021-01-10 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 2 | -22/+16 |
|/ | |||||
* | Merge #7145 | bors[bot] | 2021-01-08 | 1 | -0/+1 |
|\ | |||||
| * | Proper handling $crate Take 2 | Edwin Cheng | 2021-01-07 | 1 | -0/+1 |
* | | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 3 | -37/+37 |
* | | Remove some stale deprecations | Aleksey Kladov | 2021-01-07 | 1 | -1/+0 |
* | | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -2/+18 |
* | | Code review fixes | Kirill Bulatov | 2021-01-04 | 1 | -3/+18 |
* | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 |
|/ | |||||
* | Fix type error with .and_then | Nick Spain | 2021-01-02 | 1 | -15/+14 |
* | Handle not finding range in Definition::search_scope | Nick Spain | 2021-01-02 | 1 | -12/+36 |
* | Mark HasSource::source_old as deprecated but allow at all call sites | Nick Spain | 2021-01-02 | 1 | -0/+2 |
* | HasSource::source -> HasSource::source_old | Nick Spain | 2021-01-02 | 1 | -12/+12 |
* | Merge #7080 | bors[bot] | 2021-01-01 | 1 | -2/+11 |
|\ | |||||
| * | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -2/+11 |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
* | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 1 | -6/+6 |
* | | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 1 | -3/+3 |
* | | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 1 | -7/+6 |