about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
Commit message (Collapse)AuthorAge
* cargo-udeps: 0.1.9 -> 0.1.10Fabian Möller2020-03-14
|
* Merge pull request #82498 from r-ryantm/auto-update/cargo-udepsVladyslav M2020-03-14
|\ | | | | cargo-udeps: 0.1.7 -> 0.1.9
| * cargo-udeps: 0.1.7 -> 0.1.9R. RyanTM2020-03-13
| |
* | rustracerd: build with current rustAlyssa Ross2020-03-14
| | | | | | | | | | Fix taken from https://github.com/jwilm/racerd/pull/82. It just updates a dependency.
* | Merge pull request #82384 from r-ryantm/auto-update/rust-bindgenRyan Mulligan2020-03-12
|\ \ | |/ |/| rust-bindgen: 0.53.1 -> 0.53.2
| * rust-bindgen: 0.53.1 -> 0.53.2R. RyanTM2020-03-12
| |
* | rainicorn: remove broken package that has been abandoned upstreamBenjamin Hipple2020-03-11
| | | | | | | | | | | | | | | | The upstream project is dead, with the last commit being in 2016: https://github.com/RustDT/Rainicorn This no longer builds in NixPkgs, and has been marked as broken for a very long time. Since the package is not maintained and is dead upstream, let's delete.
* | Merge pull request #82121 from bhipple/u/rust-cargo-rustracerMario Rodas2020-03-09
|\ \ | | | | | | rustracer: upgrade cargo fetcher and cargoSha256
| * | rustracer: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-09
| | |
* | | Merge pull request #82116 from bhipple/u/rust-cargo-rustracerdMario Rodas2020-03-09
|\ \ \ | | | | | | | | rustracerd: upgrade cargo fetcher and cargoSha256
| * | | rustracerd: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-08
| |/ /
* / / svd2rust: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-03-08
|/ /
* | cargo-raze: upgrade cargo fetcher and cargoSha256 (#82091)Benjamin Hipple2020-03-08
| |
* | Merge pull request #81961 from danieldk/maturin-0.7.9Mario Rodas2020-03-08
|\ \ | | | | | | maturin: 0.7.6 -> 0.7.9
| * | maturin: 0.7.6 -> 0.7.9Daniël de Kok2020-03-07
| | | | | | | | | | | | | | | Changelog: https://github.com/PyO3/maturin/blob/master/Changelog.md
* | | cargo-geiger: upgrade cargo fetcher and cargoSha256 (#82087)Benjamin Hipple2020-03-08
| | |
* | | cargo-make: remove unnecessary attribute (#82071)Benjamin Hipple2020-03-08
| |/ |/| | | The default value when left unspecified is now false, so no need to state this explicitly.
* | Merge staging-next into stagingFrederik Rietdijk2020-03-06
|\|
| * cargo-xbuild: 0.5.24 -> 0.5.28Maximilian Bosch2020-03-04
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2020-03-04
|\|
| * Merge pull request #81391 from bhipple/u/rust-cargo-cargo-inspectMario Rodas2020-02-29
| |\ | | | | | | cargo-inspect: upgrade cargo fetcher and cargoSha256
| | * cargo-inspect: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |
| * | Merge pull request #81392 from bhipple/u/rust-cargo-cargo-watchMario Rodas2020-02-29
| |\ \ | | | | | | | | cargo-watch: upgrade cargo fetcher and cargoSha256
| | * | cargo-watch: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/
| * | Merge pull request #81397 from bhipple/u/rust-cargo-rustupMario Rodas2020-02-29
| |\ \ | | | | | | | | rustup: upgrade cargo fetcher and cargoSha256
| | * | rustup: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/
| * | Merge pull request #81390 from bhipple/u/rust-cargo-cargo-xbuildMario Rodas2020-02-29
| |\ \ | | | | | | | | cargo-xbuild: upgrade cargo fetcher and cargoSha256
| | * | cargo-xbuild: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/
| * | Merge pull request #81394 from bhipple/u/rust-cargo-cargo-udepsMario Rodas2020-02-29
| |\ \ | | | | | | | | cargo-udeps: upgrade cargo fetcher and cargoSha256
| | * | cargo-udeps: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/
| * | Merge pull request #81393 from bhipple/u/rust-cargo-cargo-fuzzMario Rodas2020-02-29
| |\ \ | | | | | | | | cargo-fuzz: upgrade cargo fetcher and cargoSha256
| | * | cargo-fuzz: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| | |/
| * / cargo-generate: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-29
| |/
* | Merge staging-next into stagingFrederik Rietdijk2020-02-29
|\|
| * cargo-crev: 0.16.0 -> 0.16.1Maximilian Bosch2020-02-28
| |
* | rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validationBenjamin Hipple2020-02-28
|/ | | | | | | | | | Previously, we would asssert that the lockfiles are consistent during the unpackPhase, but if the pkg has a patch for the lockfile itself then we must wait until the patchPhase is complete to check. This also removes an implicity dependency on the src attribute coming from `fetchzip` / `fetchFromGitHub`, which happens to name the source directory "source". Now we glob for it, so different fetchers will work consistently.
* cargo-make: 0.27.0 -> 0.28.0Maximilian Bosch2020-02-27
| | | | https://github.com/sagiegurari/cargo-make/releases/tag/0.28.0
* cargo-geiger: fix build with rust 1.41Konrad Borowski2020-02-18
|
* maturin: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* Merge pull request #80241 from bhipple/u/rust-cargo-cargo-asmDaniel Schaefer2020-02-16
|\ | | | | cargo-asm: upgrade cargo fetcher and cargoSha256
| * cargo-asm: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | rust-bindgen: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-16
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | cargo-expand: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | cargo-sweep: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | | | | | Infra upgrade as part of #79975; no functional change expected.
* | cargo-bloat: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
|/ | | | Infra upgrade as part of #79975; no functional change expected.
* cargo-crev: 0.15.0 -> 0.16.0Fabian Möller2020-02-14
|
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* Merge pull request #79785 from lovesegfault/cargo-udeps-0.1.7worldofpeace2020-02-13
|\ | | | | cargo-udeps: 0.1.5 -> 0.1.7
| * cargo-udeps: 0.1.5 -> 0.1.7Bernardo Meurer2020-02-10
| |
* | Merge pull request #79965 from xrelkd/update/cargo-sweepMario Rodas2020-02-13
|\ \ | | | | | | cargo-sweep: 0.4.1 -> 0.5.0