Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor | Aleksey Kladov | 2020-02-29 | 2 | -5/+4 | |
* | Simplify SourceBinder | Aleksey Kladov | 2020-02-29 | 6 | -349/+321 | |
* | Small cleanup | Aleksey Kladov | 2020-02-29 | 1 | -9/+15 | |
* | Reduce visibility | Aleksey Kladov | 2020-02-28 | 2 | -3/+3 | |
* | Merge #3367 | bors[bot] | 2020-02-28 | 2 | -7/+32 | |
|\ | ||||||
| * | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 2 | -7/+32 | |
* | | Simpilfy origin_range logic | Edwin Cheng | 2020-02-28 | 1 | -38/+27 | |
|/ | ||||||
* | Use text_range::extend_to | Edwin Cheng | 2020-02-27 | 1 | -10/+3 | |
* | Skip trival token in original_range | Edwin Cheng | 2020-02-26 | 1 | -5/+7 | |
* | Remove duplicate comment | Edwin Cheng | 2020-02-26 | 1 | -1/+0 | |
* | Add recursive support in original_range | Edwin Cheng | 2020-02-26 | 1 | -14/+37 | |
* | Remove dead code | Aleksey Kladov | 2020-02-26 | 2 | -25/+9 | |
* | Reduce visibility | Aleksey Kladov | 2020-02-26 | 3 | -76/+81 | |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 4 | -215/+480 | |
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -1/+28 | |
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -3/+3 | |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -21/+15 | |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 2 | -8/+7 | |
* | Merge #3169 | bors[bot] | 2020-02-17 | 2 | -0/+6 | |
|\ | ||||||
| * | show names for record fields in enum completion | adamrk | 2020-02-16 | 2 | -0/+6 | |
* | | Introduce AsMacroCall trait | Edwin Cheng | 2020-02-17 | 1 | -10/+6 | |
|/ | ||||||
* | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 2 | -55/+6 | |
* | Fix post-rebase issues | Kirill Bulatov | 2020-02-12 | 1 | -11/+12 | |
* | Support trait method call autoimports | Kirill Bulatov | 2020-02-12 | 1 | -1/+5 | |
* | Trait location draft | Kirill Bulatov | 2020-02-12 | 1 | -11/+7 | |
* | Resolve methods and functions better | Kirill Bulatov | 2020-02-12 | 1 | -6/+54 | |
* | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 2 | -14/+64 | |
* | Merge #3050 | bors[bot] | 2020-02-09 | 2 | -12/+24 | |
|\ | ||||||
| * | Formatting | Florian Diebold | 2020-02-07 | 1 | -6/+4 | |
| * | Fix compilation of other crates | Florian Diebold | 2020-02-07 | 1 | -10/+15 | |
| * | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 1 | -1/+1 | |
| * | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 2 | -8/+9 | |
| * | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 2 | -6/+14 | |
* | | Remove ImportResolver-related stubs | Kirill Bulatov | 2020-02-09 | 1 | -2/+1 | |
|/ | ||||||
* | Remove the leftovers after ImportLocator removal | Kirill Bulatov | 2020-02-06 | 1 | -1/+0 | |
* | Merge #2982 | bors[bot] | 2020-02-02 | 1 | -1/+2 | |
|\ | ||||||
| * | Code review fixes | Kirill Bulatov | 2020-02-02 | 1 | -1/+1 | |
| * | Require ModPath for importing | Kirill Bulatov | 2020-02-02 | 1 | -1/+2 | |
* | | Auto import functions | Kirill Bulatov | 2020-02-01 | 1 | -6/+11 | |
|/ | ||||||
* | Re-sync queries for memory usage measurnment | Aleksey Kladov | 2020-01-29 | 1 | -9/+13 | |
* | Code review fixes | Kirill Bulatov | 2020-01-27 | 1 | -3/+2 | |
* | Adjust the tests | Kirill Bulatov | 2020-01-26 | 1 | -0/+1 | |
* | Have a better trait interface | Kirill Bulatov | 2020-01-26 | 1 | -1/+2 | |
* | Initial auto import action implementation | Kirill Bulatov | 2020-01-26 | 1 | -1/+1 | |
* | Fix comment | Aleksey Kladov | 2020-01-16 | 1 | -3/+1 | |
* | Correctly discover module containers | Aleksey Kladov | 2020-01-16 | 1 | -11/+15 | |
* | Create modules via SourceBinder | Aleksey Kladov | 2020-01-16 | 3 | -58/+28 | |
* | Move module to SourceBinder | Aleksey Kladov | 2020-01-16 | 2 | -34/+48 | |
* | Cache source for generics | Aleksey Kladov | 2020-01-16 | 1 | -1/+20 | |
* | Move more stuff to SourceBinder | Aleksey Kladov | 2020-01-16 | 2 | -64/+68 |