Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 5 | -5/+5 | |
* | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 3 | -29/+94 | |
* | Fixed typos in local bindings | Vincent Esche | 2021-01-09 | 2 | -5/+5 | |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -2/+2 | |
* | Merge #7145 | bors[bot] | 2021-01-08 | 1 | -0/+31 | |
|\ | ||||||
| * | Proper handling $crate Take 2 | Edwin Cheng | 2021-01-07 | 1 | -0/+31 | |
* | | cargo fmt | Phil Ellison | 2021-01-07 | 1 | -6/+9 | |
* | | Add fix to wrap return expression in Some | Phil Ellison | 2021-01-07 | 2 | -12/+25 | |
* | | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -1/+1 | |
* | | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 | |
* | | Update crates | kjeremy | 2021-01-04 | 1 | -3/+3 | |
* | | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 1 | -1/+1 | |
* | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -1/+1 | |
|/ | ||||||
* | 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 | |
| |/ | ||||||
* | | Don't emit arg count diagnostics for method calls with unknown receiver | Florian Diebold | 2021-01-01 | 2 | -1/+29 | |
* | | Merge #7080 | bors[bot] | 2021-01-01 | 4 | -5/+34 | |
|\ \ | |/ |/| | ||||||
| * | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -1/+0 | |
| * | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 4 | -5/+35 | |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 | |
* | | Allow spurious warning from rust-lang/rust#80501 | Laurențiu Nicola | 2020-12-30 | 1 | -0/+2 | |
|/ | ||||||
* | Merge #7021 | bors[bot] | 2020-12-24 | 1 | -4/+4 | |
|\ | ||||||
| * | Track labels in the HIR | Lukas Wirth | 2020-12-24 | 1 | -4/+4 | |
* | | Merge #7020 | bors[bot] | 2020-12-23 | 4 | -6/+45 | |
|\ \ | ||||||
| * | | Implement const block inference | Lukas Wirth | 2020-12-23 | 2 | -5/+10 | |
| * | | Implement const pat inference | Lukas Wirth | 2020-12-23 | 2 | -1/+35 | |
| |/ | ||||||
* / | Bump chalk | Laurențiu Nicola | 2020-12-23 | 2 | -5/+12 | |
|/ | ||||||
* | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 2 | -12/+15 | |
* | decl_check: don't pass `db` around so often | Jonas Schievink | 2020-12-17 | 2 | -58/+60 | |
* | 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 | |
* | Merge #6852 | bors[bot] | 2020-12-13 | 2 | -2/+13 | |
|\ | ||||||
| * | Ignore lifetime params in substitutions | Lukas Wirth | 2020-12-13 | 2 | -2/+13 | |
* | | Merge #6845 | bors[bot] | 2020-12-12 | 1 | -1/+9 | |
|\ \ | |/ |/| | ||||||
| * | Don't HirDisplay unknown types when displaying for source | Lukas Wirth | 2020-12-12 | 1 | -1/+9 | |
* | | Merge #6818 | bors[bot] | 2020-12-12 | 5 | -39/+77 | |
|\ \ | ||||||
| * | | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 5 | -39/+77 | |
| |/ | ||||||
* | | Added remove this semicolon test | ivan770 | 2020-12-12 | 1 | -0/+10 | |
* | | Infer labeled blocks | Lukas Wirth | 2020-12-11 | 2 | -4/+74 | |
|/ | ||||||
* | Merge #6769 | bors[bot] | 2020-12-10 | 2 | -3/+60 | |
|\ | ||||||
| * | Cast to ExprStmt, style fixes | ivan770 | 2020-12-10 | 1 | -6/+5 | |
| * | Apply rustfmt changes | ivan770 | 2020-12-09 | 1 | -9/+8 | |
| * | Apply suggestions from code review | ivan770 | 2020-12-09 | 1 | -17/+20 | |
| * | Format code | ivan770 | 2020-12-08 | 1 | -4/+13 |