aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Inline type inference test snapshotsFlorian Diebold2019-03-0359-1504/+1096
* Represent unknown types as {unknown} instead of [unknown]Florian Diebold2019-03-0328-171/+171
* Add a bunch of tests for type inference involving traitsFlorian Diebold2019-03-0213-0/+403
* Merge #915bors[bot]2019-03-0210-112/+89
|\
| * remove commentAleksey Kladov2019-03-021-1/+0
| * remove second way to get the bodyAleksey Kladov2019-03-021-4/+0
| * rename syntax_mapping as wellAleksey Kladov2019-03-021-1/+1
| * align lower module query namesAleksey Kladov2019-03-026-21/+14
| * rename scopesAleksey Kladov2019-03-024-9/+9
| * rename to source_mapAleksey Kladov2019-03-022-17/+13
| * dont store body inside source mapAleksey Kladov2019-03-024-60/+53
| * rename syntax-mapping -> source-mapAleksey Kladov2019-03-025-24/+24
* | A bit of cleanup in ty.rsFlorian Diebold2019-03-021-28/+1
|/
* Remove `TypeRef` from item opts which implement TypeAscriptionOwnerVille Penttinen2019-02-274-10/+10
* Use TypeAscriptionOwnerVille Penttinen2019-02-261-8/+5
* Merge #897bors[bot]2019-02-2511-20/+206
|\
| * Move ConstSignature creation to a single methodVille Penttinen2019-02-251-17/+13
| * Add static type inferenceVille Penttinen2019-02-256-12/+54
| * Add const type inferenceVille Penttinen2019-02-2511-20/+168
* | 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