Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't store deriveable Module info in NameDefinition | Aleksey Kladov | 2020-02-19 | 1 | -1/+28 |
* | 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 |
* | More natural trait setup | Aleksey Kladov | 2020-01-16 | 2 | -22/+44 |
* | Removed FromSource | Aleksey Kladov | 2020-01-16 | 1 | -165/+16 |
* | Make FromSource private | Aleksey Kladov | 2020-01-16 | 3 | -18/+53 |
* | Typos | Aleksey Kladov | 2020-01-15 | 1 | -1/+1 |
* | Make syntax highlighting linear | Aleksey Kladov | 2020-01-15 | 1 | -3/+5 |
* | Flip generics | Aleksey Kladov | 2020-01-15 | 1 | -12/+12 |
* | Store DB in SourceBinder | Aleksey Kladov | 2020-01-15 | 3 | -32/+33 |
* | Introduce SourceBinder | Aleksey Kladov | 2020-01-15 | 3 | -99/+215 |
* | Don't parse child modules when doing diagnostics | Aleksey Kladov | 2020-01-15 | 1 | -3/+3 |
* | Move Type API to type | Aleksey Kladov | 2020-01-14 | 2 | -66/+78 |
* | Push resolver further up | Aleksey Kladov | 2020-01-14 | 1 | -2/+16 |
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 2 | -25/+19 |
* | Use lang-items to resolve future trait | Aleksey Kladov | 2020-01-14 | 1 | -10/+9 |
* | Move utility functions down | Aleksey Kladov | 2020-01-14 | 1 | -58/+58 |
* | Rename file | Aleksey Kladov | 2020-01-14 | 2 | -2/+2 |