summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/rust
AgeCommit message (Expand)Author
2021-01-24treewide: stdenv.lib -> libPavol Rusnak
2021-01-08defaultCrateOverrides: override crates necessary for building sequoiaJustin Humm
2021-01-08defaultCrateOverrides: pkgconfig -> pkg-configJustin Humm
2020-12-31buildRustPackage: add `cargoHash` for SRI hashes of vendored depsDaniël de Kok
2020-12-19tests.buildRustCrate: Fix after hashing method changeJohn Ericson
2020-12-03buildRustCrate: set NUM_JOBS to NIX_BUILD_CORESDaniël de Kok
2020-11-29Merge pull request #105305 from lopsided98/build-rust-crate-platform-hashJohn Ericson
2020-11-28buildRustCrate: add host platform to rlib hash suffixBen Wolsieffer
2020-10-17add sysroot lockfile update script then run itAaron Janse
2020-10-17NEEDS REVIEW: enable sysroot differentlyAaron Janse
2020-10-17enforce noCheck when useSysrootAaron Janse
2020-10-17minor clean upAaron Janse
2020-10-15fix whitespaceAaron Janse
2020-10-15parameterize rustcSrcAaron Janse
2020-10-14use rustcSrcAaron Janse
2020-10-14rust: Add support for managing target JSON in NixJohn Ericson
2020-10-14Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson
2020-10-12fix some whitespaceAaron Janse
2020-10-12fix compile errorAaron Janse
2020-10-08makeRustPlatform: support custom targetsAaron Janse
2020-09-29buildRustCrateTests: support cross-compilationBen Wolsieffer
2020-09-29buildRustCrate: fix target config environment variables on 32-bit ARMBen Wolsieffer
2020-09-29Merge pull request #99050 from lopsided98/buildrustcrate-crossJohn Ericson
2020-09-28defaultCrateOverrides: move pkgconfig to nativeBuildInputsBen Wolsieffer
2020-09-28buildRustCrate: support cross compilationBen Wolsieffer
2020-09-24buildRustPackage: support setting test-threadszowoq
2020-09-23firmware-manager: Init at 0.1.1Shea Levy
2020-09-05buildSupport.rust: fix typo in verifyCargoDeps message (#97058)Evan Stoll
2020-08-28fetchCrate: accept pname besides crateNameDaniël de Kok
2020-08-16buildRustPackage: add support for parallel buildMario Rodas
2020-08-09buildRustCrate: editorconfig fixeszowoq
2020-07-15rustPlatform: don't install artifacts modified by `checkPhase`Maximilian Bosch
2020-07-14Revert "buildRustPackage: fix cargoBuildFlags"Maximilian Bosch
2020-07-03buildRustPackage: fix cargoBuildFlagsFlakebi
2020-06-16Merge pull request #90193 from danieldk/build-rs-feature-envAndreas Rammhold
2020-06-13buildRustCrate: set CARGO_FEATURE_* when running the build scriptDaniël de Kok
2020-06-08Merge staging-next into stagingFrederik Rietdijk
2020-06-08rustPlatform: fix cross-compiling by using native diffhyperfekt
2020-06-05Merge staging-next into stagingFrederik Rietdijk
2020-06-05buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim
2020-06-05Merge #82342: rustPlatform: increase build-speed of `checkPhase`Vladimír Čunát
2020-05-26buildRustCrate: Replace hyphen with underscore in env variables (#88054)Michael Howell
2020-05-13rustPlatform: add `buildAndTestSubdir`-argumentMaximilian Bosch
2020-05-13rustPlatform: make it possible to override the profile for `cargo test`Maximilian Bosch
2020-05-11Merge branch 'staging-next' into PR 82342Vladimír Čunát
2020-05-08rustPlatform: fix logMaximilian Bosch
2020-05-08rustPlatform: don't install test executablesMaximilian Bosch
2020-05-06rustPlatform: fix bug with ambiguous diff toolBenjamin Hipple
2020-05-06rustPlatform: increase build-speed of `checkPhase` for rust-packagesMaximilian Bosch
2020-04-13Merge pull request #85172 from andir/buildRustCrate-proc-macroAndreas Rammhold