Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -1/+23 | |
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 2 | -2/+4 | |
* | Qualify some paths in 'add missing impl members' | Florian Diebold | 2020-01-11 | 3 | -0/+33 | |
* | Split `infer` query into two for better profiling | Michal Terepeta | 2020-01-03 | 1 | -4/+4 | |
* | Split `crate_def_map` into two methods | Michal Terepeta | 2020-01-03 | 1 | -5/+5 | |
* | Add `profile` calls to {Module,Function}::diagnostics | Michal Terepeta | 2020-01-03 | 1 | -0/+3 | |
* | Merge #2650 | bors[bot] | 2019-12-29 | 1 | -1/+25 | |
|\ | ||||||
| * | Use pre-stored macro file | Edwin Cheng | 2019-12-23 | 1 | -19/+21 | |
| * | Add macro call support for type_of | Edwin Cheng | 2019-12-23 | 1 | -2/+24 |