Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename Expr::UnsafeBlock to Expr::Unsafe | Paul Daniel Faria | 2020-06-27 | 1 | -2/+2 |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 1 | -1/+4 |
* | fmt | robojumper | 2020-05-31 | 1 | -1/+1 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -6/+13 |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 1 | -1/+2 |
* | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 1 | -0/+4 |
* | Kill more zombies | Aleksey Kladov | 2020-04-30 | 1 | -4/+0 |
* | handle tuple patterns with ellipsis | Josh Mcguigan | 2020-04-13 | 1 | -3/+3 |
* | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 1 | -27/+6 |
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 1 | -12/+5 |
* | Fix handling of const patterns | Florian Diebold | 2020-02-21 | 1 | -1/+1 |
* | Merge #3062 | bors[bot] | 2020-02-11 | 1 | -3/+3 |
|\ | |||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 1 | -3/+3 |
* | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 1 | -2/+3 |
|/ | |||||
* | Handle closure return types | Florian Diebold | 2019-12-20 | 1 | -0/+1 |
* | Reduce variants of Expr | oxalica | 2019-11-29 | 1 | -24/+14 |
* | Infer range types | oxalica | 2019-11-28 | 1 | -2/+26 |
* | Add helpful pointer to module docs | Aleksey Kladov | 2019-11-12 | 1 | -0/+2 |
* | Move definition of exprs to hir_def | Aleksey Kladov | 2019-11-12 | 1 | -0/+419 |