summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #123 from Mark-Simulacrum/compressionHEADmasterMark Rousskov2023-02-271-12/+38
|\
| * Adjust xz compression settingsMark Rousskov2023-02-271-12/+38
|/
* Merge pull request #120 from jonhoo/deterministic-manifestMark Rousskov2023-02-031-4/+12
|\
| * Write out manifest.in entries deterministicallyJon Gjengset2023-02-041-4/+12
|/
* Merge pull request #119 from Mark-Simulacrum/fix-installMark Rousskov2022-12-211-2/+20
|\
| * Fix --without-components with subsetted componentsMark Rousskov2022-12-211-2/+20
|/
* Merge pull request #118 from ehuss/highfive-triagebotMark Rousskov2022-11-271-0/+3
|\
| * Migrate from highfive to triagebotEric Huss2022-10-241-0/+3
|/
* Merge pull request #115 from notriddle/masterMark Rousskov2022-06-181-2/+1
|\
| * Remove unused importsMichael Howell2022-06-181-2/+1
|/
* Merge pull request #114 from notriddle/masterMark Rousskov2022-06-189-273/+92
|\
| * Bump to clap 3Michael Howell2022-06-179-273/+92
* | Merge pull request #113 from Dylan-DPC/fix/fabricateMark Rousskov2022-06-181-1/+1
|\ \ | |/ |/|
| * change to rust-installerDylan DPC2022-03-211-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
|\