about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
Commit message (Collapse)AuthorAge
* rust: Fix typo in binary build comment.Shea Levy2018-06-12
| | | | Pointed out by @Havvy.
* rustc: disable test-inherit-envJörg Thalheim2018-06-08
| | | | This fails on hydra on x86_64 for unknown reason.
* rust: fix test condition in tcp patchDaiderd Jordan2018-06-06
|
* rustc: 1.26.1 -> 1.26.2jD91mZM22018-06-06
|
* rustc: re-enable tests on darwinDaiderd Jordan2018-06-05
| | | | | - disable doctest for stdsimd - disable previous and some extra extra tcp tests
* rust: 1.25.0 -> 1.26.1jD91mZM22018-06-04
|
* rust: disable tests on darwinMatthew Justin Bauer2018-06-03
| | | | | See https://github.com/rust-lang/rust/issues/51006 Tests frequently fail on Darwin. Not sure why but it's easier to just disable for now.
* rustc: disable test on i686Jörg Thalheim2018-04-21
| | | | | | They run out of memory and lead to failing tests. fixes #39110
* rustc: disable tests for aarch64Jörg Thalheim2018-04-16
| | | | upstream is doing the same
* rustc: correct propagation of NIX_BUILD_CORESCorey O'Connor2018-04-12
|
* rust: drop obsolete patch (now included in upstream sources)Piotr Bogdan2018-04-11
|
* Merge branch 'master' into stagingRobert Schütz2018-04-10
|\
| * rustc: Disable failing test on aarch64Tuomas Tynkkynen2018-04-09
| | | | | | | | | | https://hydra.nixos.org/build/72562211/nixlog/1 https://github.com/rust-lang/rust/issues/49807
* | Merge master into stagingFrederik Rietdijk2018-04-09
|\|
| * rustc: 1.24.0 -> 1.25.0Bastian Köcher2018-04-06
| |
* | Merge pull request #37840 from matthewbauer/unixtoolsMatthew Justin Bauer2018-03-27
|\ \ | | | | | | Cross-platform "unixtools"
| * | treewide: cleanup procps usesMatthew Bauer2018-03-27
| |/
* / rustc: 1.24.0 -> 1.24.1 and glibc-2.27 patch.Shea Levy2018-03-17
|/
* cargo: unbreak aarch64 buildJörg Thalheim2018-02-22
|
* Merge branch 'master' into stagingVladimír Čunát2018-02-20
|\ | | | | | | Larger rebuilds from master.
| * rust: 1.22.1 -> 1.24.0Jörg Thalheim2018-02-20
| |
* | rustc: build with gcc6 on i686Vladimír Čunát2018-02-20
|/ | | | Probably due to the bundled LLVM, so the same error.
* rust: fix disabling of fragile testHamish Mackenzie2018-02-12
| | | Tests in the run-make directory are all in subdirectories
* rust binary build: call patchShebangs on install.shTuomas Tynkkynen2018-02-03
| | | | | It failed on aarch64 otherwise. The #!/bin/sh inside/outside the sandbox probably matters but I don't investigate more for now.
* cargo: Should be supported on all Linux platforms nowTuomas Tynkkynen2018-02-03
|
* Merge pull request #34244 from LnL7/rust-skip-testDaiderd Jordan2018-01-27
|\ | | | | rust: disable another fragile test
| * rust: disable another fragile testDaiderd Jordan2018-01-24
| |
* | rustc: Fix corrupted .rlib files caused by stripping on DarwinAndrew Childs2018-01-26
|/
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-16
|\
| * rustc: Supports ARMv7Tuomas Tynkkynen2018-01-16
| |
* | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-14
|\| | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix
| * Revert "rust: store the cargo-vendor config"Robin Gloster2018-01-09
| | | | | | | | | | | | | | This reverts commit 0af2c5891bfccfe5a6e8ba67e95c5852c45529d2. See https://github.com/NixOS/nixpkgs/commit/0af2c5891bfccfe5a6e8ba67e95c5852c45529d2#commitcomment-26737983 This breaks the cargoSha256 hashes.
| * rustc: disable failing tests on darwinDaiderd Jordan2018-01-09
| |
| * rust: store the cargo-vendor configzimbatm2018-01-09
| | | | | | | | | | | | | | cargo-vendor generates almost the right cargo config. Store it with the vendored files and patch it on use. This allows to re-use the generated config when using git dependencies.
| * cargo: 0.22.0 -> 0.23.0zimbatm2018-01-09
| |
| * rustc: 1.21.0 -> 1.22.1zimbatm2018-01-09
| | | | | | | | | | * removed --enable-clang as it has disappeared * removed old fixes that have been integrated in upstream
* | Merge pull request #33010 from LnL7/cacert-hookDaiderd Jordan2018-01-07
|\ \ | |/ |/| cacert: add hook that sets SSL_CERT_FILE
| * cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan2017-12-27
| |
* | treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
| |
* | rust: fix sandbox build on darwinDaiderd Jordan2018-01-05
|/
* rustc: Support aarch64Tuomas Tynkkynen2017-12-02
|
* Merge branch 'master' into stagingDaiderd Jordan2017-11-17
|\
| * Merge pull request #31175 from yrashk/rust-1.21Daiderd Jordan2017-11-17
| |\ | | | | | | rust: 1.20.0 -> 1.21.0
| | * cargo: fix darwin buildDaiderd Jordan2017-11-05
| | |
| | * rust: 1.20.0 -> 1.21.0Yurii Rashkovskii2017-11-03
| | |
| * | Merge pull request #31125 from LnL7/darwin-rust-bootstrapDaiderd Jordan2017-11-17
| |\ \ | | | | | | | | rust-bootstrap: cleanup darwin expression
| | * | rust-bootstrap: cleanup darwin expressionsDaiderd Jordan2017-11-01
| | |/
* | | Merge branch 'master' into stagingOrivej Desh2017-11-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (28 commits) go_1_9: skip flaky TestWaitGroupMisuse2 erlangR18: fix patch hashes with fetchpatch xml2: replace dead links nixos/pam: fix docs about path to u2f_keys file cinelerra: add a note about parallel building msmtp: install docs and examples (#31769) kernel: Fix out-of-tree modules on aarch64 nixos/tests/acme: update terms of service to fix test gixy: init at 0.1.8 pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules mono: init at 4.8 wal-g: fix license so not to break evaluation wal-g: init at 0.1.2 maintainers: add backuitist nixos/prometheus: Correct documentation for external_labels spidermonkey: replace broken links vagrant: removed custom rake gem vagrant: 2.0.0 -> 2.0.1 nixos/prometheus: add external_labels option nixos/prometheus: add scrape_configs.honor_labels ...
| * | rustcSrc: remove unrelated filesJoerg Thalheim2017-11-15
| | | | | | | | | | | | | | | | | | This package is used to provide semantic completion in tools like racer and is equivalent to rust-src in rustup. This commit gets rid of a number of files not required for completion.
* | | rustc: fix sandbox build on darwinDaiderd Jordan2017-11-14
|/ /