Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #7615 | bors[bot] | 2021-02-09 | 3 | -8/+66 | |
|\ \ \ \ | ||||||
| * | | | | Add parsing benchmark | Aleksey Kladov | 2021-02-09 | 3 | -8/+66 | |
* | | | | | Merge #7614 | bors[bot] | 2021-02-09 | 7 | -237/+333 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Remove unneeded return | Jonas Schievink | 2021-02-09 | 1 | -2/+2 | |
| * | | | | Remove `pub` | Jonas Schievink | 2021-02-09 | 1 | -2/+2 | |
| * | | | | Use `block_def_map` in `Resolver` | Jonas Schievink | 2021-02-09 | 1 | -118/+97 | |
| * | | | | Teach `find_path` about inner items | Jonas Schievink | 2021-02-09 | 1 | -10/+91 | |
| * | | | | Add another block def map test | Jonas Schievink | 2021-02-09 | 1 | -0/+27 | |
| * | | | | Make `with_ancestor_maps` public | Jonas Schievink | 2021-02-09 | 1 | -1/+1 | |
| * | | | | Add `TestDB::module_at_position` | Jonas Schievink | 2021-02-09 | 2 | -104/+99 | |
| * | | | | Add expression scopes for blocks | Jonas Schievink | 2021-02-09 | 1 | -4/+18 | |
| |/ / / | ||||||
* / / / | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 6 | -4001/+96 | |
|/ / / | ||||||
* | | | restore accidentally deleted test | Aleksey Kladov | 2021-02-09 | 1 | -0/+13 | |
* | | | More precise navigation to parent | Aleksey Kladov | 2021-02-09 | 3 | -10/+13 | |
* | | | Cleanup tests | Aleksey Kladov | 2021-02-09 | 3 | -55/+53 | |
* | | | Cleanup test | Aleksey Kladov | 2021-02-09 | 1 | -20/+21 | |
* | | | Modernize tests | Aleksey Kladov | 2021-02-09 | 1 | -197/+169 | |
| |/ |/| | ||||||
* | | Merge #7602 | bors[bot] | 2021-02-08 | 2 | -11/+38 | |
|\ \ | ||||||
| * | | Check for dyn impls in method resolution | Lukas Wirth | 2021-02-08 | 2 | -11/+38 | |
* | | | Update crates | kjeremy | 2021-02-08 | 3 | -6/+7 | |
* | | | Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �... | Vincent Esche | 2021-02-08 | 5 | -31/+70 | |
* | | | Add `config: &CargoConfig` parameter to `fn load_cargo(…)` | Vincent Esche | 2021-02-08 | 5 | -7/+18 | |
* | | | chore: swap order of placeholders | Gowri | 2021-02-08 | 1 | -1/+1 | |
* | | | ci: update relevant test case expected values | Gowri | 2021-02-07 | 1 | -0/+7 | |
* | | | fix: add for keyword in completion #7588 | Gowri | 2021-02-07 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 8 | -38/+38 | |
* | | Add a semantic token type for char literals | petr-tik | 2021-02-05 | 2 | -1/+3 | |
|/ | ||||||
* | Test `super` resolution too | Jonas Schievink | 2021-02-05 | 1 | -0/+2 | |
* | Fix resolution of `self` module within blocks | Jonas Schievink | 2021-02-05 | 2 | -7/+17 | |
* | Merge #7572 | bors[bot] | 2021-02-05 | 3 | -29/+30 | |
|\ | ||||||
| * | Add `find_or_create_impl_block` to assist utils | Yoshua Wuyts | 2021-02-05 | 3 | -29/+30 | |
* | | Merge #7574 | bors[bot] | 2021-02-05 | 7 | -17/+8 | |
|\ \ | ||||||
| * | | Remove redundant clones | Yoshua Wuyts | 2021-02-05 | 7 | -17/+8 | |
| |/ | ||||||
* | | Merge #7505 | bors[bot] | 2021-02-05 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Increase Highlights highlight range to covering element | Lukas Wirth | 2021-02-04 | 1 | -1/+1 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #7570 #7571 | bors[bot] | 2021-02-05 | 5 | -163/+162 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| | * | | Cleanup decl_check | Lukas Wirth | 2021-02-05 | 3 | -162/+152 | |
| * | | | Add doc gen to the `generate_enum_match_method` assist | Yoshua Wuyts | 2021-02-05 | 2 | -1/+10 | |
* | | | | Merge #7562 | bors[bot] | 2021-02-05 | 5 | -64/+317 | |
|\| | | | ||||||
| * | | | Move `find_struct_impl` to assist utils | Yoshua Wuyts | 2021-02-05 | 3 | -154/+85 | |
| * | | | add `generate-enum-match` assist | Yoshua Wuyts | 2021-02-05 | 3 | -0/+322 | |
* | | | | Merge #7568 | bors[bot] | 2021-02-05 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix merging of `segment_index` in path resolution | Jonas Schievink | 2021-02-05 | 1 | -2/+5 | |
| | |/ / | |/| | | ||||||
* / | | | Remove unnecessary allocs in case_conv | Lukas Wirth | 2021-02-05 | 1 | -18/+16 | |
|/ / / | ||||||
* | | | Merge #7535 | bors[bot] | 2021-02-05 | 4 | -1/+2189 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | allow extracted body to be indented(dedent it) | Vladyslav Katasonov | 2021-02-05 | 1 | -13/+101 | |
| * | | allow transitive `&mut` access for fields in extract_function | Vladyslav Katasonov | 2021-02-05 | 1 | -27/+92 | |
| * | | add tests for extracting if/match/while/for exprs | Vladyslav Katasonov | 2021-02-04 | 1 | -0/+120 | |
| * | | document extract_function assist implementation | Vladyslav Katasonov | 2021-02-04 | 1 | -22/+126 | |
| * | | use `&T` for non copy params of extracted function | Vladyslav Katasonov | 2021-02-04 | 1 | -2/+55 |