Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Support `Trait as _` imports | Jonas Schievink | 2020-07-21 | 1 | -0/+22 | |
* | Replace remaining insta uses | Laurențiu Nicola | 2020-07-21 | 1 | -1640/+1634 | |
* | Remove some unnecessary file names | Florian Diebold | 2020-07-12 | 1 | -3/+0 | |
* | Add test for #4281 | Florian Diebold | 2020-07-12 | 1 | -0/+23 | |
* | Search more efficiently for int/float impls | Florian Diebold | 2020-07-12 | 1 | -1/+18 | |
* | Enable Chalk tracing in hir_ty tests | Florian Diebold | 2020-07-12 | 1 | -59/+34 | |
* | Fix inference of indexing argument (partly) | Florian Diebold | 2020-07-03 | 1 | -0/+36 | |
* | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 1 | -0/+18 | |
* | Update the rest of the tests | Aleksey Kladov | 2020-06-29 | 1 | -212/+130 | |
* | Bump chalk | Laurențiu Nicola | 2020-06-26 | 1 | -4/+4 | |
* | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 1 | -747/+747 | |
* | Push obligation instead of matching on solution | adamrk | 2020-06-20 | 1 | -4/+4 | |
* | Add test for dyn Fn Output | adamrk | 2020-06-20 | 1 | -0/+68 | |
* | move tests to ra_hir_ty | adamrk | 2020-06-20 | 1 | -0/+155 | |
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 1 | -14/+16 | |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 1 | -27/+27 | |
* | Review fixes | Florian Diebold | 2020-06-05 | 1 | -15/+58 | |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -1/+46 | |
* | Upgrade Chalk | Florian Diebold | 2020-05-29 | 1 | -5/+49 | |
* | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 1 | -0/+32 | |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 1 | -0/+42 | |
* | Add some tests for Chalk built-in trait impls | Florian Diebold | 2020-05-22 | 1 | -0/+78 | |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -4/+4 | |
* | Add more tests for Fn traits | Hrvoje Ban | 2020-05-18 | 1 | -0/+132 | |
* | Remove whitespaces | Edwin Cheng | 2020-05-03 | 1 | -1/+1 | |
* | Support macro for trait items | Edwin Cheng | 2020-05-03 | 1 | -19/+21 | |
* | For associated type shorthand (T::Item), use the substs from the where clause | Florian Diebold | 2020-04-26 | 1 | -0/+30 | |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -553/+553 | |
* | Merge #4023 | bors[bot] | 2020-04-18 | 1 | -0/+36 | |
|\ | ||||||
| * | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 1 | -0/+36 | |
* | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 1 | -0/+24 | |
* | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 | |
|/ | ||||||
* | Test for non-working proc macro server assoc types | Florian Diebold | 2020-04-16 | 1 | -0/+68 | |
* | Switch Chalk to recursive solver | Florian Diebold | 2020-04-16 | 1 | -29/+21 | |
*-. | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 1 | -0/+27 | |
|\ \ | ||||||
| * | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 1 | -0/+27 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #3964 #3965 #3967 | bors[bot] | 2020-04-15 | 1 | -1/+72 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 1 | -1/+25 | |
| |/ |/| | ||||||
| * | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 1 | -0/+47 | |
|/ | ||||||
* | Fix Chalk panic | Florian Diebold | 2020-04-06 | 1 | -0/+25 | |
* | Hide unit fn return types | Laurențiu Nicola | 2020-04-05 | 1 | -6/+6 | |
* | Resolve `Self::AssocTy` in impls | Florian Diebold | 2020-03-06 | 1 | -0/+41 | |
* | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 1 | -0/+28 | |
* | Normalize associated types in types coming from Chalk | Florian Diebold | 2020-02-21 | 1 | -0/+42 | |
* | Make Self implement the trait inside trait default methods | Florian Diebold | 2020-02-14 | 1 | -0/+48 | |
* | Add two more tests | Florian Diebold | 2020-02-07 | 1 | -0/+51 | |
* | Don't print implicit type args from impl Trait | Florian Diebold | 2020-02-07 | 1 | -11/+11 | |
* | Deal better with implicit type parameters and argument lists | Florian Diebold | 2020-02-07 | 1 | -0/+108 | |
* | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 1 | -13/+11 | |
* | Fix APIT some more | Florian Diebold | 2020-02-07 | 1 | -23/+28 |