Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Infer type for slice wildcard patterns | adamrk | 2020-06-25 | 2 | -0/+27 |
* | Fix string literal inference in match | Laurențiu Nicola | 2020-06-24 | 1 | -0/+57 |
* | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 8 | -2692/+2692 |
* | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 1 | -1/+1 |
* | Merge #4958 | bors[bot] | 2020-06-20 | 1 | -0/+223 |
|\ | |||||
| * | Push obligation instead of matching on solution | adamrk | 2020-06-20 | 1 | -4/+4 |
| * | Add test for dyn Fn Output | adamrk | 2020-06-20 | 1 | -0/+68 |
| * | move tests to ra_hir_ty | adamrk | 2020-06-20 | 1 | -0/+155 |
* | | Shift bound variables correctly when using assoc type shorthand | Florian Diebold | 2020-06-19 | 1 | -0/+91 |
* | | Use correct substs for super trait assoc types | Florian Diebold | 2020-06-19 | 1 | -0/+28 |
|/ | |||||
* | Fix substs in resolve_value_path for ImplSelf | Vincent Rouillé | 2020-06-19 | 1 | -0/+32 |
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 2 | -16/+18 |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 4 | -83/+137 |
* | Review fixes | Florian Diebold | 2020-06-05 | 1 | -15/+58 |
* | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 1 | -1/+46 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -10/+10 |
* | labelled break test | robojumper | 2020-05-31 | 1 | -0/+54 |
* | Merge #4653 | bors[bot] | 2020-05-30 | 1 | -0/+50 |
|\ | |||||
| * | Fix match ergonomics in closure parameters | Florian Diebold | 2020-05-29 | 1 | -0/+50 |
* | | Merge #4651 | bors[bot] | 2020-05-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use first match branch in case of type mismatch, not last | Florian Diebold | 2020-05-29 | 1 | -1/+1 |
* | | | 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 | 2 | -6/+31 |
|/ | |||||
* | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 1 | -0/+32 |
* | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 1 | -0/+42 |
* | Add some tests for Chalk built-in trait impls | Florian Diebold | 2020-05-22 | 1 | -0/+78 |
* | 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 |