aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename tools -> ra_toolsAleksey Kladov2019-06-101-290/+0
| | | | | This should help with caching on CI I hope (see .travis.yml before_cache)
* Allow clippy::redundant_pattern_matchingAlan Du2019-06-041-2/+3
|
* Allow clippy::map_cloneAlan Du2019-06-041-2/+6
| | | | We should turn it on after Iterator::copied stabilizes
* Allow clippy::needless_pass_by_valueAlan Du2019-06-041-1/+2
|
* Implement cargo lint to run clippyAlan Du2019-06-041-0/+28
|
* Use EXE extension for pre-commit hook on WindowHrvoje Ban2019-03-271-1/+5
|
* Check installed extensionCaio2019-03-051-10/+26
|
* fix the testAleksey Kladov2019-02-211-2/+2
|
* fix testsAleksey Kladov2019-02-201-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-30/+8
|
* fix verification on CIAleksey Kladov2019-01-261-3/+103
| | | | remove `--verify` flag from the binaries: we have tests for this!
* Use stable toolchainJeremy Kolb2019-01-241-1/+1
|
* :arrow_up: update rustAleksey Kladov2019-01-191-1/+1
|
* Add a fuzzing subcommandDJMcNab2018-12-311-0/+17
|
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-1/+1
|
* fix use std::{self}gfreezy2018-12-261-1/+1
|
* :arrow_up: 1.31.1Aleksey Kladov2018-12-201-1/+1
|
* Fix the tests and fix the precommit hookDJMcNab2018-12-201-1/+1
|
* Rename test_fail to test_errDJMcNab2018-12-201-1/+1
|
* Change parser tests dir to inline/ok and inline/errDJMcNab2018-12-201-1/+7
|
* Reimplement format-hook using a rust binaryDJMcNab2018-12-091-22/+10
|
* Update hook to not add unstaged filesDJMcNab2018-12-091-1/+3
|
* Implement and test format hookDJMcNab2018-12-091-1/+28
|
* Fix cargo format component name and run rustfmtDJMcNab2018-12-091-4/+1
|
* modernize some codeAleksey Kladov2018-12-061-5/+1
|
* :arrow_up: 1.31.0 :tada:Aleksey Kladov2018-12-061-1/+1
|
* switch back to the latest betaAleksey Kladov2018-11-241-1/+1
|
* Pin to older betaAleksey Kladov2018-11-211-1/+1
| | | | https://github.com/rust-lang/rust/issues/56128
* Speedup fmtAleksey Kladov2018-10-311-9/+22
|
* Reformat allAleksey Kladov2018-10-311-15/+16
|
* Various changesMuhammad Mominul Huque2018-10-311-0/+29
| | | | | | | Pin to a specific toolchain version Format checking functionality Add a test to check the code formatting. Remove macro_use attribute
* initial implementationMuhammad Mominul Huque2018-10-311-4/+5
|
* Clippy lint: single-character string constantAlan Du2018-10-181-1/+1
|
* fix testsAleksey Kladov2018-10-161-16/+19
|
* extract teraronAleksey Kladov2018-10-161-47/+3
|
* Cargo FormatJeremy A. Kolb2018-10-161-5/+7
| | | | Run `cargo fmt` and ignore generated files
* take `&Path` instead of `PathBuf`Muhammad Mominul Huque2018-10-161-1/+1
|
* Refactor the constantsMuhammad Mominul Huque2018-10-151-3/+13
|
* Use CARGO_MANIFEST_DIR for locating the grammar.ron fileMuhammad Mominul Huque2018-10-151-2/+2
|
* Show how to generate code with error messageMuhammad Mominul Huque2018-10-141-1/+1
|
* create cli.rs and make the tests passingMuhammad Mominul Huque2018-10-141-0/+67
|
* organizizeAleksey Kladov2018-08-101-0/+43