aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Revert source_analyzer changesKirill Bulatov2020-02-122-55/+6
* Fix post-rebase issuesKirill Bulatov2020-02-121-11/+12
* Support trait method call autoimportsKirill Bulatov2020-02-121-1/+5
* Trait location draftKirill Bulatov2020-02-121-11/+7
* Resolve methods and functions betterKirill Bulatov2020-02-121-6/+54
* Add more hir APIs for associated itemsAleksey Kladov2020-02-122-14/+64
* Merge #3050bors[bot]2020-02-092-12/+24
|\
| * FormattingFlorian Diebold2020-02-071-6/+4
| * Fix compilation of other cratesFlorian Diebold2020-02-071-10/+15
| * wip lower impl trait to type argsFlorian Diebold2020-02-071-1/+1
| * Add impl trait lowering modeFlorian Diebold2020-02-072-8/+9
| * Introduce TyLoweringContextFlorian Diebold2020-02-072-6/+14
* | Remove ImportResolver-related stubsKirill Bulatov2020-02-091-2/+1
|/
* Remove the leftovers after ImportLocator removalKirill Bulatov2020-02-061-1/+0
* Merge #2982bors[bot]2020-02-021-1/+2
|\
| * Code review fixesKirill Bulatov2020-02-021-1/+1
| * Require ModPath for importingKirill Bulatov2020-02-021-1/+2
* | Auto import functionsKirill Bulatov2020-02-011-6/+11
|/
* Re-sync queries for memory usage measurnmentAleksey Kladov2020-01-291-9/+13
* Code review fixesKirill Bulatov2020-01-271-3/+2
* Adjust the testsKirill Bulatov2020-01-261-0/+1
* Have a better trait interfaceKirill Bulatov2020-01-261-1/+2
* Initial auto import action implementationKirill Bulatov2020-01-261-1/+1
* Fix commentAleksey Kladov2020-01-161-3/+1
* Correctly discover module containersAleksey Kladov2020-01-161-11/+15
* Create modules via SourceBinderAleksey Kladov2020-01-163-58/+28
* Move module to SourceBinderAleksey Kladov2020-01-162-34/+48
* Cache source for genericsAleksey Kladov2020-01-161-1/+20
* Move more stuff to SourceBinderAleksey Kladov2020-01-162-64/+68
* More natural trait setupAleksey Kladov2020-01-162-22/+44
* Removed FromSourceAleksey Kladov2020-01-161-165/+16
* Make FromSource privateAleksey Kladov2020-01-163-18/+53
* TyposAleksey Kladov2020-01-151-1/+1
* Make syntax highlighting linearAleksey Kladov2020-01-151-3/+5
* Flip genericsAleksey Kladov2020-01-151-12/+12
* Store DB in SourceBinderAleksey Kladov2020-01-153-32/+33
* Introduce SourceBinderAleksey Kladov2020-01-153-99/+215
* Don't parse child modules when doing diagnosticsAleksey Kladov2020-01-151-3/+3
* Move Type API to typeAleksey Kladov2020-01-142-66/+78
* Push resolver further upAleksey Kladov2020-01-141-2/+16
* Move impls_future to Type, where it belongsAleksey Kladov2020-01-142-25/+19
* Use lang-items to resolve future traitAleksey Kladov2020-01-141-10/+9
* Move utility functions downAleksey Kladov2020-01-141-58/+58
* Rename fileAleksey Kladov2020-01-142-2/+2
* Use attr location for builtin macro goto-impEdwin Cheng2020-01-121-1/+23
* Apply review suggestionsFlorian Diebold2020-01-112-2/+4
* Qualify some paths in 'add missing impl members'Florian Diebold2020-01-113-0/+33
* Split `infer` query into two for better profilingMichal Terepeta2020-01-031-4/+4
* Split `crate_def_map` into two methodsMichal Terepeta2020-01-031-5/+5
* Add `profile` calls to {Module,Function}::diagnosticsMichal Terepeta2020-01-031-0/+3