Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 1 | -0/+6 | |
* | Merge #1743 | bors[bot] | 2019-09-05 | 1 | -0/+1 | |
|\ | ||||||
| * | Support resolution of `#[macro_use] extern crate` | uHOOCCOOHu | 2019-08-31 | 1 | -0/+1 | |
* | | fix assists | Aleksey Kladov | 2019-09-02 | 1 | -0/+20 | |
* | | fix hir for new block syntax | Aleksey Kladov | 2019-09-02 | 3 | -5/+5 | |
* | | fix generated AST | Aleksey Kladov | 2019-09-02 | 1 | -1/+1 | |
* | | remove useless trait | Aleksey Kladov | 2019-09-02 | 2 | -8/+5 | |
|/ | ||||||
* | Add `BoxPat` variant | Dylan MacKenzie | 2019-08-23 | 1 | -2/+37 | |
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 3 | -268/+268 | |
* | Improve/fix type bound lowering | Florian Diebold | 2019-08-22 | 1 | -26/+29 | |
* | Add `impl Trait` and `dyn Trait` types | Florian Diebold | 2019-08-22 | 1 | -0/+26 | |
* | Don't add `?` bounds as real bounds | Aleksey Kladov | 2019-08-22 | 1 | -0/+12 | |
* | remove ast::*Kind enums | Aleksey Kladov | 2019-08-19 | 1 | -345/+339 | |
* | use new quote-generated ast | Aleksey Kladov | 2019-08-18 | 2 | -1289/+1408 | |
* | Introduce separate hir::BinaryOp | Aleksey Kladov | 2019-08-17 | 1 | -6/+0 | |
* | implement accessors for IndexExpr | Aleksey Kladov | 2019-08-17 | 1 | -0/+9 | |
* | simplify | Aleksey Kladov | 2019-08-17 | 1 | -35/+36 | |
* | Lower fully qualified associated type paths | Florian Diebold | 2019-08-12 | 1 | -0/+10 | |
* | Add function parameters attributes | Evgenii P | 2019-08-07 | 1 | -0/+2 | |
* | Unconditionally trim the end of comments | kjeremy | 2019-07-31 | 1 | -9/+4 | |
* | Removes `*/` in block doc comments | kjeremy | 2019-07-31 | 1 | -2/+13 | |
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -3/+1 | |
* | Add special case for f32 and f43 suffices on Literal.kind | Phil Ellison | 2019-07-28 | 1 | -3/+21 | |
* | switch to upstream rowan's API | Aleksey Kladov | 2019-07-20 | 2 | -12/+6 | |
* | add await expr to ast | Unreal Hoang | 2019-07-20 | 1 | -1/+32 | |
* | convenience api | Aleksey Kladov | 2019-07-19 | 3 | -41/+41 | |
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 2 | -834/+959 | |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 6 | -2006/+935 | |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 | |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 4 | -11/+11 | |
* | Fix formatting | Shotaro Yamada | 2019-06-15 | 1 | -7/+3 | |
* | Skip attrs in `Literal::token` | Shotaro Yamada | 2019-06-15 | 1 | -2/+17 | |
* | [#1083] Try block syntax | Andrey Tkachenko | 2019-06-06 | 2 | -0/+43 | |
* | Fix clippy::single_char_pattern | Alan Du | 2019-06-04 | 1 | -1/+1 | |
* | add is_union to structs AST | Aleksey Kladov | 2019-05-20 | 1 | -1/+17 | |
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 2 | -60/+61 | |
* | Handle auto traits & negative impls | Florian Diebold | 2019-05-11 | 1 | -0/+10 | |
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -4/+4 | |
* | Merge #1208 | bors[bot] | 2019-05-04 | 1 | -0/+1 | |
|\ | ||||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -0/+1 | |
* | | Add default type param in TypeParam Node | Edwin Cheng | 2019-05-03 | 2 | -0/+7 | |
|/ | ||||||
* | move add_missing_members to structured editing API | Aleksey Kladov | 2019-04-22 | 1 | -0/+9 | |
* | Merge #1154 | bors[bot] | 2019-04-20 | 2 | -0/+15 | |
|\ | ||||||
| * | Initial support for lang items. | Marco Groppo | 2019-04-19 | 2 | -0/+15 | |
* | | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 1 | -0/+66 | |
|/ | ||||||
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 2 | -118/+118 | |
* | updated snapshots | Lenard Pratt | 2019-04-07 | 2 | -5/+1 | |
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 1 | -0/+22 | |
* | Added inference of array length | Lenard Pratt | 2019-04-07 | 1 | -0/+4 | |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -5/+29 |