Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Upgrade Chalk | Florian Diebold | 2020-05-27 | 4 | -55/+54 | |
* | | Fixed missing newline on each field on "Missing structure fields". | Cadu | 2020-05-27 | 1 | -2/+2 | |
|/ | ||||||
* | Fix some clippy perf warnings | Jeremy Kolb | 2020-05-25 | 1 | -2/+1 | |
* | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 2 | -8/+51 | |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 7 | -10/+128 | |
* | Provide missing Chalk debug methods | Florian Diebold | 2020-05-22 | 2 | -0/+112 | |
* | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 5 | -14/+14 | |
* | Split up chalk module a bit | Florian Diebold | 2020-05-22 | 3 | -958/+982 | |
* | Add some tests for Chalk built-in trait impls | Florian Diebold | 2020-05-22 | 1 | -0/+78 | |
* | Provide Chalk well-known traits | Florian Diebold | 2020-05-22 | 1 | -6/+33 | |
* | Use Chalk's built-in representations of primitive types | Florian Diebold | 2020-05-22 | 1 | -10/+160 | |
* | Update Chalk | Florian Diebold | 2020-05-22 | 3 | -52/+81 | |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 12 | -42/+28 | |
* | Apply suggestion of @flodiebold: Get rid of multiple unwraps | Roland Ruckerbauer | 2020-05-19 | 1 | -12/+10 | |
* | loop return value inference: add tests | Roland Ruckerbauer | 2020-05-19 | 1 | -0/+63 | |
* | Move false negative expr_diverges_missing_arm() to working tests | Roland Ruckerbauer | 2020-05-19 | 1 | -21/+18 | |
* | loop return value inference: coerce_merge branches | Roland Ruckerbauer | 2020-05-19 | 1 | -15/+23 | |
* | Infer return type of loops with value breaks. | Roland Ruckerbauer | 2020-05-18 | 2 | -6/+16 | |
* | 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 | 3 | -15/+40 | |
|/ | ||||||
* | Chalk upgrade | Florian Diebold | 2020-05-16 | 2 | -22/+41 | |
* | 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 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #4220 #4240 | bors[bot] | 2020-05-01 | 2 | -1/+41 | |
|\ \ \ | |_|/ |/| | |