aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/src/boilerplate_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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