Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for `use as` | Florian Diebold | 2019-02-01 | 1 | -0/+24 |
| | |||||
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -1/+2 |
| | |||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+1 |
| | |||||
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -7/+7 |
| | |||||
* | Revert parts of "Test non standard crate root" | Erlend Tobiassen | 2019-01-27 | 1 | -5/+3 |
| | | | | Prefer cursor position over file_map | ||||
* | Remove dbg!(...) | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | Test non standard crate root | Erlend Tobiassen | 2019-01-27 | 1 | -0/+38 |
| | |||||
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | use set methods | Aleksey Kladov | 2019-01-25 | 1 | -6/+5 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 |
| | |||||
* | refactor import resolution | Aleksey Kladov | 2019-01-25 | 1 | -0/+21 |
| | | | | | extract path resolution use enums instead of bools | ||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -18/+17 |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | ||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -2/+1 |
| | |||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -6/+6 |
| | |||||
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -12/+4 |
| | |||||
* | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 1 | -3/+9 |
| | | | | | rust-lang/rust has absolutely weird setup with rustc-workspace-shim, which leads to real cycles. | ||||
* | introduce marking infrastructure for maintainable tests | Aleksey Kladov | 2019-01-10 | 1 | -0/+29 |
| | | | | This also fixes a particular edge case in name resolution. | ||||
* | more stable DefIds via bfs tree walking | Aleksey Kladov | 2019-01-08 | 1 | -5/+12 |
| | |||||
* | one more invalidation test | Aleksey Kladov | 2019-01-08 | 1 | -1/+32 |
| | |||||
* | fix test naming | Aleksey Kladov | 2019-01-08 | 1 | -22/+22 |
| | |||||
* | remove duplication in tests | Aleksey Kladov | 2019-01-08 | 1 | -55/+33 |
| | |||||
* | Fix name resolution across source roots | Florian Diebold | 2019-01-08 | 1 | -1/+96 |
| | | | | It was using the wrong name in that case. | ||||
* | Fix use tree desugaring | Florian Diebold | 2019-01-08 | 1 | -0/+29 |
| | |||||
* | dont reexport module id | Aleksey Kladov | 2019-01-08 | 1 | -6/+7 |
| | |||||
* | Import fixpoint loop for name resolution | Florian Diebold | 2019-01-08 | 1 | -1/+30 |
| | |||||
* | fix the test | Aleksey Kladov | 2019-01-06 | 1 | -2/+2 |
| | |||||
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -0/+273 |