Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use EXE extension for pre-commit hook on Window | Hrvoje Ban | 2019-03-27 | 1 | -1/+5 |
| | |||||
* | set code less generic | funkill2 | 2019-03-18 | 1 | -50/+24 |
| | |||||
* | added setup environment | funkill2 | 2019-03-18 | 1 | -1/+12 |
| | |||||
* | added helper module for appending vscode path | funkill2 | 2019-03-18 | 1 | -0/+54 |
| | |||||
* | Check installed extension | Caio | 2019-03-05 | 2 | -12/+45 |
| | |||||
* | fix the test | Aleksey Kladov | 2019-02-21 | 1 | -2/+2 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-02-20 | 1 | -1/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 3 | -49/+12 |
| | |||||
* | fix verification on CI | Aleksey Kladov | 2019-01-26 | 3 | -129/+111 |
| | | | | remove `--verify` flag from the binaries: we have tests for this! | ||||
* | Use stable toolchain | Jeremy Kolb | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Use npm ci instead of install | Hirokazu Hata | 2019-01-23 | 1 | -2/+2 |
| | |||||
* | :arrow_up: update rust | Aleksey Kladov | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Use --force when installing the VSIX. | DJMcNab | 2019-01-12 | 1 | -2/+2 |
| | |||||
* | Add a fuzzing subcommand | DJMcNab | 2018-12-31 | 2 | -1/+23 |
| | |||||
* | Install rustfmt in rustfmt test | Aleksander Vognild Burkow | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | fix use std::{self} | gfreezy | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | :arrow_up: 1.31.1 | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Fix broken test is deleted comment | DJMcNab | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Fix the tests and fix the precommit hook | DJMcNab | 2018-12-20 | 3 | -5/+6 |
| | |||||
* | Rename test_fail to test_err | DJMcNab | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | Change parser tests dir to inline/ok and inline/err | DJMcNab | 2018-12-20 | 2 | -31/+54 |
| | |||||
* | fix installation on windows | Aleksey Kladov | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | Reimplement format-hook using a rust binary | DJMcNab | 2018-12-09 | 2 | -22/+47 |
| | |||||
* | Update hook to not add unstaged files | DJMcNab | 2018-12-09 | 1 | -1/+3 |
| | |||||
* | Implement and test format hook | DJMcNab | 2018-12-09 | 2 | -7/+39 |
| | |||||
* | Merge #267 | bors[bot] | 2018-12-09 | 2 | -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 rustfmt | DJMcNab | 2018-12-09 | 2 | -8/+2 |
| | | |||||
| * | Add package command and upgrade event-stream | DJMcNab | 2018-12-08 | 1 | -1/+1 |
| | | |||||
* | | account for new layout when collecting tests | Aleksey Kladov | 2018-12-08 | 1 | -2/+8 |
|/ | |||||
* | modernize some code | Aleksey Kladov | 2018-12-06 | 2 | -13/+5 |
| | |||||
* | :arrow_up: 1.31.0 :tada: | Aleksey Kladov | 2018-12-06 | 1 | -1/+1 |
| | |||||
* | switch back to the latest beta | Aleksey Kladov | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Pin to older beta | Aleksey Kladov | 2018-11-21 | 1 | -1/+1 |
| | | | | https://github.com/rust-lang/rust/issues/56128 | ||||
* | Speedup fmt | Aleksey Kladov | 2018-10-31 | 1 | -9/+22 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 2 | -20/+19 |
| | |||||
* | Various changes | Muhammad Mominul Huque | 2018-10-31 | 2 | -27/+32 |
| | | | | | | | Pin to a specific toolchain version Format checking functionality Add a test to check the code formatting. Remove macro_use attribute | ||||
* | initial implementation | Muhammad Mominul Huque | 2018-10-31 | 2 | -11/+17 |
| | |||||
* | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 1 | -3/+2 |
| | |||||
* | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 1 | -2/+2 |
| | |||||
* | fix tests | Aleksey Kladov | 2018-10-16 | 2 | -33/+21 |
| | |||||
* | extract teraron | Aleksey Kladov | 2018-10-16 | 2 | -69/+26 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 2 | -17/+40 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | take `&Path` instead of `PathBuf` | Muhammad Mominul Huque | 2018-10-16 | 2 | -3/+3 |
| | |||||
* | Refactor the constants | Muhammad Mominul Huque | 2018-10-15 | 2 | -11/+16 |
| | |||||
* | Use CARGO_MANIFEST_DIR for locating the grammar.ron file | Muhammad Mominul Huque | 2018-10-15 | 2 | -4/+4 |
| | |||||
* | Show how to generate code with error message | Muhammad Mominul Huque | 2018-10-14 | 2 | -4/+2 |
| | |||||
* | create cli.rs and make the tests passing | Muhammad Mominul Huque | 2018-10-14 | 2 | -59/+70 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -13/+13 |
| | |||||
* | fix derecated call | Aleksey Kladov | 2018-09-16 | 1 | -2/+2 |
| |