Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -2/+2 |
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -1/+1 |
* | Rename the method to avoid false promises | Kirill Bulatov | 2020-09-09 | 1 | -12/+10 |
* | Add VirtualPath tests | Kirill Bulatov | 2020-09-09 | 1 | -3/+38 |
* | Move rust-related logic from vfs to base_db level | Kirill Bulatov | 2020-09-09 | 1 | -60/+5 |
* | Properly handle special cases (binaries, mod.rs) | Kirill Bulatov | 2020-09-09 | 1 | -26/+58 |
* | Implement file name & extension retrieval method for VirtualPath | Kirill Bulatov | 2020-09-09 | 1 | -2/+20 |
* | Small refactoring | Kirill Bulatov | 2020-09-09 | 1 | -11/+11 |
* | Happy path implemented | Kirill Bulatov | 2020-09-09 | 2 | -13/+17 |
* | Properly use FileSet API | Kirill Bulatov | 2020-09-09 | 2 | -28/+41 |
* | Better API | Kirill Bulatov | 2020-09-09 | 2 | -14/+29 |
* | First steps for mod<|> completion | Kirill Bulatov | 2020-09-09 | 1 | -2/+25 |
* | Sophisticate Windows path encoding | Armin Sander | 2020-08-14 | 1 | -7/+132 |
* | Add one more test | Aleksey Kladov | 2020-07-26 | 1 | -21/+50 |
* | Expose package roots more directly | Aleksey Kladov | 2020-07-21 | 1 | -1/+1 |
* | Simplify | Aleksey Kladov | 2020-07-20 | 1 | -9/+5 |
* | Simplify exclusion logic | Aleksey Kladov | 2020-07-18 | 1 | -9/+73 |
* | Minor, push allocations down | Aleksey Kladov | 2020-07-14 | 2 | -3/+3 |
* | Optimize VFS processing | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
* | Also reload when adding new examples, tests, etc | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
* | Replace ad hocery with science | Aleksey Kladov | 2020-07-07 | 2 | -56/+80 |
* | Fix symbol search in salsa | Aleksey Kladov | 2020-07-07 | 1 | -19/+90 |
* | FileSetConfig works with empty set of roots | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 |
* | Make VFS join methods fallible | Jonas Schievink | 2020-06-26 | 2 | -8/+10 |
* | Less error-prone naming | Aleksey Kladov | 2020-06-24 | 1 | -4/+4 |
* | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 1 | -2/+2 |
* | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | 2020-06-24 | 1 | -2/+17 |
* | New VFS | Aleksey Kladov | 2020-06-23 | 5 | -130/+67 |
* | Speedup VFS::partition | Aleksey Kladov | 2020-06-19 | 2 | -9/+26 |
* | New VFS API | Aleksey Kladov | 2020-06-16 | 6 | -0/+494 |