Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -2/+2 |
* | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -6/+2 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 3 | -26/+50 |
* | labelled break test | robojumper | 2020-05-31 | 1 | -0/+54 |
* | Merge #4653 | bors[bot] | 2020-05-30 | 2 | -5/+61 |
|\ | |||||
| * | Fix match ergonomics in closure parameters | Florian Diebold | 2020-05-29 | 2 | -5/+61 |
* | | Merge #4651 | bors[bot] | 2020-05-29 | 2 | -4/+2 |
|\ \ | |||||
| * | | Use first match branch in case of type mismatch, not last | Florian Diebold | 2020-05-29 | 2 | -4/+2 |
* | | | Merge #4652 | bors[bot] | 2020-05-29 | 1 | -5/+49 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Upgrade Chalk | Florian Diebold | 2020-05-29 | 1 | -5/+49 |
| |/ | |||||
* / | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 4 | -22/+70 |
|/ | |||||
* | Merge #4641 | bors[bot] | 2020-05-28 | 3 | -52/+52 |
|\ | |||||
| * | Upgrade Chalk | Florian Diebold | 2020-05-27 | 3 | -52/+52 |
* | | 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 | 2 | -49/+78 |
* | 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 | 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 |