summary refs log tree commit diff
path: root/pkgs/build-support/rust/default.nix
Commit message (Expand)AuthorAge
* buildRustPackage: use checkType argumentDaniël de Kok2021-02-26
* Merge master into staging-nextFrederik Rietdijk2021-02-26
|\
| * buildRustPackage: add cargoDepsName attributeDaniël de Kok2021-02-15
* | buildRustPackage: handle cargoBuildFlags in cargoBuildHookDaniël de Kok2021-02-16
* | buildRustPackage: factor out check phase to cargoCheckHookDaniël de Kok2021-02-16
* | buildRustPackage: factor out install phase to cargoInstallHookDaniël de Kok2021-02-15
* | buildRustPackage: factor out build phase to cargoBuildHookDaniël de Kok2021-02-11
* | buildRustPackage: factor out setting up .cargo/config to cargoSetupHookDaniël de Kok2021-02-10
|/
* treewide: stdenv.lib -> libPavol Rusnak2021-01-24
* buildRustPackage: add `cargoHash` for SRI hashes of vendored depsDaniël de Kok2020-12-31
* NEEDS REVIEW: enable sysroot differentlyAaron Janse2020-10-17
* enforce noCheck when useSysrootAaron Janse2020-10-17
* minor clean upAaron Janse2020-10-17
* fix whitespaceAaron Janse2020-10-15
* rust: Add support for managing target JSON in NixJohn Ericson2020-10-14
* fix some whitespaceAaron Janse2020-10-12
* makeRustPlatform: support custom targetsAaron Janse2020-10-08
* buildRustPackage: support setting test-threadszowoq2020-09-24
* firmware-manager: Init at 0.1.1Shea Levy2020-09-23
* buildSupport.rust: fix typo in verifyCargoDeps message (#97058)Evan Stoll2020-09-05
* buildRustPackage: add support for parallel buildMario Rodas2020-08-16
* rustPlatform: don't install artifacts modified by `checkPhase`Maximilian Bosch2020-07-15
* Revert "buildRustPackage: fix cargoBuildFlags"Maximilian Bosch2020-07-14
* buildRustPackage: fix cargoBuildFlagsFlakebi2020-07-03
* Merge staging-next into stagingFrederik Rietdijk2020-06-08
|\
| * rustPlatform: fix cross-compiling by using native diffhyperfekt2020-06-08
* | Merge staging-next into stagingFrederik Rietdijk2020-06-05
|\|
| * buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim2020-06-05
* | rustPlatform: add `buildAndTestSubdir`-argumentMaximilian Bosch2020-05-13
* | rustPlatform: make it possible to override the profile for `cargo test`Maximilian Bosch2020-05-13
* | Merge branch 'staging-next' into PR 82342Vladimír Čunát2020-05-11
|\|
| * rustPlatform: fix bug with ambiguous diff toolBenjamin Hipple2020-05-06
* | rustPlatform: fix logMaximilian Bosch2020-05-08
* | rustPlatform: don't install test executablesMaximilian Bosch2020-05-08
* | rustPlatform: increase build-speed of `checkPhase` for rust-packagesMaximilian Bosch2020-05-06
|/
* buildRustPackage: enable strictDepsJörg Thalheim2020-03-29
* rust: remove legacy cargo fetcherBenjamin Hipple2020-03-18
* Merge pull request #81974 from bhipple/feature/rust-docMario Rodas2020-03-10
|\
| * buildRustPackage: update docstring commentBenjamin Hipple2020-03-07
* | rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validationBenjamin Hipple2020-02-28
|/
* rust: Fix for legacy fetch cargoBenjamin Hipple2020-02-15
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
* fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple2020-02-10
* rustPlatform.buildRustPackage: cleaner output on verifyCargoDeps (#77567)Benjamin Hipple2020-01-12
* rustPlatform: forward unpackPhase to fetchcargoAlyssa Ross2019-12-23
* rust: add support for armv6l-linux and armv7l-linuxBen Wolsieffer2019-11-23
* Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-targetJörg Thalheim2019-11-01
|\
| * build-support/rust: Add target optionexfalso2019-10-24
* | buildRustPackage: support checkFlags and checkFlagsArrayAndreas Rammhold2019-10-20
|/
* buildRustPackage: add verifyCargoDeps optionzimbatm2019-09-30