aboutsummaryrefslogtreecommitdiff
path: root/crates/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* bump ronAleksey Kladov2018-08-111-1/+1
|
* organizizeAleksey Kladov2018-08-103-0/+273