aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/src
Commit message (Collapse)AuthorAgeFilesLines
* Use EXE extension for pre-commit hook on WindowHrvoje Ban2019-03-271-1/+5
|
* set code less genericfunkill22019-03-181-50/+24
|
* added setup environmentfunkill22019-03-181-1/+12
|
* added helper module for appending vscode pathfunkill22019-03-181-0/+54
|
* Check installed extensionCaio2019-03-052-12/+45
|
* fix the testAleksey Kladov2019-02-211-2/+2
|
* fix testsAleksey Kladov2019-02-201-1/+1
|
* reformat the worldAleksey Kladov2019-02-083-49/+12
|
* fix verification on CIAleksey Kladov2019-01-263-129/+111
| | | | remove `--verify` flag from the binaries: we have tests for this!
* Use stable toolchainJeremy Kolb2019-01-241-1/+1
|
* Use npm ci instead of installHirokazu Hata2019-01-231-2/+2
|
* :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
|
* 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 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-312-20/+19
|
* Various changesMuhammad Mominul Huque2018-10-312-27/+32
| | | | | | | 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-161-2/+2
|
* fix testsAleksey Kladov2018-10-162-33/+21
|
* extract teraronAleksey Kladov2018-10-162-69/+26
|
* Cargo FormatJeremy A. Kolb2018-10-162-17/+40
| | | | Run `cargo fmt` and ignore generated files
* take `&Path` instead of `PathBuf`Muhammad Mominul Huque2018-10-162-3/+3
|
* Refactor the constantsMuhammad Mominul Huque2018-10-152-11/+16
|
* Use CARGO_MANIFEST_DIR for locating the grammar.ron fileMuhammad Mominul Huque2018-10-152-4/+4
|
* Show how to generate code with error messageMuhammad Mominul Huque2018-10-142-4/+2
|
* create cli.rs and make the tests passingMuhammad Mominul Huque2018-10-142-59/+70
|
* rename all thingsAleksey Kladov2018-09-161-13/+13
|
* fix derecated callAleksey Kladov2018-09-161-2/+2
|