Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 5 | -18/+17 | |
* | loop return value inference: add tests | Roland Ruckerbauer | 2020-05-19 | 1 | -0/+63 | |
* | Merge #4497 | bors[bot] | 2020-05-18 | 1 | -0/+31 | |
|\ | ||||||
| * | Create LowerCtx on the fly | Edwin Cheng | 2020-05-17 | 1 | -0/+31 | |
* | | Add more tests for Fn traits | Hrvoje Ban | 2020-05-18 | 1 | -0/+132 | |
* | | Allow calling dyn trait super trait methods without the super trait in scope | Florian Diebold | 2020-05-16 | 1 | -0/+31 | |
|/ | ||||||
* | Handle `Self` in values and patterns | Florian Diebold | 2020-05-15 | 2 | -0/+83 | |
* | Omit default types in HirDisplay SourceCode mode | Timo Freiberg | 2020-05-10 | 1 | -0/+27 | |
* | infer: Make expected rhs type for plain assign the lhs type | Emil Lauridsen | 2020-05-10 | 1 | -0/+29 | |
* | Merge #4175 | bors[bot] | 2020-05-09 | 1 | -0/+23 | |
|\ | ||||||
| * | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 1 | -0/+23 | |
* | | Handle coercing function types to function pointers in match | Florian Diebold | 2020-05-08 | 1 | -0/+42 | |
* | | Handle break somewhat better | Florian Diebold | 2020-05-08 | 1 | -1/+71 | |
* | | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 4 | -9/+114 | |
|/ | ||||||
* | Fix type of byte literals | Florian Diebold | 2020-05-08 | 2 | -8/+9 | |
* | 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 |