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 | 1 | -5/+5 | |
* | show names for record fields in enum completion | adamrk | 2020-02-16 | 1 | -0/+5 | |
* | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 1 | -1/+0 | |
* | 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 | |
* | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 1 | -10/+60 | |
* | 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 | 1 | -6/+8 | |
* | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 1 | -4/+7 | |
* | Auto import functions | Kirill Bulatov | 2020-02-01 | 1 | -6/+11 | |
* | 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 | 1 | -4/+70 | |
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -2/+18 | |
* | Use attr location for builtin macro goto-imp | Edwin Cheng | 2020-01-12 | 1 | -1/+23 | |
* | Apply review suggestions | Florian Diebold | 2020-01-11 | 1 | -1/+3 | |
* | Qualify some paths in 'add missing impl members' | Florian Diebold | 2020-01-11 | 1 | -0/+13 | |
* | Add `profile` calls to {Module,Function}::diagnostics | Michal Terepeta | 2020-01-03 | 1 | -0/+3 | |
* | visible_from -> is_visible_from | Florian Diebold | 2019-12-27 | 1 | -2/+2 | |
* | Remove visibility query, instead add struct field visibility to data | Florian Diebold | 2019-12-26 | 1 | -2/+2 | |
* | Rename ResolvedVisibility -> Visibility | Florian Diebold | 2019-12-26 | 1 | -3/+3 | |
* | Add visibility in code model for fields | Florian Diebold | 2019-12-26 | 1 | -1/+18 | |
* | Fill in type params in 'add missing impl members' assist | Florian Diebold | 2019-12-24 | 1 | -0/+11 | |
* | Simplify | Aleksey Kladov | 2019-12-22 | 1 | -1/+1 | |
* | Remove imports from hir | Aleksey Kladov | 2019-12-21 | 1 | -11/+4 | |
* | Revert "Merge #2629" | Aleksey Kladov | 2019-12-21 | 1 | -8/+10 | |
* | Remove hir for imports | Aleksey Kladov | 2019-12-21 | 1 | -10/+8 | |
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 | |
* | Use generic ItemLoc for impls | Aleksey Kladov | 2019-12-20 | 1 | -2/+2 | |
* | Support for nested traits | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 | |
* | Support for nested ADT | Aleksey Kladov | 2019-12-20 | 1 | -6/+6 | |
* | Drop dead code | Aleksey Kladov | 2019-12-19 | 1 | -59/+3 | |
* | Rename N! to name! | Florian Diebold | 2019-12-13 | 1 | -2/+2 | |
* | Add macros for known names and paths | Florian Diebold | 2019-12-13 | 1 | -2/+2 | |
* | Move enum&union to new loc | Aleksey Kladov | 2019-12-12 | 1 | -5/+5 | |
* | Move structs to new loc | Aleksey Kladov | 2019-12-12 | 1 | -2/+2 | |
* | Move traits to the new loc | Aleksey Kladov | 2019-12-12 | 1 | -1/+1 | |
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 1 | -2/+5 | |
* | Remove one more Ty | Aleksey Kladov | 2019-12-08 | 1 | -5/+0 | |
* | Cleanup module structure | Aleksey Kladov | 2019-12-08 | 1 | -3/+0 | |
* | Remove dead code | Aleksey Kladov | 2019-12-08 | 1 | -33/+0 | |
* | Remove ty from code_model | Aleksey Kladov | 2019-12-08 | 1 | -20/+16 | |
* | Remove bodies from code_model | Aleksey Kladov | 2019-12-08 | 1 | -9/+0 | |
* | remove `infer` method from CodeModel | Aleksey Kladov | 2019-12-08 | 1 | -14/+2 | |
* | Drop some unused methods | Aleksey Kladov | 2019-12-08 | 1 | -47/+1 | |
* | Cleanup Field ty | Aleksey Kladov | 2019-12-08 | 1 | -10/+21 |