aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Make annotations tests similar to those in runnablesivan7702021-02-131-188/+707
* Improve runnable annotations order, fix incorrect ignore detectionivan7702021-02-131-5/+13
* Added annotation testsivan7702021-02-131-0/+267
* Fix incorrect references annotationivan7702021-02-131-2/+3
* Moved CodeLens to ide crateivan7702021-02-136-201/+376
* Update references test outputLukas Wirth2021-02-121-2/+2
* Use NameLike in FileReference directly as its not exported from ide anymoreLukas Wirth2021-02-125-59/+29
* Refactor reference searching to work with the astLukas Wirth2021-02-128-406/+489
* Remove unused ReferenceSearchResult functionsLukas Wirth2021-02-121-24/+5
* Add `find_impl_block_end` assist helperYoshua Wuyts2021-02-126-18/+171
* Fix slow tests sometimes failingFlorian Diebold2021-02-126-14/+51
* Merge #7644bors[bot]2021-02-1210-29/+89
|\
| * Complete builtin type pathsJonas Schievink2021-02-111-1/+33
| * Wrap `BuiltinType` in code modelJonas Schievink2021-02-119-28/+56
| |
| \
*-. \ Merge #7638 #7648bors[bot]2021-02-123-4/+4
|\ \ \
| | * | fix nightly warning `legacy_derive_helpers`Peter Wischer2021-02-121-1/+1
| |/ / |/| |
* | | Pin Rust to 1.49.0 on CIJonas Schievink2021-02-124-10/+12
| |/ |/|
| * libloading 0.7kjeremy2021-02-112-3/+3
|/
* Add test for #1165Jonas Schievink2021-02-101-0/+29
* Slightly expand testJonas Schievink2021-02-101-0/+3
* Add more testsJonas Schievink2021-02-102-8/+84
* Put the old resolver backJonas Schievink2021-02-101-3/+8
* Update fixed testsJonas Schievink2021-02-103-18/+21
* infer: update resolver when descending into blockJonas Schievink2021-02-102-16/+39
* Merge #7617bors[bot]2021-02-109-68/+603
|\
| * Add getter/setter assistsYoshua Wuyts2021-02-099-68/+603
| |
| \
*-. \ Merge #7591 #7622bors[bot]2021-02-102-6/+34
|\ \ \
| | * | Resolve TupleStructPat in SourceAnalyzer::resolve_pathLukas Wirth2021-02-102-6/+34
* | | | Add #[track_caller] to assist testsYoshua Wuyts2021-02-091-0/+4
| |/ / |/| |
* | | 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
| |/ |/|