nixpkgs/pkgs/development/compilers/rust
Daniël de Kok 05e40e79a8 buildRustPackage: factor out check phase to cargoCheckHook
API change:

`cargoParallelTestThreads` suggests that this attribute sets the
number of threads used during tests, while it is actually a boolean
option (use 1 thread or NIX_BUILD_CORES threads). In the hook, this
is replaced by a more canonical name `dontUseCargoParallelTests`.
2021-02-16 08:09:15 +01:00
..
rls pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
1_45.nix rust: add musl-libc targets to bootstrapping 2021-01-19 02:27:41 -05:00
1_49.nix rust: add musl-libc targets to bootstrapping 2021-01-19 02:27:41 -05:00
binary.nix pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
bootstrap.nix
cargo.nix pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
clippy.nix pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
default.nix rustc: cleanup, use correct llvm version 2020-12-14 15:14:03 +00:00
make-rust-platform.nix buildRustPackage: factor out check phase to cargoCheckHook 2021-02-16 08:09:15 +01:00
print-hashes.sh rust: add musl-libc targets to bootstrapping 2021-01-19 02:27:41 -05:00
rust-lib-src.nix makeRustPlatform: add rustLibSrc 2020-11-07 01:42:27 +08:00
rust-src.nix remove unused import 2020-10-15 17:31:32 -07:00
rustc.nix treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
rustfmt.nix pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
setup-hook.sh