Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 1 | -2/+2 |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 1 | -1/+2 |
* | For associated type shorthand (T::Item), use the substs from the where clause | Florian Diebold | 2020-04-26 | 1 | -0/+12 |
* | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 1 | -1/+1 |
* | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 1 | -2/+2 |
* | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 1 | -0/+10 |
* | missing match arms diagnostic | Josh Mcguigan | 2020-04-07 | 1 | -0/+1 |
* | Fix Chalk panic | Florian Diebold | 2020-04-06 | 1 | -1/+2 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 |
* | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 1 | -30/+73 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -17/+19 |
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
* | Fix #3373 | Florian Diebold | 2020-03-01 | 1 | -0/+4 |
* | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 1 | -7/+10 |
* | Fix shift_bound_vars | Florian Diebold | 2020-02-22 | 1 | -3/+3 |
* | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 1 | -0/+20 |
* | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 1 | -0/+11 |
* | More manual clippy fixes | Kirill Bulatov | 2020-02-18 | 1 | -3/+2 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
* | Move hir_fmt code to display module | Florian Diebold | 2020-02-14 | 1 | -371/+4 |
* | Rename Ty::Param => Ty::Placeholder | Florian Diebold | 2020-02-14 | 1 | -5/+5 |
* | Fix some TODOs | Florian Diebold | 2020-02-07 | 1 | -7/+10 |
* | Don't print implicit type args from impl Trait | Florian Diebold | 2020-02-07 | 1 | -3/+10 |
* | Formatting | Florian Diebold | 2020-02-07 | 1 | -1/+4 |
* | Fix compilation of other crates | Florian Diebold | 2020-02-07 | 1 | -2/+8 |
* | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 1 | -24/+4 |
* | Comment fixes / todos | Florian Diebold | 2020-02-07 | 1 | -0/+2 |
* | Fix APIT some more | Florian Diebold | 2020-02-07 | 1 | -73/+80 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -22/+27 |
* | Fix printing of function types | Florian Diebold | 2020-02-07 | 1 | -3/+4 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -2/+32 |
* | 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 | -1/+3 |
* | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 1 | -1/+1 |
* | Standard formatting for array types | Aleksey Kladov | 2020-01-28 | 1 | -1/+1 |
* | Omit default parameters for reference types | Kirill Bulatov | 2020-01-22 | 1 | -1/+6 |
* | Split `infer` query into two for better profiling | Michal Terepeta | 2020-01-03 | 1 | -1/+1 |
* | Omit closure parameters | Kirill Bulatov | 2019-12-23 | 1 | -11/+20 |
* | Clippy lints | kjeremy | 2019-12-20 | 1 | -1/+1 |
* | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -4/+4 |
* | Omit default parameter types | Kirill Bulatov | 2019-12-19 | 1 | -1/+32 |
* | Reformat | Aleksey Kladov | 2019-12-07 | 1 | -2/+2 |
* | Refactor parameter count tracking | Aleksey Kladov | 2019-12-07 | 1 | -5/+5 |
* | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 1 | -21/+11 |
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -15/+0 |
* | Use Name::missing consistently | Aleksey Kladov | 2019-11-27 | 1 | -18/+7 |
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -0/+15 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -2/+1132 |
* | Doc primitives | Aleksey Kladov | 2019-11-26 | 1 | -1/+2 |
* | Introduce hir_ty | Aleksey Kladov | 2019-11-26 | 1 | -0/+3 |