aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Resolve TupleStructPat in SourceAnalyzer::resolve_pathLukas Wirth2021-02-102-6/+34
* Show qualified variant pattern completionsLukas Wirth2021-02-094-45/+95
* Merge #7616bors[bot]2021-02-093-6/+74
|\
| * Show Self pattern completions for Adts if inside implsLukas Wirth2021-02-093-6/+40
| * Show completions for enum variant with self prefix if inside implLukas Wirth2021-02-091-1/+35
* | Merge #7615bors[bot]2021-02-093-8/+66
|\ \
| * | Add parsing benchmarkAleksey Kladov2021-02-093-8/+66
* | | Merge #7614bors[bot]2021-02-097-237/+333
|\ \ \ | |/ / |/| |
| * | Remove unneeded returnJonas Schievink2021-02-091-2/+2
| * | Remove `pub`Jonas Schievink2021-02-091-2/+2
| * | Use `block_def_map` in `Resolver`Jonas Schievink2021-02-091-118/+97
| * | Teach `find_path` about inner itemsJonas Schievink2021-02-091-10/+91
| * | Add another block def map testJonas Schievink2021-02-091-0/+27
| * | Make `with_ancestor_maps` publicJonas Schievink2021-02-091-1/+1
| * | Add `TestDB::module_at_position`Jonas Schievink2021-02-092-104/+99
| * | Add expression scopes for blocksJonas Schievink2021-02-091-4/+18
| |/
* / Infra for "unit" benchmarkingAleksey Kladov2021-02-096-4001/+96
|/
* restore accidentally deleted testAleksey Kladov2021-02-091-0/+13
* More precise navigation to parentAleksey Kladov2021-02-093-10/+13
* Cleanup testsAleksey Kladov2021-02-093-55/+53
* Cleanup testAleksey Kladov2021-02-091-20/+21
* Modernize testsAleksey Kladov2021-02-091-197/+169
* Merge #7602bors[bot]2021-02-082-11/+38
|\
| * Check for dyn impls in method resolutionLukas Wirth2021-02-082-11/+38
* | Update crateskjeremy2021-02-083-6/+7
* | Consolidate `fn load_cargo(…)` parameters into `struct LoadCargoConfig { �...Vincent Esche2021-02-085-31/+70
* | Add `config: &CargoConfig` parameter to `fn load_cargo(…)`Vincent Esche2021-02-085-7/+18
* | chore: swap order of placeholdersGowri2021-02-081-1/+1
* | ci: update relevant test case expected valuesGowri2021-02-071-0/+7
* | fix: add for keyword in completion #7588Gowri2021-02-071-0/+1
* | AdtDef -> AdtAleksey Kladov2021-02-078-38/+38
* | Add a semantic token type for char literalspetr-tik2021-02-052-1/+3
|/
* Test `super` resolution tooJonas Schievink2021-02-051-0/+2
* Fix resolution of `self` module within blocksJonas Schievink2021-02-052-7/+17
* Merge #7572bors[bot]2021-02-053-29/+30
|\
| * Add `find_or_create_impl_block` to assist utilsYoshua Wuyts2021-02-053-29/+30
* | Merge #7574bors[bot]2021-02-057-17/+8
|\ \
| * | Remove redundant clonesYoshua Wuyts2021-02-057-17/+8
| |/
* | Merge #7505bors[bot]2021-02-051-1/+1
|\ \
| * | Increase Highlights highlight range to covering elementLukas Wirth2021-02-041-1/+1
| | |
| \ \
*-. \ \ Merge #7570 #7571bors[bot]2021-02-055-163/+162
|\ \ \ \ | |_|_|/ |/| | |
| | * | Cleanup decl_checkLukas Wirth2021-02-053-162/+152
| * | | Add doc gen to the `generate_enum_match_method` assistYoshua Wuyts2021-02-052-1/+10
* | | | Merge #7562bors[bot]2021-02-055-64/+317
|\| | |
| * | | Move `find_struct_impl` to assist utilsYoshua Wuyts2021-02-053-154/+85
| * | | add `generate-enum-match` assistYoshua Wuyts2021-02-053-0/+322
* | | | Merge #7568bors[bot]2021-02-051-2/+5
|\ \ \ \
| * | | | Fix merging of `segment_index` in path resolutionJonas Schievink2021-02-051-2/+5
| | |/ / | |/| |
* / | | Remove unnecessary allocs in case_convLukas Wirth2021-02-051-18/+16
|/ / /
* | | Merge #7535bors[bot]2021-02-054-1/+2189
|\ \ \ | |/ / |/| |