Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make macro a NameOwner | Aleksey Kladov | 2019-02-11 | 6 | -5/+14 | |
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 2 | -2/+2 | |
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 2 | -2/+2 | |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 7 | -41/+104 | |
* | Extract project model to separate crate | Florian Diebold | 2019-02-09 | 1 | -1/+1 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 26 | -314/+95 | |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 3 | -1/+12 | |
* | Add AST for extern crate | Florian Diebold | 2019-02-04 | 5 | -6/+16 | |
* | Fix number of extern_inner_attributes | DJMcNab | 2019-02-02 | 2 | -0/+0 | |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 2 | -1/+37 | |
* | convert punts and literals | Aleksey Kladov | 2019-01-31 | 3 | -18/+113 | |
* | Merge #692 | bors[bot] | 2019-01-31 | 15 | -0/+432 | |
|\ | ||||||
| * | Parse and validate attributes in blocks | DJMcNab | 2019-01-28 | 10 | -0/+352 | |
| * | Add a test for inner attributes on extern blocks | DJMcNab | 2019-01-27 | 2 | -0/+30 | |
| * | Correctly parse inner attributes of impl blocks | DJMcNab | 2019-01-27 | 3 | -0/+50 | |
* | | Infer type of match guard | Marcus Klaas de Vries | 2019-01-28 | 6 | -44/+117 | |
* | | Typos | Erlend Tobiassen | 2019-01-27 | 1 | -2/+2 | |
|/ | ||||||
* | Merge #685 | bors[bot] | 2019-01-27 | 4 | -36/+125 | |
|\ | ||||||
| * | Stop using let_stmt twice | DJMcNab | 2019-01-27 | 1 | -43/+41 | |
| * | Make attrs be a child of the let statement | DJMcNab | 2019-01-26 | 3 | -23/+26 | |
| * | Support attributes on let statements | DJMcNab | 2019-01-26 | 3 | -20/+108 | |
* | | Merge #662 | bors[bot] | 2019-01-27 | 1 | -13/+62 | |
|\ \ | ||||||
| * | | Make doc comments optional | Jeremy Kolb | 2019-01-26 | 1 | -5/+24 | |
| * | | Do not unconditionally trim comments | Jeremy Kolb | 2019-01-26 | 1 | -2/+1 | |
| * | | Preserve indentation in doc comments | Jeremy Kolb | 2019-01-26 | 1 | -9/+40 | |
* | | | fix verification on CI | Aleksey Kladov | 2019-01-26 | 1 | -44/+0 | |
* | | | fix AST for if expressions | Aleksey Kladov | 2019-01-26 | 2 | -2/+60 | |
| |/ |/| | ||||||
* | | Struct literals should not be a `BlockLike::Block` | DJMcNab | 2019-01-26 | 3 | -1/+118 | |
* | | :arrow_up: rowan | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #660 | bors[bot] | 2019-01-26 | 3 | -1/+68 | |
|\ | ||||||
| * | Support macro calls in type position | Erlend Tobiassen | 2019-01-25 | 3 | -1/+68 | |
* | | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | 2019-01-25 | 13 | -62/+62 | |
* | | Add docs to struct fields | Jeremy A. Kolb | 2019-01-25 | 3 | -2/+3 | |
|/ | ||||||
* | Merge #630 | bors[bot] | 2019-01-25 | 2 | -24/+45 | |
|\ | ||||||
| * | Fill in DocumentSymbol::detail | Hrvoje Ban | 2019-01-24 | 2 | -24/+45 | |
* | | Merge #633 | bors[bot] | 2019-01-24 | 4 | -8/+523 | |
|\ \ | ||||||
| * | | use ToOwned trait instead of inherent method | Aleksey Kladov | 2019-01-24 | 4 | -8/+523 | |
* | | | Merge #623 | bors[bot] | 2019-01-24 | 3 | -2/+10 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 2 | -2/+3 | |
| * | | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -0/+7 | |
* | | | Reformat | DJMcNab | 2019-01-24 | 1 | -15/+16 | |
* | | | Apply suggestions from code review | Daniel McNab | 2019-01-24 | 1 | -2/+1 | |
* | | | Dedupe PATH_FIRST in ATOM_EXPR_FIRST | DJMcNab | 2019-01-24 | 1 | -7/+2 | |
* | | | Support universal function call syntax in function calls | DJMcNab | 2019-01-24 | 6 | -6/+226 | |
| |/ |/| | ||||||
* | | minor rename | Aleksey Kladov | 2019-01-24 | 1 | -4/+4 | |
|/ | ||||||
* | Make EnumVariant a DocCommentsOwner | Jeremy A. Kolb | 2019-01-23 | 3 | -2/+4 | |
* | More correct raw ident handling | Josh Robson Chase | 2019-01-23 | 3 | -5/+58 | |
* | Use IDENT for both raw and normal idents | Josh Robson Chase | 2019-01-23 | 22 | -78/+39 | |
* | Add raw idents to lexer and parser | Josh Robson Chase | 2019-01-23 | 26 | -40/+124 | |
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 2 | -1/+35 |