| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Remove index based fallback for goto def | Aleksey Kladov | 2021-01-22 | 1 | -48/+18 |
|/ / / |
|
* | | | Include `countme` crate to count important data structures. | Aleksey Kladov | 2021-01-21 | 1 | -0/+2 |
* | | | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 4 | -0/+9 |
* | | | Avoid intermediate collections | Aleksey Kladov | 2021-01-20 | 1 | -26/+20 |
* | | | Don't show runnable suggestions for other files | Aleksey Kladov | 2021-01-20 | 1 | -3/+32 |
* | | | . | Aleksey Kladov | 2021-01-19 | 7 | -10/+9 |
|/ / |
|
* | | Merge #7321 | bors[bot] | 2021-01-19 | 2 | -73/+136 |
|\ \ |
|
| * | | Support runnables in macros | Edwin Cheng | 2021-01-19 | 2 | -73/+136 |
* | | | Remove obsolete RangeInfo usage in references | Lukas Wirth | 2021-01-18 | 3 | -38/+20 |
| | | | |
| \ \ | |
*-. \ \ | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 2 | -4/+6 |
|\ \ \ \ |
|
| * | | | | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 2 | -4/+6 |
| | |/ /
| |/| | |
|
* | | | | Remove obsolete RangeInfo usage in rename | Lukas Wirth | 2021-01-18 | 3 | -168/+150 |
* | | | | Merge #7332 | bors[bot] | 2021-01-18 | 2 | -164/+210 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Make rename reference search use ide_db::search directly | Lukas Wirth | 2021-01-18 | 2 | -164/+210 |
| | |/
| |/| |
|
* / | | Add test for reference search on self declaration param | Lukas Wirth | 2021-01-18 | 1 | -0/+20 |
|/ / |
|
* | | Merge #7291 | bors[bot] | 2021-01-18 | 5 | -73/+49 |
|\ \ |
|
| * | | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 5 | -73/+49 |
* | | | Minor | Aleksey Kladov | 2021-01-18 | 1 | -8/+5 |
* | | | Merge #7292 | bors[bot] | 2021-01-18 | 1 | -14/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 1 | -14/+14 |
| |/ |
|
* / | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -1/+1 |
|/ |
|
* | Merge #7288 | bors[bot] | 2021-01-15 | 11 | -186/+115 |
|\ |
|
| * | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 11 | -186/+115 |
* | | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 3 | -7/+7 |
|/ |
|
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 6 | -125/+111 |
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 6 | -109/+86 |
* | Merge #7260 | bors[bot] | 2021-01-14 | 1 | -0/+37 |
|\ |
|
| * | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 1 | -0/+37 |
* | | Use upstream TextSize API | Aleksey Kladov | 2021-01-13 | 2 | -15/+3 |
* | | Merge #7262 | bors[bot] | 2021-01-13 | 1 | -3/+0 |
|\ \ |
|
| * | | Don't show internal server error on rename | Aleksey Kladov | 2021-01-13 | 1 | -3/+0 |
| |/ |
|
* | | Rename FileReferences -> UsageSearchResult | Lukas Wirth | 2021-01-12 | 1 | -5/+5 |
* | | Ensure uniqueness of file ids in reference search via hashmap | Lukas Wirth | 2021-01-12 | 3 | -59/+62 |
* | | Group references by FileId | Lukas Wirth | 2021-01-12 | 4 | -109/+116 |
|/ |
|
*---. | Merge #7051 #7219 #7245 #7246 | bors[bot] | 2021-01-11 | 2 | -85/+162 |
|\ \ \ |
|
| | * | | Add some more marks to rename tests | Lukas Wirth | 2021-01-10 | 1 | -17/+58 |
| | * | | Use local error macros in references/rename | Lukas Wirth | 2021-01-10 | 1 | -39/+30 |
| | * | | Refactor rename name checking | Lukas Wirth | 2021-01-09 | 2 | -59/+104 |
* | | | | Goto for inner doc links works for module inner doc comments | Aleksey Kladov | 2021-01-11 | 2 | -40/+54 |
| |_|/
|/| | |
|
* | | | Merge #7218 | bors[bot] | 2021-01-10 | 4 | -15/+15 |
|\ \ \ |
|
| * | | | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 4 | -15/+15 |
| | |/
| |/| |
|
* | | | Merge #7239 | bors[bot] | 2021-01-10 | 2 | -6/+5 |
|\ \ \ |
|
| * | | | Replace SyntaxKind usage with T! macro where applicable | Lukas Wirth | 2021-01-10 | 2 | -6/+5 |
* | | | | Fix typo, parentheses is plural | Laurențiu Nicola | 2021-01-10 | 9 | -133/+133 |
|/ / / |
|
* | | | Merge #6238 | bors[bot] | 2021-01-10 | 12 | -303/+346 |
|\ \ \ |
|
| * | | | Split punctuation semantic highlighting up into more tags | Lukas Wirth | 2021-01-10 | 12 | -303/+346 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #7206 #7231 | bors[bot] | 2021-01-10 | 8 | -27/+39 |
|\ \ \ \ \ |
|
| | * | | | | Cleaner API | Aleksey Kladov | 2021-01-10 | 2 | -7/+8 |
| * | | | | | Use hir::GenericParam in ide_db::Definition instead of relisting all 3 | Lukas Wirth | 2021-01-10 | 6 | -20/+31 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge #7229 | bors[bot] | 2021-01-10 | 2 | -37/+42 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|