Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -3/+73 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 2 | -3/+26 | |
| |/ / |/| | | ||||||
| * | | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 1 | -0/+47 | |
|/ / | ||||||
* / | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -1/+2 | |
|/ | ||||||
* | Add failing test | Aleksey Kladov | 2020-04-10 | 1 | -2/+29 | |
* | Fix Chalk panic | Florian Diebold | 2020-04-06 | 1 | -0/+25 | |
* | Hide unit fn return types | Laurențiu Nicola | 2020-04-05 | 4 | -14/+14 | |
* | Fix inference of function pointer return types | Laurențiu Nicola | 2020-04-05 | 1 | -0/+26 | |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 1 | -2/+29 | |
* | Add inference for literal and range patterns | Florian Diebold | 2020-04-01 | 4 | -1/+95 | |
* | Remove collect proc_macro definitions | Edwin Cheng | 2020-03-25 | 1 | -6/+2 | |
* | Fix trailling whitespace | Edwin Cheng | 2020-03-25 | 1 | -1/+1 | |
* | Add basic custom derive lowering | Edwin Cheng | 2020-03-25 | 1 | -0/+23 | |
* | Move test to hir_ty | Edwin Cheng | 2020-03-21 | 1 | -0/+31 | |
* | Make MBE expansion more resilient (WIP) | Florian Diebold | 2020-03-16 | 1 | -4/+4 | |
* | Support local macro_rules | Edwin Cheng | 2020-03-14 | 1 | -0/+20 | |
* | Add and fix tests | Edwin Cheng | 2020-03-10 | 1 | -0/+20 | |
* | Prevent include! macro include itself | Edwin Cheng | 2020-03-07 | 1 | -0/+18 | |
* | Use a not so dummy implementation of env macro | Edwin Cheng | 2020-03-07 | 1 | -0/+27 | |
* | Resolve `Self::AssocTy` in impls | Florian Diebold | 2020-03-06 | 1 | -0/+41 | |
* | Merge #3494 | bors[bot] | 2020-03-06 | 1 | -0/+45 | |
|\ | ||||||
| * | Implment include macro | Edwin Cheng | 2020-03-06 | 1 | -0/+45 | |
* | | Support aliases and Self in struct literals | Florian Diebold | 2020-03-06 | 1 | -0/+41 | |
|/ | ||||||
* | Fix panic on eager expansion | Edwin Cheng | 2020-03-03 | 1 | -0/+21 | |
* | Add test | Edwin Cheng | 2020-03-03 | 1 | -0/+19 | |
* | Merge #3385 | bors[bot] | 2020-03-02 | 1 | -0/+19 | |
|\ | ||||||
| * | Fix #3373 | Florian Diebold | 2020-03-01 | 1 | -0/+19 | |
* | | handle array pattern matching type inference | Josh Mcguigan | 2020-03-01 | 1 | -0/+41 | |
* | | remove match statement, handle suffix | Josh Mcguigan | 2020-03-01 | 1 | -2/+2 | |
* | | handle arbitrary length slices | Josh Mcguigan | 2020-03-01 | 1 | -9/+24 | |
* | | match single prefix slice | Josh Mcguigan | 2020-03-01 | 1 | -0/+33 | |
|/ | ||||||
* | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 1 | -0/+28 | |
* | Do array unsizing for method receivers | Florian Diebold | 2020-02-29 | 1 | -0/+18 | |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -6/+6 | |
* | Fix a common false-positive type mismatch | Florian Diebold | 2020-02-29 | 1 | -0/+31 | |
* | Rework find_super_trait_path to protect against cycles | Florian Diebold | 2020-02-22 | 1 | -0/+38 | |
* | Add &dyn Trait -> &dyn SuperTrait coercion, and fix &T -> &dyn Trait | Florian Diebold | 2020-02-22 | 1 | -14/+26 | |
* | Implement dyn Trait unsizing as well | Florian Diebold | 2020-02-22 | 1 | -1/+7 | |
* | Implement unsize coercion using proper trait solving | Florian Diebold | 2020-02-22 | 1 | -0/+82 | |
* | Fix handling of const patterns | Florian Diebold | 2020-02-21 | 1 | -1/+45 | |
* | Normalize associated types in types coming from Chalk | Florian Diebold | 2020-02-21 | 1 | -0/+42 | |
* | Exclude methods from non-parameter types introduced by generic constraints | Laurențiu Nicola | 2020-02-19 | 1 | -0/+23 | |
* | Fix coercion of &T to itself | Florian Diebold | 2020-02-16 | 1 | -0/+22 | |
* | Merge #3147 | bors[bot] | 2020-02-14 | 1 | -0/+32 | |
|\ | ||||||
| * | Check that impl self type matches up with expected self type in path mode | Florian Diebold | 2020-02-14 | 1 | -0/+32 | |
* | | Make Self implement the trait inside trait default methods | Florian Diebold | 2020-02-14 | 1 | -0/+48 | |
|/ | ||||||
* | Don't let unknown match arms fall back to ! | Florian Diebold | 2020-02-11 | 1 | -0/+17 |