aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
...
* | rename type to type_alias in the AST as wellAleksey Kladov2019-02-254-6/+9
|/
* Rename Type => TypeAliasFlorian Diebold2019-02-249-40/+54
* Add test for recursive type aliasesFlorian Diebold2019-02-241-0/+14
* Implement support for type aliasesFlorian Diebold2019-02-248-11/+102
* introduce completion presentationAleksey Kladov2019-02-241-1/+1
* Clean up imports a bitFlorian Diebold2019-02-242-6/+4
* Refactor associated method resolution a bit and make it work with genericsFlorian Diebold2019-02-234-64/+98
* Split ty.rs into several modulesFlorian Diebold2019-02-235-1450/+1500
* Fix resolution of associated method calls across cratesFlorian Diebold2019-02-233-3/+53
* Merge #866bors[bot]2019-02-229-31/+410
|\
| * Change resolve_path to return the fully resolved path or PerNs::noneVille Penttinen2019-02-223-34/+36
| * Ignore failing test for nowVille Penttinen2019-02-211-0/+1
| * Make nameres::ResolvePathResult private and refactorVille Penttinen2019-02-211-7/+7
| * Remove Const inference for now, refactor PathResultVille Penttinen2019-02-214-77/+93
| * Implement basic support for Associated Methods and ConstantsVille Penttinen2019-02-2110-48/+408
* | Add an assert (and fix the other)Florian Diebold2019-02-211-1/+2
* | Fix handling of generics in tuple variants and refactor a bitFlorian Diebold2019-02-205-41/+105
|/
* remove ignored macro testsAleksey Kladov2019-02-191-30/+0
* Merge #852bors[bot]2019-02-183-34/+40
|\
| * handle != operatorAleksey Kladov2019-02-183-34/+40
* | Handle tuple structs / enum variants properly in type inferenceFlorian Diebold2019-02-175-37/+95
|/
* Make GenericArgs::from_ast pub(crate)Florian Diebold2019-02-171-1/+1
* Unify with the autorefed/autoderefed receiver type during method resolutionFlorian Diebold2019-02-174-12/+54
* Handle generic args for method callsFlorian Diebold2019-02-164-10/+45
* Handle impl generics in method callsFlorian Diebold2019-02-167-77/+122
* Resolve impl generic paramsFlorian Diebold2019-02-161-1/+3
* Add generic params to impl blocksFlorian Diebold2019-02-162-8/+14
* Add a test for impl genericsFlorian Diebold2019-02-162-0/+71
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-165-66/+48
* Complete names from preludeFlorian Diebold2019-02-132-4/+10
* Handle extern crates better, so they work correctly in 2015 editionFlorian Diebold2019-02-133-15/+55
* Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-132-16/+13
* Resolve 2015 style importsFlorian Diebold2019-02-133-8/+114
* Keep track of crate editionFlorian Diebold2019-02-131-2/+3
* Import the preludeFlorian Diebold2019-02-135-11/+96
* Fix another crashFlorian Diebold2019-02-123-2/+33
* make token trees eqAleksey Kladov2019-02-121-1/+1
* Fix some typosPascal Hertleif2019-02-126-15/+15
* Implement completion for associated itemsLaurențiu Nicola2019-02-121-0/+20
* replace clone with copyAleksey Kladov2019-02-121-1/+1
* fix obsolete commentAleksey Kladov2019-02-121-2/+2
* remove hard-coded query-group macroAleksey Kladov2019-02-112-24/+3
* remove useless hashAleksey Kladov2019-02-112-2/+2
* remove query_definitionsAleksey Kladov2019-02-114-34/+20
* rename combine -> orAleksey Kladov2019-02-112-3/+3
* use extern prelude in ResolverAleksey Kladov2019-02-113-18/+43
* Merge #784bors[bot]2019-02-113-116/+146
|\
| * add graph fixtureAleksey Kladov2019-02-113-71/+81
| * Handle SourceRoots automatically in fixturesAleksey Kladov2019-02-112-55/+75
* | Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1