Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
* | missing match arm diagnostic support enum record type | Josh Mcguigan | 2020-04-18 | 2 | -41/+331 | |
* | Merge #4023 | bors[bot] | 2020-04-18 | 4 | -27/+92 | |
|\ | ||||||
| * | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 4 | -27/+92 | |
* | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 | |
* | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 | |
* | | Merge #4012 | bors[bot] | 2020-04-17 | 1 | -0/+49 | |
|\ \ | ||||||
| * | | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -0/+49 | |
| |/ | ||||||
* | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 3 | -42/+5 | |
* | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -11/+11 | |
* | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 3 | -6/+43 | |
|/ | ||||||
* | Merge #3979 | bors[bot] | 2020-04-16 | 3 | -3/+51 | |
|\ | ||||||
| * | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 3 | -3/+51 | |
* | | 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 | 5 | -40/+53 | |
* | | Update Chalk | Florian Diebold | 2020-04-16 | 1 | -2/+3 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 3 | -7/+99 | |
|\ \ \ | ||||||
| * | | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 3 | -7/+99 |