Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the trailing whitespace test | Kirill Bulatov | 2020-02-12 | 1 | -4/+1 |
* | Introduce AttrKind | Kirill Bulatov | 2020-02-12 | 1 | -3/+3 |
* | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 1 | -1/+2 |
* | Add infrastructure for visibility on syntax and hir_def level | Florian Diebold | 2019-12-26 | 1 | -1/+3 |
* | Attempt to implement typed accessors | Geoffry Song | 2019-11-15 | 1 | -1/+1 |
* | Attach docs to statics | kjeremy | 2019-10-31 | 1 | -0/+14 |
* | Preserve whitespace at the end of doc comments | Jeremy Kolb | 2019-10-27 | 1 | -2/+22 |
* | simplify strip attrs | Aleksey Kladov | 2019-09-28 | 1 | -1/+1 |
* | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -0/+1 |
* | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 1 | -0/+1 |
* | make ast object safe | Aleksey Kladov | 2019-08-23 | 1 | -2/+10 |
* | Add `impl Trait` and `dyn Trait` types | Florian Diebold | 2019-08-22 | 1 | -1/+1 |
* | Unconditionally trim the end of comments | kjeremy | 2019-07-31 | 1 | -4/+1 |
* | Removes `*/` in block doc comments | kjeremy | 2019-07-31 | 1 | -0/+49 |
* | Add explicit newline preserving tests | kjeremy | 2019-07-31 | 1 | -0/+17 |
* | cleanup casts | Aleksey Kladov | 2019-07-19 | 1 | -1/+3 |
* | migrate ra_assists to the new AST | Aleksey Kladov | 2019-07-19 | 1 | -1/+1 |
* | migrate ra_syntax to the new rowan API | Aleksey Kladov | 2019-07-19 | 1 | -19/+17 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+4 |
* | remove old parsing methods | Aleksey Kladov | 2019-05-28 | 1 | -4/+12 |
* | migrate to untyped rowan | Aleksey Kladov | 2019-04-09 | 1 | -2/+2 |
* | updated snapshots | Lenard Pratt | 2019-04-07 | 1 | -1/+1 |
* | Added ArrayExprKind, | Lenard Pratt | 2019-04-07 | 1 | -2/+2 |
* | Parse and infer tuple indices | robojumper | 2019-04-06 | 1 | -1/+1 |
* | add minimal comments | Aleksey Kladov | 2019-04-02 | 1 | -0/+2 |
* | rename flavor to kind | Aleksey Kladov | 2019-04-02 | 1 | -2/+2 |
* | move extensions to submodules | Aleksey Kladov | 2019-04-02 | 1 | -549/+16 |
* | remove flavor | Aleksey Kladov | 2019-04-02 | 1 | -4/+4 |
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 1 | -94/+12 |
* | simplify | Aleksey Kladov | 2019-04-02 | 1 | -23/+19 |
* | move ast traits to a separate file | Aleksey Kladov | 2019-04-02 | 1 | -144/+7 |
* | remove dead code | Aleksey Kladov | 2019-04-01 | 1 | -7/+0 |
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -85/+161 |
* | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 1 | -0/+67 |
* | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 1 | -0/+6 |
* | simplify | Aleksey Kladov | 2019-03-25 | 1 | -37/+34 |
* | Target only the actual operator. | Marco Groppo | 2019-03-24 | 1 | -33/+45 |
* | add name resolution from the old impl | Aleksey Kladov | 2019-03-17 | 1 | -6/+3 |
* | Add new trait TypeAscriptionOwner | Ville Penttinen | 2019-02-26 | 1 | -0/+6 |
* | complete struct literals | Aleksey Kladov | 2019-02-24 | 1 | -0/+6 |
* | docs | Aleksey Kladov | 2019-02-21 | 1 | -0/+1 |
* | handle != operator | Aleksey Kladov | 2019-02-18 | 1 | -1/+4 |
* | Enable parsing of attributes inside a match block | Ville Penttinen | 2019-02-17 | 1 | -0/+14 |
* | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -27/+10 |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 1 | -0/+10 |
* | 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 |