nixpkgs/pkgs/development/compilers/rust
Winter d5dc3d17f3 rustc: re-enable parallel building
We previously disabled this based on a now-closed issue from 2015 [0].
I think enough time has passed that we can give it a shot again, given
that the in the worst case scenario we revert, and in the best case
scenario we get a performance boost.

[0]: https://github.com/rust-lang/rust/issues/30181
2023-02-26 09:09:35 +10:00
..
1_67.nix rustc: 1.67.0 -> 1.67.1 2023-02-10 06:55:18 +10:00
binary.nix rustc: don't strip bootstrap on darwin 2022-10-20 09:02:51 +10:00
bootstrap.nix
cargo-auditable-cargo-wrapper.nix cargo-auditable-cargo-wrapper: Use writeShellScriptBin instead of writeShellApplication 2023-01-19 13:50:01 +10:00
cargo-auditable.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
cargo.nix cargo: move cert info to fetch-cargo-tarball 2023-02-01 06:53:43 +10:00
clippy.nix clippy: add rust team to maintainers 2023-02-20 01:19:56 -05:00
default.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
make-rust-platform.nix rustPlatform.buildRustPackage: fix cross compiling auditable packages 2023-01-12 12:22:59 -05:00
print-hashes.sh rust: add mips64el to list of bootstrap tarballs 2022-03-18 13:00:34 +10:00
rust-lib-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rust-src.nix rust-{lib-}src: deprecate phases 2022-02-25 22:57:59 +01:00
rustc.nix rustc: re-enable parallel building 2023-02-26 09:09:35 +10:00
rustfmt.nix Revert "rustfmt: actually fix the failing test" 2022-04-17 18:20:37 +10:00
setup-hook.sh