aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename a variable for consistencyFlorian Diebold2018-12-242-10/+10
|
* Clean up Ty a bitFlorian Diebold2018-12-241-38/+22
| | | | Removing irrelevant comments copied from rustc etc.
* Prepare Ty::new for resolutionFlorian Diebold2018-12-231-14/+24
|
* Type the return values of call expressionsFlorian Diebold2018-12-232-5/+13
|
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-2312-84/+206
|
* Make let statements kind of workFlorian Diebold2018-12-233-8/+48
|
* Remove unwrapsFlorian Diebold2018-12-231-6/+19
|
* Get rid of the terrible nesting in PathExpr inferenceFlorian Diebold2018-12-231-26/+14
|
* CleanupFlorian Diebold2018-12-232-81/+71
|
* Add testing infrastructure for type inferenceFlorian Diebold2018-12-235-23/+102
| | | | - move dir_tests to test_utils for that.
* Parse integer / float typesFlorian Diebold2018-12-232-2/+52
|
* Add beginnings of type infrastructureFlorian Diebold2018-12-238-2/+643
|
* completion uses hir scopesAleksey Kladov2018-12-223-3/+13
|
* Merge #319bors[bot]2018-12-214-5/+4
|\ | | | | | | | | | | | | | | 319: Completion icons r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * debug pringAleksey Kladov2018-12-211-1/+0
| |
| * moar iconsAleksey Kladov2018-12-213-3/+3
| |
| * move completion items to convAleksey Kladov2018-12-211-1/+1
| |
* | Merge #316bors[bot]2018-12-212-2/+38
|\ \ | |/ |/| | | | | | | | | | | 316: Fix handling of nested self in paths r=matklad a=DJMcNab See https://github.com/rust-analyzer/rust-analyzer/issues/231#issuecomment-442449505. Co-authored-by: DJMcNab <[email protected]>
| * Move the self handling from directly inside the loopDJMcNab2018-12-211-13/+12
| |
| * Fix handling of nested self in pathsDJMcNab2018-12-212-2/+39
| |
* | scope-based copmletions on original fileAleksey Kladov2018-12-211-1/+46
|/
* use root-relative pathsAleksey Kladov2018-12-211-6/+2
|
* fixme commentAleksey Kladov2018-12-201-0/+1
|
* resolve paths across cratesAleksey Kladov2018-12-201-4/+17
|
* workaround across-crate resolve bugsAleksey Kladov2018-12-201-12/+21
|
* fix testsAleksey Kladov2018-12-201-5/+8
|
* fix hir mockAleksey Kladov2018-12-202-19/+23
|
* switch analysis to vfsAleksey Kladov2018-12-201-5/+12
|
* use relpaths for module resolveAleksey Kladov2018-12-202-18/+20
|
* File module source does not depend on syntaxAleksey Kladov2018-12-186-17/+21
|
* Gc syntax trees after every modificationAleksey Kladov2018-12-181-4/+0
|
* Work around a bugAleksey Kladov2018-12-181-4/+7
| | | | cc #288
* verbose assertions in SourceFileItemsAleksey Kladov2018-12-091-6/+15
|
* resolve extern crates propertlyAleksey Kladov2018-12-093-50/+92
|
* move tests to separate fileAleksey Kladov2018-12-092-97/+95
|
* WIP: resolve across cratesAleksey Kladov2018-12-091-14/+41
|
* make resolver fields privateAleksey Kladov2018-12-092-12/+22
|
* return dependencies with namesAleksey Kladov2018-12-091-4/+15
|
* more crate boilerplateAleksey Kladov2018-12-093-8/+38
|
* hir::Crate boilerplateAleksey Kladov2018-12-092-2/+21
|
* Check Fileid in SourceFileMapAleksey Kladov2018-12-095-7/+23
|
* grand module renameAleksey Kladov2018-12-082-0/+0
|
* resolve 2018 style modulesAleksey Kladov2018-12-081-20/+20
|
* make stuff privateAleksey Kladov2018-12-052-13/+8
|
* move fuzzy source binding to a separete modeAleksey Kladov2018-12-055-118/+104
|
* minorAleksey Kladov2018-12-042-7/+17
|
* Add functions to DefIdAleksey Kladov2018-12-046-59/+60
|
* module-scoped deflocAleksey Kladov2018-12-043-24/+43
|
* ModuleSource is ItemSourceAleksey Kladov2018-12-043-47/+39
|
* include file itself in SourceFileItemsAleksey Kladov2018-12-041-1/+2
|