aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt/src
Commit message (Expand)AuthorAgeFilesLines
* Remove ra_fmt crateAleksey Kladov2020-08-131-28/+0
* MinorAleksey Kladov2020-08-131-26/+1
* MinorAleksey Kladov2020-08-131-39/+1
* Remove deprecated functionAleksey Kladov2020-08-131-5/+0
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Introduce EffectExprAleksey Kladov2020-05-021-1/+0
* Fix a bunch of false-positives in join-linesAleksey Kladov2020-04-301-12/+11
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-3/+3
* When joining lines, unwrap trivial diverging blocksAleksey Kladov2020-02-241-8/+28
* 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
* 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
* Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-081-0/+76