summary refs log tree commit diff
path: root/pkgs/build-support/rust/default.nix
Commit message (Expand)AuthorAge
* rust: set PKG_CONFIG_ALLOW_CROSS conditionally in buildRustPackageMichael Eden2019-03-29
* rust: allow building in debug or release modesMichael Eden2019-03-29
* rust: move releaseDir to target/release in the buildPhaseMichael Eden2019-03-29
* rust: fix cross-compilationJörg Thalheim2019-03-29
* buildRustPackage: Allow pname attributeMario Rodas2019-03-01
* makeRustPlatform: refactor to make it easier to understandJörg Thalheim2018-11-21
* buildRustPackage: fix regex for separating lib and binJustin Humm2018-10-07
* buildRustPackage now correctly installs binaries to bin and libraries to lib.Edward Tate2018-10-03
* fectchcargo: don't break old sha256Symphorien Gibol2018-09-11
* fetchcargo: normalise cargo config to ensure determinismSymphorien Gibol2018-09-11
* buildRustPackage, fetchcargo: optionally use vendor config from cargo-vendorJustin Humm2018-09-11
* buildRustPackage: allow patches to fix Cargo.lockLéo Gaspard2018-08-13
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
* [bot]: remove unreferenced codevolth2018-07-20
* Merge pull request #34968 from timokau/rust-findDaiderd Jordan2018-04-23
|\
| * buildRustPackage: Restrict `find` to filesTimo Kaufmann2018-02-14
* | rust: Allow setting cargoSha256 to null.Kevin Cox2018-04-07
* | rust: 1.22.1 -> 1.24.0Jörg Thalheim2018-02-20
|/
* cargo-vendor: move to all-packagesJörg Thalheim2018-02-03
* Merge pull request #33980 from thefloweringash/cargo-vendor-carnixJörg Thalheim2018-02-03
|\
| * cargo-vendor: Build from source using carnixAndrew Childs2018-01-18
| * Revert "rust: store the cargo-vendor config"Robin Gloster2018-01-09
| * rust: store the cargo-vendor configzimbatm2018-01-09
* | cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan2017-12-27
|/
* buildRustPackage: make dependencies' source writableThomas Tuegel2017-11-20
* buildRustPackage: allow passthru overrideszimbatm2017-10-26
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
* rustRegistry: switch to mkDerivationJörg Thalheim2017-06-25
* Expose custom Rust registry versionstilpner2017-06-25
* buildRustPackage: only copy executables to binJörg Thalheim2017-04-15
* buildRustPackage: add standard package hooksJörg Thalheim2017-04-15
* buildRustPackage: add cargoBuildFlagsJörg Thalheim2017-04-15
* buildRustPackage: Fix "warning: file ... may be generated" (#24471)Christian Kauhaus2017-03-30
* rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to upda...Aristid Breitkreuz2016-12-03
* rust: Refactoring of rust and cargo packagesDavid Craven2016-06-15
* Fix buildRustPackage edge casesDavid Craven2016-06-02
* buildRustPackage: Don't specify `logLevel` by default.Moritz Ulrich2016-05-28
* buildRustPackage: Add `log-level` argument.Moritz Ulrich2016-05-28
* rust: fix prePatch phase fail when sourceRoot setBrian McKenna2016-02-17
* cargo, cargoSnapshot: add rustc runtime dependencyRicardo M. Correia2015-11-18
* buildRustPackage: Fix rust builds due to #7524Ricardo M. Correia2015-07-24
* buildRustPackage: Accept `srcs` attribute as wellRicardo M. Correia2015-05-29
* buildRustPackage: Don't hardcode registry index hashRicardo M. Correia2015-05-19
* buildRustPackage: Get rid of /proc/self/cwd hackRicardo M. Correia2015-04-23
* buildRustPackage: Add a mechanism to patch registry depsRicardo M. Correia2015-04-23
* cargo: Remove setupHookRicardo M. Correia2015-04-23
* buildRustPackage: Fix Cargo.lock being ignoredRicardo M. Correia2015-04-23
* buildRustPackage: Add check phase and enable it by defaultRicardo M. Correia2015-04-21
* Add support for building cargo'ed Rust programsGeorges Dubus2015-04-21