about summary refs log tree commit diff
path: root/pkgs/build-support/rust/default.nix
AgeCommit message (Expand)AuthorFilesLines
2018-11-21makeRustPlatform: refactor to make it easier to understandJörg Thalheim1-7/+3
2018-10-07buildRustPackage: fix regex for separating lib and binJustin Humm1-2/+2
2018-10-03buildRustPackage now correctly installs binaries to bin and libraries to lib.Edward Tate1-2/+4
2018-09-11fectchcargo: don't break old sha256Symphorien Gibol1-20/+6
2018-09-11fetchcargo: normalise cargo config to ensure determinismSymphorien Gibol1-4/+4
2018-09-11buildRustPackage, fetchcargo: optionally use vendor config from cargo-vendorJustin Humm1-8/+20
2018-08-13buildRustPackage: allow patches to fix Cargo.lockLéo Gaspard1-0/+5
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-20[bot]: remove unreferenced codevolth1-2/+0
2018-04-23Merge pull request #34968 from timokau/rust-findDaiderd Jordan1-1/+1
2018-04-07rust: Allow setting cargoSha256 to null.Kevin Cox1-2/+2
2018-02-20 rust: 1.22.1 -> 1.24.0Jörg Thalheim1-8/+22
2018-02-14buildRustPackage: Restrict `find` to filesTimo Kaufmann1-1/+1
2018-02-03cargo-vendor: move to all-packagesJörg Thalheim1-4/+2
2018-02-03Merge pull request #33980 from thefloweringash/cargo-vendor-carnixJörg Thalheim1-4/+2
2018-01-18cargo-vendor: Build from source using carnixAndrew Childs1-4/+2
2018-01-09Revert "rust: store the cargo-vendor config"Robin Gloster1-9/+15
2018-01-09rust: store the cargo-vendor configzimbatm1-15/+9
2017-12-27cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan1-2/+1
2017-11-20buildRustPackage: make dependencies' source writableThomas Tuegel1-1/+7
2017-10-26buildRustPackage: allow passthru overrideszimbatm1-1/+1
2017-10-23rust: update cargo builder to fetch registry dynamicallyKevin Cox1-67/+22
2017-06-25rustRegistry: switch to mkDerivationJörg Thalheim1-4/+6
2017-06-25Expose custom Rust registry versionstilpner1-1/+6
2017-04-15buildRustPackage: only copy executables to binJörg Thalheim1-3/+1
2017-04-15buildRustPackage: add standard package hooksJörg Thalheim1-1/+11
2017-04-15buildRustPackage: add cargoBuildFlagsJörg Thalheim1-3/+4
2017-03-30buildRustPackage: Fix "warning: file ... may be generated" (#24471)Christian Kauhaus1-1/+1
2016-12-03rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to upda...Aristid Breitkreuz1-0/+3
2016-06-15rust: Refactoring of rust and cargo packagesDavid Craven1-3/+3
2016-06-02Fix buildRustPackage edge casesDavid Craven1-0/+1
2016-05-28buildRustPackage: Don't specify `logLevel` by default.Moritz Ulrich1-1/+1
2016-05-28buildRustPackage: Add `log-level` argument.Moritz Ulrich1-0/+2
2016-02-17rust: fix prePatch phase fail when sourceRoot setBrian McKenna1-1/+1
2015-11-18cargo, cargoSnapshot: add rustc runtime dependencyRicardo M. Correia1-3/+3
2015-07-24buildRustPackage: Fix rust builds due to #7524Ricardo M. Correia1-1/+1
2015-05-29buildRustPackage: Accept `srcs` attribute as wellRicardo M. Correia1-2/+8
2015-05-19buildRustPackage: Don't hardcode registry index hashRicardo M. Correia1-11/+19
2015-04-23buildRustPackage: Get rid of /proc/self/cwd hackRicardo M. Correia1-12/+25
2015-04-23buildRustPackage: Add a mechanism to patch registry depsRicardo M. Correia1-6/+14
2015-04-23cargo: Remove setupHookRicardo M. Correia1-0/+6
2015-04-23buildRustPackage: Fix Cargo.lock being ignoredRicardo M. Correia1-4/+11
2015-04-21buildRustPackage: Add check phase and enable it by defaultRicardo M. Correia1-1/+8
2015-04-21Add support for building cargo'ed Rust programsGeorges Dubus1-0/+52