| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2019-02-26 | Use TypeAscriptionOwner | Ville Penttinen | -4/+10 |
| 2019-02-25 | kill accidently commited file | Aleksey Kladov | -182/+0 |
| 2019-02-25 | rename type to type_alias in the AST as well | Aleksey Kladov | -2/+184 |
| 2019-02-21 | Move `non_trivia_sibling` to `ra_syntax::algo` | Ville Penttinen | -8/+4 |
| 2019-02-21 | Simplify adding a comma after match arm | Ville Penttinen | -28/+18 |
| 2019-02-21 | Fix join_lines not adding a comma after join_single_expr_block in match arm | Ville Penttinen | -2/+147 |
| 2019-02-21 | kill utils module | Aleksey Kladov | -4/+0 |
| 2019-02-21 | add failing test | Aleksey Kladov | -0/+23 |
| 2019-02-12 | what goes bump in the night? | kjeremy | -1/+1 |
| 2019-02-11 | Fix typo in Cargo.toml authors | Ville Penttinen | -1/+1 |
| 2019-02-11 | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | -1/+1 |
| 2019-02-08 | Refactor formatting code out of ra_ida_api_light into ra_fmt. | Andrea Pretto | -79/+6 |
| 2019-02-08 | reformat the world | Aleksey Kladov | -351/+77 |
| 2019-02-06 | move assists to a separate crate | Aleksey Kladov | -1164/+17 |
| 2019-02-06 | Remove stray dbg! | Jeremy Kolb | -1/+1 |
| 2019-02-05 | Fill deprecation for LSP | kjeremy | -21/+73 |
| 2019-02-05 | Remove unused imports | Jeremy Kolb | -2/+2 |
| 2019-02-04 | Bump insta and proptest to latest | kjeremy | -2/+2 |
| 2019-02-04 | fill match arm | gfreezy | -7/+10 |
| 2019-01-30 | Some improvements to introduce_variable. | Andrea Pretto | -8/+181 |
| 2019-01-30 | Fix #667 | Andrea Pretto | -11/+125 |
| 2019-01-27 | fix AST for if expressions | Aleksey Kladov | -1/+4 |
| 2019-01-26 | minor cleanups | Aleksey Kladov | -22/+5 |
| 2019-01-26 | Merge #659 | bors[bot] | -1/+63 |
| 2019-01-26 | Better visibility check. | Andrea Pretto | -1/+5 |
| 2019-01-26 | list enum variants in the outline | Aleksey Kladov | -3/+24 |
| 2019-01-26 | Fold blocks of mod items. | Andrea Pretto | -1/+59 |
| 2019-01-26 | rename POS_FIELD -> POS_FIELD_DEF | Aleksey Kladov | -2/+2 |
| 2019-01-25 | fix re-indent | Aleksey Kladov | -3/+56 |
| 2019-01-24 | Fill in DocumentSymbol::detail | Hrvoje Ban | -34/+133 |
| 2019-01-23 | :arrow_up: insta | Aleksey Kladov | -1/+1 |
| 2019-01-22 | Merge #593 | bors[bot] | -8/+12 |
| 2019-01-22 | Update snaps | Jeremy A. Kolb | -8/+12 |
| 2019-01-22 | fold macros | Aleksey Kladov | -1/+12 |
| 2019-01-22 | :arrow_up: insta | Aleksey Kladov | -1/+1 |
| 2019-01-16 | Merge #536 | bors[bot] | -1/+21 |
| 2019-01-15 | don't need SEMI any more | Yerkebulan Tulibergenov | -1/+1 |
| 2019-01-15 | delete unused fn | Yerkebulan Tulibergenov | -14/+0 |
| 2019-01-15 | use has_semi | Yerkebulan Tulibergenov | -5/+4 |
| 2019-01-15 | switch to insta for testing | Aleksey Kladov | -24/+116 |
| 2019-01-15 | add semi only if it wasn't present before or after | Yerkebulan Tulibergenov | -3/+19 |
| 2019-01-13 | add semicolon for block expr in introduce_variable | Yerkebulan Tulibergenov | -1/+4 |
| 2019-01-13 | we don't need to write var_name after block expr? | Yerkebulan Tulibergenov | -1/+0 |
| 2019-01-13 | add failing test test_introduce_var_block_expr_second_to_last | Yerkebulan Tulibergenov | -0/+17 |
| 2019-01-13 | Fix some random typos | Pascal Hertleif | -10/+10 |
| 2019-01-13 | fix indent caclulation | Aleksey Kladov | -1/+41 |
| 2019-01-12 | Fix typos | Jeremy Kolb | -2/+2 |
| 2019-01-11 | fine grained on typed tests | Aleksey Kladov | -43/+48 |
| 2019-01-11 | make on dot typed actually work | Aleksey Kladov | -125/+121 |
| 2019-01-10 | better change visibility assist | Aleksey Kladov | -10/+59 |
