aboutsummaryrefslogtreecommitdiff
path: root/crates/tools
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: update rustAleksey Kladov2019-01-191-1/+1
|
* Use --force when installing the VSIX.DJMcNab2019-01-121-2/+2
|
* Add a fuzzing subcommandDJMcNab2018-12-312-1/+23
|
* Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
| | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-1/+1
|
* Bump itertools from 0.7.11 to 0.8.0dependabot[bot]2018-12-271-1/+1
| | | | | | | Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.7.11 to 0.8.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/compare/0.7.11...0.8.0) Signed-off-by: dependabot[bot] <[email protected]>
* fix use std::{self}gfreezy2018-12-261-1/+1
|
* :arrow_up: 1.31.1Aleksey Kladov2018-12-201-1/+1
|
* Fix broken test is deleted commentDJMcNab2018-12-201-1/+1
|
* Fix the tests and fix the precommit hookDJMcNab2018-12-203-5/+6
|
* Rename test_fail to test_errDJMcNab2018-12-201-1/+1
|
* Change parser tests dir to inline/ok and inline/errDJMcNab2018-12-202-31/+54
|
* fix installation on windowsAleksey Kladov2018-12-171-1/+2
|
* Reimplement format-hook using a rust binaryDJMcNab2018-12-092-22/+47
|
* Update hook to not add unstaged filesDJMcNab2018-12-091-1/+3
|
* Implement and test format hookDJMcNab2018-12-092-7/+39
|
* Merge #267bors[bot]2018-12-092-8/+2
|\ | | | | | | | | | | | | | | 267: Fix the extend keybinding r=DJMcNab a=DJMcNab Make the extend selection keybinding less annoying for users not used to Injelli-J (myself included). Also fixes a minor style issue and runs `npm update`. Co-authored-by: DJMcNab <[email protected]>
| * Fix cargo format component name and run rustfmtDJMcNab2018-12-092-8/+2
| |
| * Add package command and upgrade event-streamDJMcNab2018-12-081-1/+1
| |
* | account for new layout when collecting testsAleksey Kladov2018-12-081-2/+8
|/
* modernize some codeAleksey Kladov2018-12-062-13/+5
|
* :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-313-24/+24
|
* Various changesMuhammad Mominul Huque2018-10-313-28/+40
| | | | | | | 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-312-11/+17
|
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-3/+2
|
* Clippy lint: single-character string constantAlan Du2018-10-181-1/+1
|
* rename gen-kinds to gen-syntaxAleksey Kladov2018-10-162-3/+3
|
* fix testsAleksey Kladov2018-10-163-46/+23
|
* Switch to published teraronAleksey Kladov2018-10-161-1/+1
|
* extract teraronAleksey Kladov2018-10-163-72/+27
|
* Cargo FormatJeremy A. Kolb2018-10-163-20/+53
| | | | Run `cargo fmt` and ignore generated files
* Merge #128bors[bot]2018-10-163-66/+93
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 128: Add a test to verify if the generated codes are up-to-date. r=matklad a=mominul This test checks if the generated codes are up-to-date every time during `cargo test`. I have confirmed that the test works by manually editing the `grammar.ron` file. Closes #126 Thanks! Co-authored-by: Muhammad Mominul Huque <[email protected]>
| * take `&Path` instead of `PathBuf`Muhammad Mominul Huque2018-10-163-5/+5
| |
| * Refactor the constantsMuhammad Mominul Huque2018-10-153-20/+19
| |
| * Use CARGO_MANIFEST_DIR for locating the grammar.ron fileMuhammad Mominul Huque2018-10-153-8/+7
| |
| * Show how to generate code with error messageMuhammad Mominul Huque2018-10-143-6/+8
| |
| * create cli.rs and make the tests passingMuhammad Mominul Huque2018-10-143-59/+86
| |
* | switch base crates to 2018Aleksey Kladov2018-10-151-0/+1
|/
* rename all thingsAleksey Kladov2018-09-161-13/+13
|
* fix derecated callAleksey Kladov2018-09-161-2/+2
|
* fix installation for windowsAleksey Kladov2018-09-161-3/+11
|
* get rid of commandspeckAleksey Kladov2018-09-162-22/+21
|
* default method name to type nameAleksey Kladov2018-08-311-1/+4
|
* you better runAleksey Kladov2018-08-271-1/+1
|
* More symbolsAleksey Kladov2018-08-111-0/+1
|
* heckAleksey Kladov2018-08-112-12/+7
|