Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt | robojumper | 2020-05-31 | 1 | -10/+20 |
* | correctly infer labelled breaks | robojumper | 2020-05-31 | 2 | -13/+47 |
* | 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 | 2 | -4/+4 |
* | 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 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
* | Remove SyntaxPtr::range from more places | Aleksey Kladov | 2020-04-23 | 1 | -2/+5 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -5/+3 |
* | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 1 | -0/+4 |
* | 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 |
|/ | |||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -6/+4 |
* | use uniform accessor | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 |
* | Merge #3918 | bors[bot] | 2020-04-09 | 1 | -18/+33 |
|\ | |||||
| * | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -3/+6 |
| |\ | |||||
| * | | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 1 | -18/+33 |
* | | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -2/+5 |
| |/ |/| | |||||
* | | Scale back to only two traits | Aleksey Kladov | 2020-04-09 | 1 | -1/+0 |
* | | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -3/+7 |
|/ | |||||
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 1 | -2/+1 |
* | lower bool literal with the value from source code rather than default bool v... | Josh Mcguigan | 2020-04-01 | 1 | -1/+1 |
* | lower literal patterns | Josh Mcguigan | 2020-04-01 | 1 | -21/+33 |
* | Get rid of ItemOrMacro | Aleksey Kladov | 2020-03-26 | 1 | -1/+2 |
* | Add support for macro in symbo_index | Edwin Cheng | 2020-03-22 | 1 | -11/+1 |
* | Simplify Arena to use a generic index | Aleksey Kladov | 2020-03-19 | 2 | -8/+6 |