Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
*-----. | Merge #4113 #4136 #4141 #4142 | bors[bot] | 2020-04-25 | 2 | -1/+5 | |
|\ \ \ \ | ||||||
| | | * | | Fix typo | veetaha | 2020-04-25 | 1 | -1/+1 | |
| | | |/ | ||||||
| | * / | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 1 | -0/+4 | |
| | |/ | ||||||
* | / | Prefer core/alloc paths on #![no_std] | Jonas Schievink | 2020-04-25 | 2 | -14/+87 | |
| |/ |/| | ||||||
* | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 6 | -24/+24 | |
* | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 | |
|/ | ||||||
* | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 2 | -3/+38 | |
* | 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 | |
* | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 2 | -25/+50 | |
* | Merge #4012 | bors[bot] | 2020-04-17 | 1 | -3/+10 | |
|\ | ||||||
| * | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -3/+10 | |
* | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 2 | -7/+2 | |
* | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 1 | -3/+3 | |
* | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 4 | -5/+11 | |
|/ | ||||||
*-. | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 1 | -4/+14 | |
|\ \ | ||||||
| * | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 1 | -4/+14 | |
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #3964 #3965 #3967 | bors[bot] | 2020-04-15 | 4 | -11/+51 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 4 | -11/+51 | |
| |/ / | ||||||
* / / | handle tuple patterns with ellipsis | Josh Mcguigan | 2020-04-13 | 2 | -8/+25 | |
|/ / | ||||||
* | | 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 | 2 | -6/+5 | |
* | | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 3 | -32/+5 | |
* | | | Make incremental nameres test harder | Aleksey Kladov | 2020-04-11 | 1 | -0/+6 | |
* | | | Avoid cyclic queries in name resolution when processing enums | Aleksey Kladov | 2020-04-11 | 3 | -15/+48 | |
* | | | Align naming | Aleksey Kladov | 2020-04-11 | 4 | -6/+5 | |
* | | | Remove code duplication | Aleksey Kladov | 2020-04-11 | 2 | -5/+2 | |
* | | | Use Expander for cfg handling in structs | Aleksey Kladov | 2020-04-11 | 1 | -10/+10 | |
* | | | Use Expander for cfg handling in impls | Aleksey Kladov | 2020-04-11 | 1 | -13/+14 | |
* | | | Pull Expander up | Aleksey Kladov | 2020-04-11 | 3 | -11/+24 | |
* | | | Simplify | Aleksey Kladov | 2020-04-11 | 2 | -8/+8 | |
| |/ |/| | ||||||
* | | Forward compat | Aleksey Kladov | 2020-04-10 | 3 | -7/+7 | |
* | | profile queries | Aleksey Kladov | 2020-04-10 | 1 | -0/+5 | |
* | | Semicolon token | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 | |
* | | add record pat missing field diagnostic | Josh Mcguigan | 2020-04-10 | 2 | -28/+9 | |
|/ | ||||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 3 | -10/+8 | |
* | use uniform accessor | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 | |
* | Merge #3918 | bors[bot] | 2020-04-09 | 4 | -45/+82 | |
|\ | ||||||
| * | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 5 | -5/+16 | |
| |\ | ||||||
| * | | feat: add support for feature attributes in struct literal | Benjamin Coenen | 2020-04-09 | 4 | -45/+82 | |
* | | | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 5 | -9/+12 | |
* | | | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 2 | -2/+2 | |
| |/ |/| | ||||||
* | | 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 | 5 | -5/+17 | |
|/ | ||||||
* | feat: add attributes support on struct fields and method #3870 | Benjamin Coenen | 2020-04-08 | 2 | -31/+24 | |
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-07 | 1 | -0/+5 | |
|\ |