Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |