aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update pico-argskjeremy2019-10-021-1/+1
|
* refactor(args): Switch to pico-args in ra_toolsGeobert Quach2019-09-101-1/+1
|
* disable clap's featuresAleksey Kladov2019-08-221-1/+1
|
* replace heck with just ascii transformationAleksey Kladov2019-08-191-1/+0
|
* drop tera dependencyAleksey Kladov2019-08-191-1/+0
|
* use quote! to generate syntax kindsAleksey Kladov2019-08-191-0/+1
|
* use quote! macro to generate grammarAleksey Kladov2019-08-181-0/+1
| | | | | We already use syn&quote elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera
* deserialize grammarAleksey Kladov2019-08-181-0/+1
|
* switch to new codegenAleksey Kladov2019-08-181-0/+1
|
* add quote depAleksey Kladov2019-08-181-0/+1
|
* Update teraron versionMuhammad Mominul Huque2019-06-161-1/+1
|
* Fall down of failuresMuhammad Mominul Huque2019-06-151-2/+1
|
* rename tools -> ra_toolsAleksey Kladov2019-06-101-0/+13
This should help with caching on CI I hope (see .travis.yml before_cache)