summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update remove_dir_all requirement from 0.5 to 0.7dependabot/cargo/remove_dir_all-0.7dependabot-preview[bot]2021-03-081-1/+1
* Merge pull request #105 from rust-lang/dynamic-compressionPietro Albini2020-12-109-75/+405
|\
| * tarball: allow choosing the compression formats to outputPietro Albini2020-12-103-0/+42
| * combine: allow choosing the compression formats to outputPietro Albini2020-12-104-2/+87
| * generate: allow choosing the compression formats to outputPietro Albini2020-12-106-8/+99
| * combine: support combining both xz and gz tarballsPietro Albini2020-12-103-19/+69
| * compression: support a dynamic list of output formatsPietro Albini2020-12-103-57/+114
| * main: allow fallible conversions during CLI parsingPietro Albini2020-12-104-7/+12
* | Merge pull request #104 from rust-lang/ghaPietro Albini2020-12-072-9/+23
|\ \ | |/ |/|
| * ci: switch from Travis CI to GitHub ActionsghaPietro Albini2020-12-072-9/+23
|/
* Merge pull request #101 from cuviper/anyhowMark Rousskov2020-04-068-55/+34
|\
| * Migrate from failure to anyhowJosh Stone2020-04-068-55/+34
|/
* Add triagebot configurationMark Rousskov2020-03-311-0/+1
* Merge pull request #99 from michaelforney/tr-escapeMark Rousskov2020-02-071-1/+1
|\
| * Use the same tr command as the rest of the fileMichael Forney2020-02-041-1/+1
| * Avoid non-standard escape sequences in tr commandMichael Forney2020-01-111-1/+1
|/
* Merge pull request #98 from cuviper/xz-thread-memAlex Crichton2019-08-281-2/+4
|\
| * Use at most 8 threads for the xz streamJosh Stone2019-08-281-2/+4
|/
* Fix Windows buildAlex Crichton2019-07-043-4/+2
* Another CI fix attemptAlex Crichton2019-06-261-1/+2
* Fix CIAlex Crichton2019-06-261-1/+1
* Use a multi-threaded xz encoderAlex Crichton2019-06-262-1/+6
* Move from `error-chain` to `failure`Alex Crichton2019-06-268-98/+87
* Run `cargo fmt`Alex Crichton2019-06-268-178/+310
* Merge pull request #90 from alexreg/cosmetic-2Alex Crichton2019-02-197-117/+48
|\
| * Various cosmetic improvements.Alexander Regueiro2019-02-166-47/+48
| * Removed copyright notices.Alexander Regueiro2019-02-167-70/+0
|/
* Merge pull request #89 from taiki-e/tryAlex Crichton2019-02-081-26/+26
|\
| * Replace r#try! macro with ? operatorTaiki Endo2019-02-081-26/+26
|/
* Merge pull request #88 from h-michael/2018-editionAlex Crichton2019-02-049-53/+49
|\
| * Remove unused import and replace deprecated functionHirokazu Hata2019-02-042-6/+1
| * Transition to 2018 editionHirokazu Hata2019-02-049-52/+53
|/
* Merge pull request #86 from tromey/create-symlinks-in-copyAlex Crichton2018-07-131-3/+14
|\
| * Copy symlinksTom Tromey2018-07-131-3/+14
|/
* Merge pull request #85 from tromey/do-not-follow-symlinksAlex Crichton2018-07-121-15/+23
|\
| * Do not follow symlinksTom Tromey2018-07-121-15/+23
|/
* Merge pull request #84 from mati865/error-chainAlex Crichton2018-06-273-3/+1
|\
| * Update error-chain and don't allow warningsMateusz MikuĊ‚a2018-06-253-3/+1
|/
* Merge pull request #83 from Mark-Simulacrum/fix-warning-libMark Rousskov2018-06-201-0/+1
|\
| * Fix warnings in library from error-chainMark Simulacrum2018-06-201-0/+1
|/
* Merge pull request #82 from Mark-Simulacrum/fix-warningsMark Rousskov2018-06-202-0/+5
|\
| * Test on stable/beta/nightlyMark Simulacrum2018-06-201-0/+4
| * Permit warnings inside error-chain expansionMark Simulacrum2018-06-201-0/+1
|/
* Merge pull request #81 from Eijebong/bumpAlex Crichton2018-03-023-71/+33
|\
| * Bump winapi to 0.3Bastien Orivel2018-03-023-69/+31
| * Bump lazy static to 1.0Bastien Orivel2018-03-021-1/+1
| * Bump walkdir to 2.0Bastien Orivel2018-03-021-1/+1
|/
* Merge pull request #80 from alexcrichton/less-comrpessAlex Crichton2018-02-261-1/+1
|\
| * Turn down xz compression levelAlex Crichton2018-02-261-1/+1
|/
* Merge pull request #79 from Keruspe/dropAlex Crichton2018-02-254-307/+0
|\