summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Expand)Author
2023-11-20cli: replace clap with lexopt and supporting codeAndrew Gallant
2023-11-20build: a bit of clean-upAndrew Gallant
2023-07-08windows: attempt to enable long path support for MSVC targetsAndrew Gallant
2020-05-13doc: fix egregious markup outputAndrew Gallant
2020-05-08doc: use asciidoctor instead of a2xChayoung You
2020-03-15doc: remove CPU features from man pagesAndrew Gallant
2020-02-17repo: make ripgrep build with the new organizationAndrew Gallant
2020-02-17style: rustfmt everythingAndrew Gallant
2019-01-19edition: fix build.rsAndrew Gallant
2018-11-06doc: escape braces in AsciiDocAndrew Gallant
2018-08-21ripgrep: move minimum version to Rust stableAndrew Gallant
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-02-20doc: omit revision when it isn't availableAndrew Gallant
2018-02-10ci: update deployment for doc rearrangementAndrew Gallant
2018-02-06argv: support hidden flagsAndrew Gallant
2018-02-06doc: generate man pageAndrew Gallant
2018-02-04build: add git hashAndrew Gallant
2017-05-29Add Zsh completion fileFangrui Song
2017-04-05updates clap and removes home rolled -h/--help distinctionKevin K
2017-03-08Remove clap validator + add max-filesize integration testsMarc Tiehuis
2017-03-08Add `--max-filesize` option to clitiehuis
2016-12-07Fix completion build.rsAndrew Gallant
2016-11-17Switch from Docopt to Clap.Andrew Gallant