Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | 3 | -15/+40 | |
|/ | ||||||
* | Chalk upgrade | Florian Diebold | 2020-05-16 | 1 | -19/+38 | |
* | Handle `Self` in values and patterns | Florian Diebold | 2020-05-15 | 4 | -14/+183 | |
* | Adds a param_idx helper | Fedor Sakharov | 2020-05-14 | 1 | -0/+5 | |
*-. | Merge #4394 #4414 | bors[bot] | 2020-05-10 | 1 | -2/+6 | |
|\ \ | ||||||
| | * | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 1 | -2/+6 | |
* | | | Omit default types in HirDisplay SourceCode mode | Timo Freiberg | 2020-05-10 | 2 | -27/+63 | |
* | | | infer: Make expected rhs type for plain assign the lhs type | Emil Lauridsen | 2020-05-10 | 2 | -1/+31 | |
| |/ |/| | ||||||
* | | Merge #4175 | bors[bot] | 2020-05-09 | 3 | -38/+178 | |
|\ \ | |/ |/| | ||||||
| * | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 3 | -38/+178 | |
* | | Handle coercing function types to function pointers in match | Florian Diebold | 2020-05-08 | 4 | -11/+72 | |
* | | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 4 | -1/+62 | |
* | | Use matches! | Florian Diebold | 2020-05-08 | 1 | -4/+1 | |
* | | Handle break somewhat better | Florian Diebold | 2020-05-08 | 3 | -3/+105 | |
* | | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 7 | -23/+200 | |
|/ | ||||||
* | Fix type of byte literals | Florian Diebold | 2020-05-08 | 3 | -10/+11 | |
* | Fix usefulness check for never type | Mikail Bagishov | 2020-05-06 | 1 | -6/+23 | |
* | 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 | |
* | | Merge #4283 | bors[bot] | 2020-05-04 | 1 | -18/+20 | |
|\ \ | ||||||
| * | | Remove whitespaces | Edwin Cheng | 2020-05-03 | 1 | -1/+1 | |
| * | | Support macro for trait items | Edwin Cheng | 2020-05-03 | 1 | -19/+21 | |
| |/ | ||||||
* / | add support of cfg attributes on enum variants #4279 | Benjamin Coenen | 2020-05-03 | 1 | -0/+27 | |
|/ | ||||||
* | 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 | |
* | | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 1 | -0/+5 | |
* | | Add test | Edwin Cheng | 2020-05-01 | 1 | -0/+40 | |
|/ | ||||||
* | Kill more zombies | Aleksey Kladov | 2020-04-30 | 1 | -5/+0 | |
* | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 2 | -27/+28 | |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 2 | -57/+90 | |
* | 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 | 4 | -13/+119 | |
|/ | ||||||
* | Merge #4145 | bors[bot] | 2020-04-25 | 1 | -3/+2 | |
|\ | ||||||
| * | Fix panic in NoSuchField diagnostic | Aleksey Kladov | 2020-04-25 | 1 | -3/+2 | |
* | | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 1 | -0/+32 | |
|/ | ||||||
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 6 | -27/+25 | |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 7 | -2192/+2192 | |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 | |
* | Merge #4106 | bors[bot] | 2020-04-23 | 2 | -1/+42 | |
|\ | ||||||
| * | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 2 | -1/+42 | |
* | | Fully get rid of SyntaxNodePtr::range | Aleksey Kladov | 2020-04-23 | 1 | -20/+32 | |
|/ | ||||||
* | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 4 | -26/+161 | |
* | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 1 | -0/+26 | |
* | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 2 | -0/+10 |