about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust/default.nix
AgeCommit message (Expand)AuthorFilesLines
2023-12-15treewide: add __attrsFailEvaluation and __recurseIntoDerivationForReleaseJobsAdam Joseph1-1/+1
2023-11-30rustc: use the wrapper for fastCross sysrootAlyssa Ross1-2/+5
2023-11-30rustc: add a compiler wrapperAlyssa Ross1-1/+3
2023-11-11rust: allow building/git-bisecting without tarballsAdam Joseph1-1/+1
2023-09-26rust: add rust.envVarsAdam Joseph1-2/+3
2023-09-10rust: cargo: Use rustc and cargo built on BuildAsad Mehmood1-4/+10
2023-08-14treewide: `overrideScope'` -> `overrideScope`Artturin1-1/+1
2023-07-10rustc: remove Darwin special-casingRandy Eckenrode1-7/+0
2023-05-22rustc: remove unused argumentAlyssa Ross1-1/+0
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-2/+6
2023-04-13clippy: use the right rustc when cross compilingAlyssa Ross1-1/+7
2023-01-12rustPlatform.buildRustPackage: fix cross compiling auditable packagesfigsoda1-0/+2
2022-11-22carnix,cratesIO: removefigsoda1-3/+2
2022-10-07rustc: fix build for no_std targetsAlex Martens1-1/+1
2022-09-07rls: removeGuillaume Girol1-1/+0
2022-05-13rustc: expose correct llvmPackages for cross compileNick Cao1-2/+2
2021-11-07build-support/rust: OrganizeJohn Ericson1-31/+9
2021-11-02rustc: Expose llvmPackages set used to build rustcMartin Weinelt1-1/+2
2021-10-03rustPackages.rls: Fix 1.55 build on Darwin (#140232)John Wiegley1-2/+2
2021-08-20rust.toRustTarget: fix for windowsRobin Stumm1-1/+4
2021-05-31rust: Add support for riscv64Zhaofeng Li1-0/+1
2021-05-15rustc: allowing building for ARMv5Ben Wolsieffer1-0/+1
2020-12-14rustc: cleanup, use correct llvm versionLuka Blaskovic1-5/+10
2020-11-28rust: Clean up target configs and test some moreJohn Ericson1-3/+3
2020-11-28Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson1-5/+5
2020-10-14Merge master into staging-nextFrederik Rietdijk1-18/+1
2020-10-14rust: Add support for managing target JSON in NixJohn Ericson1-1/+9
2020-10-13Merge pull request #99335 from obsidiansystems/make-rust-platform-separateJohn Ericson1-18/+1
2020-10-13makeRustPlatform: Put back in it's own file.John Ericson1-18/+1
2020-10-13Merge master into staging-nextFrederik Rietdijk1-2/+13
2020-09-29buildRustCrate: fix target config environment variables on 32-bit ARMBen Wolsieffer1-2/+13
2020-09-23rust: 1.45.2 -> 1.46.0Bas van Dijk1-5/+5
2020-03-19Merge pull request #82882 from obsidiansystems/armv6-embeddedJohn Ericson1-2/+3
2020-03-18rust: remove legacy cargo fetcherBenjamin Hipple1-7/+1
2020-03-12rustc: Add way to override the arch and config triple for rustJohn Ericson1-2/+3
2020-02-23Merge pull request #80843 from obsidiansystems/rust-no-stdJohn Ericson1-0/+3
2020-02-22rust 1.41: Fix build with no_std only targetJohn Ericson1-0/+3
2020-02-10fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dirBenjamin Hipple1-1/+7
2020-01-18rustPackages: make rustc-dev optionalDaiderd Jordan1-0/+2
2019-12-23rustPlatform.fetchcargo: exposeAlyssa Ross1-6/+6
2019-11-23rust: add support for armv6l-linux and armv7l-linuxBen Wolsieffer1-0/+8
2019-11-08rust: keep multiple version.taku01-3/+15
2019-08-21rls: tie version to rustc'sSymphorien Gibol1-0/+1
2019-08-19Merge pull request #66713 from basvandijk/rustfmt-from-rust-srcBas van Dijk1-0/+1
2019-08-16rustfmt: use the src as defined by the git submodule in rustBas van Dijk1-0/+1
2019-08-16rustPackages.clippy: init at rust-1.36.0Bas van Dijk1-0/+1
2019-06-16treewide: remove unused variables (#63177)volth1-2/+2
2019-04-26rustc: use llvm5 for bootstrappingMatthew Bauer1-2/+9
2019-03-29rust: Don't force gcc6Michael Eden1-9/+4
2019-03-29rust: fix cross-compilationJörg Thalheim1-39/+59