Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 2 | -4/+19 |
* | Proper handling $crate Take 2 | Edwin Cheng | 2021-01-07 | 1 | -0/+31 |
* | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 1 | -31/+0 |
* | Fixed nested eager macro bug | Edwin Cheng | 2021-01-03 | 1 | -0/+46 |
* | Merge #7133 | bors[bot] | 2021-01-02 | 1 | -0/+31 |
|\ | |||||
| * | Introduce HygieneFrames for proper token hyginee | Edwin Cheng | 2021-01-02 | 1 | -0/+31 |
* | | Merge #7134 | bors[bot] | 2021-01-02 | 1 | -0/+18 |
|\ \ | |||||
| * | | Fix infer error of macro invocation in array expr | Edwin Cheng | 2021-01-02 | 1 | -0/+18 |
| |/ | |||||
* | | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -1/+0 |
* | | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 1 | -0/+17 |
|/ | |||||
* | Implement const block inference | Lukas Wirth | 2020-12-23 | 1 | -4/+9 |
* | Implement const pat inference | Lukas Wirth | 2020-12-23 | 1 | -0/+30 |
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -0/+6 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -1/+0 |
* | Add regression test | Edwin Cheng | 2020-12-15 | 1 | -0/+24 |
* | Add test for #6852 | Florian Diebold | 2020-12-13 | 1 | -0/+37 |
* | Infer labeled blocks | Lukas Wirth | 2020-12-11 | 1 | -0/+56 |
* | Upgrade Chalk | Florian Diebold | 2020-12-07 | 1 | -0/+43 |
* | Use correct, full substs for self type in impl | Florian Diebold | 2020-12-04 | 1 | -0/+19 |
* | Properly infer tuple struct patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 1 | -0/+48 |
* | Properly infer tuple patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 1 | -0/+47 |
* | binary operator overload type inference: add test mark | Roland Ruckerbauer | 2020-10-14 | 1 | -0/+3 |
* | Implement binary operator overloading type inference | Roland Ruckerbauer | 2020-10-13 | 1 | -0/+86 |
* | Use Ty::apply instead of simple and fix method resolution. | Charles Lew | 2020-09-16 | 1 | -3/+1 |
* | Add a test. | Charles Lew | 2020-09-16 | 1 | -0/+38 |
* | Merge #5971 | bors[bot] | 2020-09-13 | 2 | -18/+67 |
|\ | |||||
| * | Implement async blocks | oxalica | 2020-09-10 | 2 | -18/+67 |
* | | Add box pattern test | Jonas Schievink | 2020-09-12 | 1 | -0/+25 |
|/ | |||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 8 | -8/+8 |
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 9 | -0/+9980 |