aboutsummaryrefslogtreecommitdiff
path: root/crates/tools
Commit message (Expand)AuthorAgeFilesLines
* Use EXE extension for pre-commit hook on WindowHrvoje Ban2019-03-271-1/+5
* forbid todo markersAleksey Kladov2019-03-231-1/+25
* 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
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
* reformat the worldAleksey Kladov2019-02-084-57/+14
* fix verification on CIAleksey Kladov2019-01-264-133/+123
* 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
* Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
* 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
* 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
|\
| * 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
* Speedup fmtAleksey Kladov2018-10-311-9/+22
* Reformat allAleksey Kladov2018-10-313-24/+24
* Various changesMuhammad Mominul Huque2018-10-313-28/+40
* 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
* Merge #128bors[bot]2018-10-163-66/+93
|\