aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_fmt
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-122-2/+2
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+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
|
* update itertools version to 0.9.0Josh Mcguigan2020-03-231-1/+1
|
* 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
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* 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
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-082-0/+87