Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import the prelude | Florian Diebold | 2019-02-13 | 1 | -0/+1 |
| | |||||
* | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 1 | -0/+1 |
| | | | | This is the easy part since we don't have to consider the fixpoint algorithm. | ||||
* | Add some tests | Florian Diebold | 2019-02-10 | 1 | -0/+1 |
| | |||||
* | Add comment and mark | Florian Diebold | 2019-02-09 | 1 | -0/+1 |
| | |||||
* | Add marks | Florian Diebold | 2019-01-26 | 1 | -0/+2 |
| | |||||
* | refactor import resolution | Aleksey Kladov | 2019-01-25 | 1 | -3/+4 |
| | | | | | extract path resolution use enums instead of bools | ||||
* | move completion item tests closer to the code | Aleksey Kladov | 2019-01-23 | 1 | -1/+3 |
| | | | | | this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already | ||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -82/+1 |
| | |||||
* | introduce marking infrastructure for maintainable tests | Aleksey Kladov | 2019-01-10 | 1 | -0/+82 |
This also fixes a particular edge case in name resolution. |