about summary refs log tree commit diff
path: root/crates/tools
AgeCommit message (Expand)AuthorLines
2019-02-21fix the testAleksey Kladov-2/+2
2019-02-20fix testsAleksey Kladov-1/+1
2019-02-11Fix typo in Cargo.toml authorsVille Penttinen-1/+1
2019-02-11Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen-1/+1
2019-02-08reformat the worldAleksey Kladov-57/+14
2019-01-27fix verification on CIAleksey Kladov-133/+123
2019-01-24Use stable toolchainJeremy Kolb-1/+1
2019-01-24Use npm ci instead of installHirokazu Hata-2/+2
2019-01-19:arrow_up: update rustAleksey Kladov-1/+1
2019-01-12Use --force when installing the VSIX.DJMcNab-2/+2
2018-12-31Add a fuzzing subcommandDJMcNab-1/+23
2018-12-31Bump failure from 0.1.3 to 0.1.4dependabot[bot]-1/+1
2018-12-29Install rustfmt in rustfmt testAleksander Vognild Burkow-1/+1
2018-12-27Bump itertools from 0.7.11 to 0.8.0dependabot[bot]-1/+1
2018-12-27fix use std::{self}gfreezy-1/+1
2018-12-20:arrow_up: 1.31.1Aleksey Kladov-1/+1
2018-12-20Fix broken test is deleted commentDJMcNab-1/+1
2018-12-20Fix the tests and fix the precommit hookDJMcNab-5/+6
2018-12-20Rename test_fail to test_errDJMcNab-1/+1
2018-12-20Change parser tests dir to inline/ok and inline/errDJMcNab-31/+54
2018-12-17fix installation on windowsAleksey Kladov-1/+2
2018-12-09Reimplement format-hook using a rust binaryDJMcNab-22/+47
2018-12-09Update hook to not add unstaged filesDJMcNab-1/+3
2018-12-09Implement and test format hookDJMcNab-7/+39
2018-12-09Merge #267bors[bot]-8/+2
2018-12-09Fix cargo format component name and run rustfmtDJMcNab-8/+2
2018-12-08Add package command and upgrade event-streamDJMcNab-1/+1
2018-12-08account for new layout when collecting testsAleksey Kladov-2/+8
2018-12-06modernize some codeAleksey Kladov-13/+5
2018-12-06:arrow_up: 1.31.0 :tada:Aleksey Kladov-1/+1
2018-11-24switch back to the latest betaAleksey Kladov-1/+1
2018-11-21Pin to older betaAleksey Kladov-1/+1
2018-10-31Speedup fmtAleksey Kladov-9/+22
2018-10-31Reformat allAleksey Kladov-24/+24
2018-10-31Various changesMuhammad Mominul Huque-28/+40
2018-10-31initial implementationMuhammad Mominul Huque-11/+17
2018-10-17clippy: Use if lets and remove redundant returnsAlan Du-3/+2
2018-10-17Clippy lint: single-character string constantAlan Du-1/+1
2018-10-16rename gen-kinds to gen-syntaxAleksey Kladov-3/+3
2018-10-16fix testsAleksey Kladov-46/+23
2018-10-16Switch to published teraronAleksey Kladov-1/+1
2018-10-16extract teraronAleksey Kladov-72/+27
2018-10-16Cargo FormatJeremy A. Kolb-20/+53
2018-10-16Merge #128bors[bot]-66/+93
2018-10-16take `&Path` instead of `PathBuf`Muhammad Mominul Huque-5/+5
2018-10-16Refactor the constantsMuhammad Mominul Huque-20/+19
2018-10-15Use CARGO_MANIFEST_DIR for locating the grammar.ron fileMuhammad Mominul Huque-8/+7
2018-10-15switch base crates to 2018Aleksey Kladov-0/+1
2018-10-14Show how to generate code with error messageMuhammad Mominul Huque-6/+8
2018-10-14create cli.rs and make the tests passingMuhammad Mominul Huque-59/+86