about summary refs log tree commit diff
path: root/pkgs/build-support/rust
AgeCommit message (Expand)AuthorFilesLines
2021-04-08build-rust-crate: disable incremental buildszseri2-7/+9
2021-03-08cargo/hooks: allow hooks to be disabledJonathan Ringer4-4/+8
2021-03-04rustPlatform.buildRustPackage: support debug buildsAna Hobden2-2/+10
2021-03-02buildRustPackage: Add cargoTestFlagsMax Hausch1-1/+2
2021-02-26buildRustPackage: use checkType argumentDaniël de Kok2-1/+3
2021-02-26Merge master into staging-nextFrederik Rietdijk1-1/+5
2021-02-16diesel-cli: use comma-separated features, use buildAndTestSubdirDaniël de Kok1-1/+5
2021-02-16buildRustPackage: handle cargoBuildFlags in cargoBuildHookDaniël de Kok2-3/+2
2021-02-16buildRustPackage: factor out check phase to cargoCheckHookDaniël de Kok3-16/+56
2021-02-15buildRustPackage: factor out install phase to cargoInstallHookDaniël de Kok4-39/+65
2021-02-15buildRustPackage: add cargoDepsName attributeDaniël de Kok1-1/+5
2021-02-12rustPlatform.maturinBuildHook: initDaniël de Kok2-0/+50
2021-02-11fetchCargoTarball: set default sourceRoot to the empty stringDaniël de Kok1-1/+1
2021-02-11buildRustPackage: factor out build phase to cargoBuildHookDaniël de Kok3-43/+71
2021-02-10buildRustPackage: factor out setting up .cargo/config to cargoSetupHookDaniël de Kok3-83/+135
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