Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete RangeInfo usage in rename | Lukas Wirth | 2021-01-18 | 4 | -169/+151 |
* | 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 back jemalloc support | Jonas Schievink | 2021-01-18 | 4 | -1/+18 |
* | | cargo update | kjeremy | 2021-01-18 | 1 | -4/+4 |
* | | Merge #7331 | bors[bot] | 2021-01-18 | 2 | -1/+5 |
|\ \ | |||||
| * | | shrink_to_fit `TokenMap`'s backing storage | Jonas Schievink | 2021-01-18 | 2 | -1/+5 |
* | | | Merge #7326 | bors[bot] | 2021-01-18 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | cargo fmt | Kevaundray Wedderburn | 2021-01-18 | 1 | -1/+1 |
| * | | | use `is_ident` method | Kevaundray Wedderburn | 2021-01-18 | 1 | -2/+2 |
* | | | | Merge #7329 | bors[bot] | 2021-01-18 | 1 | -0/+20 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Add test for reference search on self declaration param | Lukas Wirth | 2021-01-18 | 1 | -0/+20 |
* | | | | Merge #7327 | bors[bot] | 2021-01-18 | 1 | -9/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove `item_tree::Expr` | Jonas Schievink | 2021-01-18 | 1 | -9/+1 |
| | |/ | |/| | |||||
* / | | Add `MacroType` syntax | Jonas Schievink | 2021-01-18 | 3 | -2/+34 |
|/ / | |||||
* | | Merge #7291 | bors[bot] | 2021-01-18 | 26 | -165/+233 |
|\ \ | |||||
| * | | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 26 | -165/+233 |
* | | | Merge #7323 | bors[bot] | 2021-01-18 | 1 | -8/+5 |
|\ \ \ | |||||
| * | | | Minor | Aleksey Kladov | 2021-01-18 | 1 | -8/+5 |
* | | | | Use assert_never properly | Aleksey Kladov | 2021-01-18 | 1 | -1/+3 |
|/ / / | |||||
* | | | Merge #7320 | bors[bot] | 2021-01-18 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Enable serde_json unbounded_depth feature | Laurențiu Nicola | 2021-01-18 | 1 | -1/+1 |
* | | | | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 5 | -71/+100 |
|/ / / | |||||
* | | | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
* | | | Merge #7317 | bors[bot] | 2021-01-18 | 3 | -0/+5 |
|\ \ \ | |||||
| * | | | Add profile call | Aleksey Kladov | 2021-01-18 | 3 | -0/+5 |
* | | | | Merge #7292 | bors[bot] | 2021-01-18 | 6 | -27/+27 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 6 | -27/+27 |
* | | | | Add missing inlines | Aleksey Kladov | 2021-01-17 | 1 | -0/+3 |
* | | | | Less annoying `mod` completion | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
* | | | | :arrow_up: arena | Aleksey Kladov | 2021-01-17 | 5 | -5/+5 |
* | | | | Use ‘index’ terminology for arena consistently | Aramis Razzaghipour | 2021-01-17 | 4 | -7/+7 |
* | | | | Merge #7276 | bors[bot] | 2021-01-17 | 10 | -10/+10 |
|\ \ \ \ | |||||
| * | | | | Remove map module from la-arena public API | Aramis Razzaghipour | 2021-01-15 | 10 | -10/+10 |
* | | | | | Merge #7304 | bors[bot] | 2021-01-17 | 5 | -5/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Depend on local copy of la-arena instead of crates.io’s | Aramis Razzaghipour | 2021-01-17 | 5 | -5/+5 |
* | | | | | | When building an item-tree, keep fewer nodes in memory | Aleksey Kladov | 2021-01-16 | 2 | -7/+25 |
* | | | | | | Unindent the test | Kirill Bulatov | 2021-01-16 | 1 | -22/+22 |
* | | | | | | Use specific kind for the flyimport completions | Kirill Bulatov | 2021-01-16 | 1 | -5/+10 |
* | | | | | | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 20 | -332/+411 |
| |_|/ / / |/| | | | | |||||
* | | | | | Add test mark for skipping single use item | unexge | 2021-01-15 | 1 | -0/+3 |
* | | | | | Create new nodes only when applying changes | unexge | 2021-01-15 | 1 | -16/+31 |
* | | | | | Add Unmerge Use assist | unexge | 2021-01-15 | 5 | -3/+236 |
| |_|/ / |/| | | | |||||
* | | | | Merge #7288 | bors[bot] | 2021-01-15 | 39 | -250/+254 |
|\ \ \ \ | |||||
| * | | | | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 39 | -250/+254 |
* | | | | | Merge #7287 | bors[bot] | 2021-01-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Make SyntaxPtr lookup logarithmic | Aleksey Kladov | 2021-01-15 | 1 | -1/+1 |
* | | | | | | Merge #7285 | bors[bot] | 2021-01-15 | 5 | -282/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't duplicate rustc diagnostics fixes | Jonas Schievink | 2021-01-15 | 5 | -282/+32 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge #7286 | bors[bot] | 2021-01-15 | 9 | -28/+20 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |