Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Use better heuristics for replacement text when removing dbg! | Kirill Bulatov | 2020-09-10 | 1 | -37/+116 | |
| |/ / / | ||||||
* | | | | Merge #5969 | bors[bot] | 2020-09-11 | 10 | -5/+431 | |
|\ \ \ \ | ||||||
| * | | | | Adjust the test comment | Kirill Bulatov | 2020-09-11 | 1 | -9/+16 | |
| * | | | | One more test | Kirill Bulatov | 2020-09-09 | 1 | -0/+15 | |
| * | | | | 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 #5957 | bors[bot] | 2020-09-10 | 3 | -23/+66 | |
|\ \ \ \ | ||||||
| * | | | | Fix handling of consuming self, refactor shared logic into a single function | Paul Daniel Faria | 2020-09-06 | 2 | -30/+34 | |
| * | | | | Add consuming modifier to lvalues that are passed by value and not Copy | Paul Daniel Faria | 2020-09-06 | 3 | -14/+53 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #5956 | bors[bot] | 2020-09-10 | 2 | -7/+89 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Highlight errors in macros | Igor Aleksanov | 2020-09-06 | 2 | -7/+89 | |
| |/ / | ||||||
* | | | 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 |