Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow empty doc comments | Aleksey Kladov | 2019-04-02 | 1 | -4/+6 |
* | add ast::tokens | Aleksey Kladov | 2019-04-02 | 10 | -119/+124 |
* | simplify | Aleksey Kladov | 2019-04-02 | 1 | -23/+19 |
* | move ast traits to a separate file | Aleksey Kladov | 2019-04-02 | 2 | -144/+155 |
* | Merge #1084 | bors[bot] | 2019-04-01 | 3 | -37/+0 |
|\ | |||||
| * | remove dead code | Aleksey Kladov | 2019-04-01 | 3 | -37/+0 |
* | | intelligently add parens when inlining local varaibles | gfreezy | 2019-04-01 | 5 | -45/+402 |
|/ | |||||
* | Merge #1082 | bors[bot] | 2019-04-01 | 3 | -0/+96 |
|\ | |||||
| * | Async block in argument position | Andrey Tkachenko | 2019-04-01 | 3 | -0/+96 |
* | | Merge #1067 | bors[bot] | 2019-04-01 | 1 | -6/+28 |
|\ \ | |||||
| * | | Simplify | kjeremy | 2019-03-27 | 1 | -13/+14 |
| * | | Take number of arguments at the call-site into account for signature help | kjeremy | 2019-03-27 | 1 | -1/+22 |
* | | | Merge #1081 | bors[bot] | 2019-04-01 | 4 | -9/+66 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Async closure syntax | robojumper | 2019-03-31 | 4 | -9/+66 |
* | | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 49 | -1220/+1019 |
|/ / | |||||
* | | Add WherePred to allow predicate access in WhereClause | Ville Penttinen | 2019-03-31 | 5 | -8/+132 |
* | | Merge #1072 | bors[bot] | 2019-03-31 | 4 | -3/+43 |
|\ \ | |||||
| * | | add test for async blocks | memoryruins | 2019-03-28 | 2 | -0/+40 |
| * | | recognize async move | memoryruins | 2019-03-28 | 2 | -3/+3 |
* | | | Add trait ast::TypeBoundsOwner | Ville Penttinen | 2019-03-31 | 3 | -5/+21 |
* | | | Update tests | Ville Penttinen | 2019-03-31 | 3 | -67/+115 |
* | | | Change parsing bounds in path_types | Ville Penttinen | 2019-03-31 | 2 | -11/+40 |
* | | | Move parsing a single TYPE_BOUND to a separate function | Ville Penttinen | 2019-03-30 | 1 | -19/+26 |
* | | | Update tests | Ville Penttinen | 2019-03-30 | 25 | -418/+634 |
* | | | Add new TYPE_BOUND_LIST and TYPE_BOUND syntax kinds | Ville Penttinen | 2019-03-30 | 5 | -2/+95 |
* | | | Fix parsing <= in type_args | Ville Penttinen | 2019-03-30 | 4 | -6/+29 |
|/ / | |||||
* | | Add tests to ra_syntax for extern_crate_self | memoryruins | 2019-03-28 | 2 | -1/+17 |
* | | Add extern_crate_self to ra_parser. | memoryruins | 2019-03-28 | 1 | -0/+4 |
* | | update salsa some more | Aleksey Kladov | 2019-03-27 | 1 | -1/+1 |
|/ | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-03-27 | 1 | -1/+1 |
* | Use EXE extension for pre-commit hook on Window | Hrvoje Ban | 2019-03-27 | 1 | -1/+5 |
* | Flip any binary expression except assignments. | Marco Groppo | 2019-03-26 | 1 | -64/+56 |
* | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into flip-bin... | Marco Groppo | 2019-03-26 | 25 | -811/+990 |
|\ | |||||
| * | more realistic test for incrementality | Aleksey Kladov | 2019-03-26 | 1 | -5/+22 |
| * | Merge #1059 | bors[bot] | 2019-03-26 | 11 | -209/+233 |
| |\ | |||||
| | * | reduce visibility | Aleksey Kladov | 2019-03-26 | 2 | -12/+12 |
| | * | rename | Aleksey Kladov | 2019-03-26 | 7 | -56/+44 |
| | * | simplify | Aleksey Kladov | 2019-03-26 | 3 | -21/+21 |
| | * | make stuff private | Aleksey Kladov | 2019-03-26 | 1 | -26/+14 |
| | * | more type safety | Aleksey Kladov | 2019-03-26 | 5 | -63/+82 |
| | * | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 4 | -33/+19 |
| | * | add typed ids | Aleksey Kladov | 2019-03-26 | 7 | -45/+88 |
| * | | Merge #1051 | bors[bot] | 2019-03-26 | 5 | -378/+391 |
| |\ \ | | |/ | |/| | |||||
| | * | Move ra_ide_api unit tests | Wilco Kusee | 2019-03-25 | 5 | -378/+391 |
| * | | remove some dead code | Aleksey Kladov | 2019-03-26 | 1 | -17/+1 |
| * | | simplify | Aleksey Kladov | 2019-03-26 | 3 | -8/+6 |
| * | | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 8 | -120/+128 |
| * | | make macro parsing a query | Aleksey Kladov | 2019-03-26 | 3 | -5/+8 |
| * | | reduce visibility | Aleksey Kladov | 2019-03-26 | 1 | -23/+27 |
| * | | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 7 | -119/+73 |