Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 1 | -2/+2 | |
* | Merge #4305 | bors[bot] | 2020-05-05 | 1 | -0/+29 | |
|\ | ||||||
| * | Add test for issue | Edwin Cheng | 2020-05-04 | 1 | -0/+29 | |
* | | Remove whitespaces | Edwin Cheng | 2020-05-03 | 1 | -1/+1 | |
* | | Support macro for trait items | Edwin Cheng | 2020-05-03 | 1 | -19/+21 | |
|/ | ||||||
* | Merge #4234 | bors[bot] | 2020-05-02 | 1 | -0/+26 | |
|\ | ||||||
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 1 | -0/+26 | |
* | | Add smoke test for decorated blocks | Aleksey Kladov | 2020-05-02 | 1 | -0/+32 | |
* | | Add test | Edwin Cheng | 2020-05-01 | 1 | -0/+40 | |
|/ | ||||||
* | Merge #4173 | bors[bot] | 2020-04-27 | 1 | -4/+29 | |
|\ | ||||||
| * | Use empty-deps tricks to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -6/+5 | |
| * | Add test | Edwin Cheng | 2020-04-27 | 1 | -0/+26 | |
| * | Use core instead of std for builtin derive macros | Edwin Cheng | 2020-04-27 | 1 | -4/+4 | |
* | | 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 | 7 | -2192/+2192 | |
* | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 1 | -0/+41 | |
* | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 1 | -0/+26 | |
* | 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 | |
* | | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -0/+49 | |
|/ | ||||||
* | 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 | 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 |