aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt
Commit message (Expand)AuthorAgeFilesLines
* When joining lines, unwrap trivial diverging blocksAleksey Kladov2020-02-241-8/+28
* Update versionsKirill Bulatov2020-02-181-1/+1
* Refactor if-let -> match assist to use ast::makeAleksey Kladov2020-02-051-2/+8
* fix 2190; add test for "replace if let with match"Felix Kohlgrüber2019-11-201-3/+0
* Disable doctestsAleksey Kladov2019-11-171-0/+3
* Disallow regressing crate docsAleksey Kladov2019-11-121-2/+3
* fix hir for new block syntaxAleksey Kladov2019-09-021-1/+2
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-1/+1
* migrate ra_fmt to new rowanAleksey Kladov2019-07-191-7/+7
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+4
* apply T! macro where it is possibleSergey Parilin2019-05-151-7/+7
* replace usages of `algo::generate` with `iter::successors` from stdRobin Freyler2019-04-131-2/+2
* add ast::tokensAleksey Kladov2019-04-021-2/+1
* switch to new rowanAleksey Kladov2019-04-011-16/+12
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-082-0/+87