Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup changes leftover from previous tracking attempt | Paul Daniel Faria | 2020-06-27 | 1 | -14/+16 |
* | Remove track_parent and parent_map, replace with simple walk in missign unsaf... | Paul Daniel Faria | 2020-06-27 | 1 | -271/+98 |
* | Fix issues caused during rebase | Paul Daniel Faria | 2020-06-27 | 1 | -45/+63 |
* | unsafe: Clean up, improve tracking, add debug_assert | Paul Daniel Faria | 2020-06-27 | 1 | -80/+157 |
* | Track expr parents during lowering, use parent map when checking if unsafe ex... | Paul Daniel Faria | 2020-06-27 | 1 | -88/+164 |
* | Rename Expr::UnsafeBlock to Expr::Unsafe | Paul Daniel Faria | 2020-06-27 | 1 | -1/+1 |
* | Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr... | Paul Daniel Faria | 2020-06-27 | 1 | -1/+5 |
* | Make find_inner_item fallible | Jonas Schievink | 2020-06-26 | 1 | -14/+15 |
* | find_inner_item: more detailed panic message | Jonas Schievink | 2020-06-26 | 1 | -1/+7 |
* | Simplify inner item lowering | Jonas Schievink | 2020-06-26 | 1 | -61/+30 |
* | Use a HashMap instead of Vec | Jonas Schievink | 2020-06-24 | 1 | -8/+9 |
* | Remove unneeded HirFileId argument | Jonas Schievink | 2020-06-24 | 1 | -4/+3 |
* | Merge item tree traits | Jonas Schievink | 2020-06-24 | 1 | -2/+2 |
* | Collect inner items in expression macros | Jonas Schievink | 2020-06-24 | 1 | -1/+3 |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -51/+122 |
* | Hook up query, add impls, lower moar | Jonas Schievink | 2020-06-24 | 1 | -4/+3 |
* | Start item tree | Aleksey Kladov | 2020-06-24 | 1 | -3/+4 |
* | fmt | robojumper | 2020-05-31 | 1 | -10/+20 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 1 | -11/+45 |
* | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 1 | -3/+16 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -2/+2 |
* | Create LowerCtx on the fly | Edwin Cheng | 2020-05-17 | 1 | -9/+10 |
* | Merge #4305 | bors[bot] | 2020-05-05 | 1 | -3/+10 |
|\ | |||||
| * | Change favor_types to has_constructor | Edwin Cheng | 2020-05-04 | 1 | -4/+4 |
| * | Remove unused import | Edwin Cheng | 2020-05-04 | 1 | -2/+2 |
| * | Favor types for Record in name resolution | Edwin Cheng | 2020-05-04 | 1 | -4/+11 |
* | | refactor: use attrsOwner directly in is_cfg_enabled | Benjamin Coenen | 2020-05-05 | 1 | -4/+2 |
|/ | |||||
* | Merge #4234 | bors[bot] | 2020-05-02 | 1 | -0/+1 |
|\ | |||||
| * | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 1 | -0/+1 |
* | | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -11/+13 |
* | | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 1 | -0/+4 |
* | | Introduce LowerCtx for path lowering | Edwin Cheng | 2020-05-01 | 1 | -8/+34 |
|/ | |||||
* | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | 2020-04-30 | 1 | -4/+0 |
* | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 1 | -0/+4 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -5/+3 |
* | Merge #4012 | bors[bot] | 2020-04-17 | 1 | -3/+10 |
|\ | |||||
| * | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -3/+10 |
* | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 1 | -1/+2 |
|/ | |||||
* | handle tuple patterns with ellipsis | Josh Mcguigan | 2020-04-13 | 1 | -5/+22 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -1/+1 |
* | Merge #3925 | bors[bot] | 2020-04-11 | 1 | -1/+0 |
|\ | |||||
| * | Avoid adding a RecordFieldPat variant to the Pat enum | Geoffrey Copin | 2020-04-11 | 1 | -2/+0 |
| * | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 1 | -1/+2 |
* | | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -2/+1 |
* | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 1 | -22/+5 |
* | | Align naming | Aleksey Kladov | 2020-04-11 | 1 | -2/+1 |
* | | Pull Expander up | Aleksey Kladov | 2020-04-11 | 1 | -5/+3 |
* | | Simplify | Aleksey Kladov | 2020-04-11 | 1 | -8/+3 |
* | | Forward compat | Aleksey Kladov | 2020-04-10 | 1 | -3/+3 |
* | | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 1 | -1/+3 |
|/ |