about summary refs log tree commit diff
path: root/pkgs/build-support/rust
AgeCommit message (Expand)AuthorFilesLines
2021-08-20buildRustPackage: remove unused parameterRobin Stumm1-1/+0
2021-08-15build-support/rust: remove unused runCommandNoCCRobert Hensing1-1/+0
2021-08-15rust: fix build of pam-sys packagetekeri1-1/+5
2021-07-18rustPlatform.importCargoLock: add an assert for old Cargo.locksRomanos Skiadas1-5/+13
2021-07-09build-rust-crate: disable incremental buildspandaman642-2/+1
2021-05-28Merge pull request #122158 from danieldk/import-cargo-lockDaniël de Kok17-10/+1267
2021-05-28rustPlatform.importCargoLock: add test cases for importCargoLockDaniël de Kok15-0/+1085
2021-05-28rustPlatform.buildRustPackage: support direct use of Cargo.lockDaniël de Kok1-10/+15
2021-05-28rustPlatform.importCargoLock: initDaniël de Kok1-0/+167
2021-05-25Merge pull request #123867 from danieldk/maturin-0.10.5Daniël de Kok1-1/+2
2021-05-21maturinBuildHook: add rustc to depsDaniël de Kok1-1/+2
2021-05-08rust: 1.51.0 -> 1.52.0Pavol Rusnak1-1/+4
2021-04-30llvmPackages: Multuple outputs for everythtingAndrew Childs1-1/+1
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