Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 |
| | |||||
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 1 | -68/+92 |
| | |||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -8/+5 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -5/+5 |
| | |||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -167/+15 |
| | |||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -20/+193 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-19 | 1 | -32/+52 |
| | |||||
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 1 | -0/+200 |
| | |||||
* | :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 |