Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the method to avoid false promises | Kirill Bulatov | 2020-09-09 | 2 | -17/+15 |
* | Add VirtualPath tests | Kirill Bulatov | 2020-09-09 | 1 | -3/+38 |
* | Fix the tests | Kirill Bulatov | 2020-09-09 | 5 | -7/+9 |
* | Add tests | Kirill Bulatov | 2020-09-09 | 1 | -0/+153 |
* | Properly handle mod.rs imports | Kirill Bulatov | 2020-09-09 | 1 | -47/+40 |
* | Complete semicolon when needed | Kirill Bulatov | 2020-09-09 | 6 | -26/+30 |
* | Properly reacto to keywords | Kirill Bulatov | 2020-09-09 | 6 | -4/+28 |
* | Less false positive completion candidates | Kirill Bulatov | 2020-09-09 | 1 | -44/+59 |
* | Properly handle nested submodules in the same file | Kirill Bulatov | 2020-09-09 | 1 | -70/+79 |
* | Move most of the logic into the completion module | Kirill Bulatov | 2020-09-09 | 8 | -118/+107 |
* | Finally cretae the mod completion module | Kirill Bulatov | 2020-09-09 | 4 | -18/+43 |
* | Move rust-related logic from vfs to base_db level | Kirill Bulatov | 2020-09-09 | 2 | -61/+74 |
* | Properly handle special cases (binaries, mod.rs) | Kirill Bulatov | 2020-09-09 | 3 | -52/+60 |
* | Exclude special files | Kirill Bulatov | 2020-09-09 | 2 | -3/+5 |
* | Implement file name & extension retrieval method for VirtualPath | Kirill Bulatov | 2020-09-09 | 1 | -2/+20 |
* | Small refactoring | Kirill Bulatov | 2020-09-09 | 2 | -32/+26 |
* | Happy path implemented | Kirill Bulatov | 2020-09-09 | 8 | -26/+38 |
* | Properly use FileSet API | Kirill Bulatov | 2020-09-09 | 3 | -38/+49 |
* | Better API | Kirill Bulatov | 2020-09-09 | 8 | -24/+64 |
* | First steps for mod<|> completion | Kirill Bulatov | 2020-09-09 | 4 | -6/+65 |
* | Merge #5968 | bors[bot] | 2020-09-09 | 3 | -14/+30 |
|\ | |||||
| * | Tweak interner for chalk | Nathan Whitaker | 2020-09-09 | 1 | -9/+9 |
| * | Lookup ADT and assoc. type names for chalk debug | Nathan Whitaker | 2020-09-09 | 2 | -5/+21 |
* | | Merge #5965 | bors[bot] | 2020-09-08 | 1 | -16/+13 |
|\ \ | |||||
| * | | Update crates | kjeremy | 2020-09-08 | 1 | -16/+13 |
|/ / | |||||
* | | Merge #5940 | bors[bot] | 2020-09-04 | 5 | -1/+267 |
|\ \ | |||||
| * | | Remove unnecessary comma | Aleksei Sidorov | 2020-09-04 | 3 | -11/+10 |
| * | | Fix tests | Aleksei Sidorov | 2020-09-04 | 3 | -18/+25 |
| * | | Update codegen | Aleksei Sidorov | 2020-09-04 | 1 | -0/+13 |
| * | | Fix nitpicks | Aleksei Sidorov | 2020-09-04 | 2 | -24/+14 |
| * | | Resolve most of corner cases | Aleksei Sidorov | 2020-09-03 | 2 | -12/+124 |
| * | | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 4 | -0/+145 |
* | | | Merge #5935 | bors[bot] | 2020-09-04 | 6 | -535/+744 |
|\ \ \ | |||||
| * | | | Add extra insert_use test for pub(crate) re-export handling | Lukas Wirth | 2020-09-03 | 2 | -12/+19 |
| * | | | Disable insert_import in extract_struct_from_enum_variant until its fixed | Lukas Wirth | 2020-09-03 | 1 | -0/+4 |
| * | | | Fix import insertion breaking nested modules | Lukas Wirth | 2020-09-03 | 5 | -62/+117 |
| * | | | Fix inserting imports in front of inner attributes | Lukas Wirth | 2020-09-03 | 2 | -3/+54 |
| * | | | Replace insert_use_statement with the new insert_use | Lukas Wirth | 2020-09-03 | 4 | -54/+68 |
| * | | | Impl make::blank_line | Lukas Wirth | 2020-09-03 | 3 | -27/+20 |
| * | | | Use mark to check that paths that are too long will not be merged | Lukas Wirth | 2020-09-03 | 1 | -0/+13 |
| * | | | Tidy up tests and apply suggested changes | Lukas Wirth | 2020-09-03 | 1 | -72/+107 |
| * | | | Add more import insertion tests | Lukas Wirth | 2020-09-03 | 1 | -3/+68 |
| * | | | Begin refactor of import insertion | Lukas Wirth | 2020-09-03 | 1 | -468/+440 |
| |/ / | |||||
* | | | Merge #5948 | bors[bot] | 2020-09-03 | 3 | -5/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Up proc-macro2 to 1.20 | kjeremy | 2020-09-03 | 3 | -5/+5 |
|/ / | |||||
* | | Merge #5942 | bors[bot] | 2020-09-03 | 1 | -3/+6 |
|\ \ | |||||
| * | | Actually assert disjointness | Aleksey Kladov | 2020-09-03 | 1 | -3/+6 |
|/ / | |||||
* | | Merge #5941 | bors[bot] | 2020-09-03 | 2 | -5/+5 |
|\ \ | |||||
| * | | Unify naming | Aleksey Kladov | 2020-09-03 | 2 | -5/+5 |
* | | | Merge #5937 | bors[bot] | 2020-09-03 | 2 | -11/+11 |
|\ \ \ | |/ / |/| | |