summary refs log tree commit diff
path: root/pkgs/build-support/rust
Commit message (Expand)AuthorAge
* rustPlatform.importCargoLock: add an assert for old Cargo.locksRomanos Skiadas2021-07-18
* build-rust-crate: disable incremental buildspandaman642021-07-09
* Merge pull request #122158 from danieldk/import-cargo-lockDaniël de Kok2021-05-28
|\
| * rustPlatform.importCargoLock: add test cases for importCargoLockDaniël de Kok2021-05-28
| * rustPlatform.buildRustPackage: support direct use of Cargo.lockDaniël de Kok2021-05-28
| * rustPlatform.importCargoLock: initDaniël de Kok2021-05-28
* | Merge pull request #123867 from danieldk/maturin-0.10.5Daniël de Kok2021-05-25
|\ \
| * | maturinBuildHook: add rustc to depsDaniël de Kok2021-05-21
* | | rust: 1.51.0 -> 1.52.0Pavol Rusnak2021-05-08
|/ /
* / llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
|/
* build-rust-crate: disable incremental buildszseri2021-04-08
* cargo/hooks: allow hooks to be disabledJonathan Ringer2021-03-08
* rustPlatform.buildRustPackage: support debug buildsAna Hobden2021-03-04
* buildRustPackage: Add cargoTestFlagsMax Hausch2021-03-02
* buildRustPackage: use checkType argumentDaniël de Kok2021-02-26
* Merge master into staging-nextFrederik Rietdijk2021-02-26
|\
| * buildRustPackage: add cargoDepsName attributeDaniël de Kok2021-02-15
* | diesel-cli: use comma-separated features, use buildAndTestSubdirDaniël de Kok2021-02-16
* | buildRustPackage: handle cargoBuildFlags in cargoBuildHookDaniël de Kok2021-02-16
* | buildRustPackage: factor out check phase to cargoCheckHookDaniël de Kok2021-02-16
* | buildRustPackage: factor out install phase to cargoInstallHookDaniël de Kok2021-02-15
* | rustPlatform.maturinBuildHook: initDaniël de Kok2021-02-12
* | fetchCargoTarball: set default sourceRoot to the empty stringDaniël de Kok2021-02-11
* | buildRustPackage: factor out build phase to cargoBuildHookDaniël de Kok2021-02-11
* | buildRustPackage: factor out setting up .cargo/config to cargoSetupHookDaniël de Kok2021-02-10
|/
* treewide: stdenv.lib -> libPavol Rusnak2021-01-24
* defaultCrateOverrides: override crates necessary for building sequoiaJustin Humm2021-01-08
* defaultCrateOverrides: pkgconfig -> pkg-configJustin Humm2021-01-08
* buildRustPackage: add `cargoHash` for SRI hashes of vendored depsDaniël de Kok2020-12-31
* tests.buildRustCrate: Fix after hashing method changeJohn Ericson2020-12-19
* buildRustCrate: set NUM_JOBS to NIX_BUILD_CORESDaniël de Kok2020-12-03
* Merge pull request #105305 from lopsided98/build-rust-crate-platform-hashJohn Ericson2020-11-29
|\
| * buildRustCrate: add host platform to rlib hash suffixBen Wolsieffer2020-11-28
* | add sysroot lockfile update script then run itAaron Janse2020-10-17
* | NEEDS REVIEW: enable sysroot differentlyAaron Janse2020-10-17
* | enforce noCheck when useSysrootAaron Janse2020-10-17
* | minor clean upAaron Janse2020-10-17
* | fix whitespaceAaron Janse2020-10-15
* | parameterize rustcSrcAaron Janse2020-10-15
* | use rustcSrcAaron Janse2020-10-14
* | rust: Add support for managing target JSON in NixJohn Ericson2020-10-14
* | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2020-10-14
|\|
| * buildRustCrateTests: support cross-compilationBen Wolsieffer2020-09-29
| * buildRustCrate: fix target config environment variables on 32-bit ARMBen Wolsieffer2020-09-29
* | fix some whitespaceAaron Janse2020-10-12
* | fix compile errorAaron Janse2020-10-12
* | makeRustPlatform: support custom targetsAaron Janse2020-10-08
|/
* Merge pull request #99050 from lopsided98/buildrustcrate-crossJohn Ericson2020-09-29
|\
| * defaultCrateOverrides: move pkgconfig to nativeBuildInputsBen Wolsieffer2020-09-28
| * buildRustCrate: support cross compilationBen Wolsieffer2020-09-28