about summary refs log tree commit diff
path: root/pkgs/build-support/rust
AgeCommit message (Expand)AuthorFilesLines
2021-01-24treewide: stdenv.lib -> libPavol Rusnak3-18/+19
2021-01-08defaultCrateOverrides: override crates necessary for building sequoiaJustin Humm1-1/+42
2021-01-08defaultCrateOverrides: pkgconfig -> pkg-configJustin Humm1-11/+11
2020-12-31buildRustPackage: add `cargoHash` for SRI hashes of vendored depsDaniël de Kok2-8/+20
2020-12-19tests.buildRustCrate: Fix after hashing method changeJohn Ericson1-6/+12
2020-12-03buildRustCrate: set NUM_JOBS to NIX_BUILD_CORESDaniël de Kok1-1/+1
2020-11-29Merge pull request #105305 from lopsided98/build-rust-crate-platform-hashJohn Ericson1-1/+5
2020-11-28buildRustCrate: add host platform to rlib hash suffixBen Wolsieffer1-1/+5
2020-10-17add sysroot lockfile update script then run itAaron Janse4-11/+42
2020-10-17NEEDS REVIEW: enable sysroot differentlyAaron Janse1-4/+4
2020-10-17enforce noCheck when useSysrootAaron Janse1-0/+4
2020-10-17minor clean upAaron Janse1-2/+3
2020-10-15fix whitespaceAaron Janse1-1/+1
2020-10-15parameterize rustcSrcAaron Janse1-1/+1
2020-10-14use rustcSrcAaron Janse1-17/+11
2020-10-14rust: Add support for managing target JSON in NixJohn Ericson4-6/+6
2020-10-14Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson3-34/+40
2020-10-12fix some whitespaceAaron Janse1-1/+1
2020-10-12fix compile errorAaron Janse1-1/+3
2020-10-08makeRustPlatform: support custom targetsAaron Janse4-7/+137
2020-09-29buildRustCrateTests: support cross-compilationBen Wolsieffer1-20/+33
2020-09-29buildRustCrate: fix target config environment variables on 32-bit ARMBen Wolsieffer2-14/+7
2020-09-29Merge pull request #99050 from lopsided98/buildrustcrate-crossJohn Ericson2-13/+29
2020-09-28defaultCrateOverrides: move pkgconfig to nativeBuildInputsBen Wolsieffer1-10/+20
2020-09-28buildRustCrate: support cross compilationBen Wolsieffer1-3/+9
2020-09-24buildRustPackage: support setting test-threadszowoq1-1/+4
2020-09-23firmware-manager: Init at 0.1.1Shea Levy1-4/+4
2020-09-05buildSupport.rust: fix typo in verifyCargoDeps message (#97058)Evan Stoll1-1/+1
2020-08-28fetchCrate: accept pname besides crateNameDaniël de Kok1-2/+5
2020-08-16buildRustPackage: add support for parallel buildMario Rodas1-2/+2
2020-08-09buildRustCrate: editorconfig fixeszowoq4-13/+13
2020-07-15rustPlatform: don't install artifacts modified by `checkPhase`Maximilian Bosch1-4/+7
2020-07-14Revert "buildRustPackage: fix cargoBuildFlags"Maximilian Bosch1-1/+1
2020-07-03buildRustPackage: fix cargoBuildFlagsFlakebi1-1/+1
2020-06-16Merge pull request #90193 from danieldk/build-rs-feature-envAndreas Rammhold4-11/+58
2020-06-13buildRustCrate: set CARGO_FEATURE_* when running the build scriptDaniël de Kok4-11/+58
2020-06-08Merge staging-next into stagingFrederik Rietdijk1-1/+2
2020-06-08rustPlatform: fix cross-compiling by using native diffhyperfekt1-1/+2
2020-06-05Merge staging-next into stagingFrederik Rietdijk1-0/+1
2020-06-05buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim1-0/+1
2020-06-05Merge #82342: rustPlatform: increase build-speed of `checkPhase`Vladimír Čunát1-16/+34
2020-05-26buildRustCrate: Replace hyphen with underscore in env variables (#88054)Michael Howell2-2/+36
2020-05-13rustPlatform: add `buildAndTestSubdir`-argumentMaximilian Bosch1-2/+10
2020-05-13rustPlatform: make it possible to override the profile for `cargo test`Maximilian Bosch1-1/+2
2020-05-11Merge branch 'staging-next' into PR 82342Vladimír Čunát1-2/+16
2020-05-08rustPlatform: fix logMaximilian Bosch1-1/+1
2020-05-08rustPlatform: don't install test executablesMaximilian Bosch1-5/+12
2020-05-06rustPlatform: fix bug with ambiguous diff toolBenjamin Hipple1-2/+16
2020-05-06rustPlatform: increase build-speed of `checkPhase` for rust-packagesMaximilian Bosch1-11/+13
2020-04-13Merge pull request #85172 from andir/buildRustCrate-proc-macroAndreas Rammhold2-0/+15