aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/boilerplate_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP: move to xtasksAleksey Kladov2019-10-171-348/+0
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-1/+3
| | | | #1856
* simplifyAleksey Kladov2019-09-241-26/+18
|
* replace heck with just ascii transformationAleksey Kladov2019-08-191-6/+33
|
* remove ast::*Kind enumsAleksey Kladov2019-08-191-37/+50
| | | | With the new owned trees, we don't need an indirection here
* use derive(Debug) for SyntaxKindAleksey Kladov2019-08-191-29/+1
|
* plug new boilerplate_gen into ra_toolsAleksey Kladov2019-08-191-14/+20
|
* rename codegen -> boilerplate_genAleksey Kladov2019-08-191-0/+336