about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
Commit message (Collapse)AuthorAge
* rust-bindgen: 0.31.1 -> 0.32.1dywedir2017-12-19
|
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* rustracer: 2.0.9 -> 2.0.12Joerg Thalheim2017-11-15
| | | | don't hard-code RUST_SRC_PATH so it can be overwritten by users/rustup
* Merge pull request #30910 from dywedir/rust-bindgenOrivej Desh2017-11-03
|\ | | | | rust-bindgen: 0.30.0 -> 0.31.1
| * rust-bindgen: 0.30.0 -> 0.31.1dywedir2017-10-29
| |
* | rustup: 1.3.0 -> 2017-10-29Leon Isenberg2017-10-29
| |
* | rustup: Patch rustup to patchelf binariesLeon Isenberg2017-10-29
|/
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* rustup: 1.2.0 -> 1.3.0Andreas Rammhold2017-09-05
|
* rust-bindgen: 0.29.0 -> 0.30.0dywedir2017-08-29
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* rust-bindgen: 0.26.1 -> 0.29.0dywedir2017-07-28
|
* rustracer: 2.0.6 -> 2.0.9dywedir2017-07-28
|
* racer[d]: fix RUST_SRC_PATHBenno Fünfstück2017-07-18
| | | | `rustc.src` is a `tar.gz` archive, but we need it unpacked.
* rust-bindgen: 0.25.5 -> 0.26.1Benjamin Saunders2017-07-06
|
* racerd: 2016-12-24 -> 2017-02-17Jörg Thalheim2017-06-26
|
* rust-bindgen: 0.24.0 -> 0.25.5dywedir2017-06-19
|
* rustfmt: 0.8.3 -> 0.9.0dywedir2017-06-18
|
* rustfmt: 0.8.1 -> 0.8.3Matthew Maurer2017-05-26
| | | | Did not bump to 0.8.4 since that doesn't build with current stable.
* rust-bindgen: 0.23.0 -> 0.24.0Benjamin Saunders2017-05-04
| | | | Fixes errors arising from unset LIBCLANG_PATH
* Merge pull request #24939 from dtzWill/update/rust-bindgen-0.23.0Michael Raskin2017-05-01
|\ | | | | rust-bindgen: 0.22.1 -> 0.23.0
| * rust-bindgen: 0.22.1 -> 0.23.0Will Dietz2017-04-15
| |
* | rustup: init at 1.2.0Jörg Thalheim2017-04-17
|/
* rustfmt: 0.8 -> 0.8.1c74d2017-03-29
| | | | | | | Update the `rustfmt` package from version 0.8 to version 0.8.1. I have tested this change per nixpkgs manual section 11.1 ("Making patches").
* Merge pull request #24198 from 8573/8573/pkg/update/rust-bindgen/0.22.1/1Arseniy Seroka2017-03-22
|\ | | | | rust-bindgen: 0.19.1 -> 0.22.1
| * rust-bindgen: 0.19.1 -> 0.22.1c74d2017-03-22
| |
* | rustracer: 2.0.5 -> 2.0.6c74d2017-03-22
|/
* rustfmt: 0.7.1 -> 0.8c74d2017-03-21
|
* racerd: 2016-08-23 -> 2016-12-24Tadas Barzdzius2017-02-03
|
* rustfmt: 0.6.3 -> 0.7.1Tadas Barzdzius2017-01-27
|
* rustracer: 1.2.10 -> 2.0.5Tadas Barzdzius2017-01-27
|
* rustfmt: 0.6.2 -> 0.6.3Jos van den Oever2016-12-04
|
* rust-bindgen: init at 0.19.1 (#19847)Benjamin Saunders2016-11-23
|
* rustfmt: 0.6.0 -> 0.6.2Tadas Barzdzius2016-11-16
|
* rainicorn: init at 1.0.0Peter Pickford2016-09-08
|
* rustfmt: 0.4 -> 0.6Matthias Beyer2016-08-26
|
* rust racerd: 0.1.1 -> 2016-08-23Stefan Junker2016-08-23
|
* rustracer: Enable doCheck and fix typo.Moritz Ulrich2016-07-25
|
* rustfmt: add meta.platformsGabriel Ebner2016-07-14
|
* rustracer: add meta.platformsGabriel Ebner2016-07-14
|
* rust: Refactoring of rust and cargo packagesDavid Craven2016-06-15
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* rustRacer: 1.1.0 -> 1.2.10Moritz Ulrich2016-05-28
|
* racerd: init at 0.1.1Brandon Kase2016-05-14
| | | | Needed for Rust YouCompleteMe support
* rustfmt: 2016-03-22 -> 0.4.0Tadas Barzdzius2016-04-20
|
* rustfmt: 2016-02-15 -> 2016-03-22Jakob Gillich2016-03-22
|
* rustfmt: 2015-12-23 -> 2016-02-15Arseniy Seroka2016-02-25
|
* racerRust: 1.0.0 -> 1.1.0Robin Gloster2016-01-17
|
* rustfmt: 2015-12-08 -> 2015-12-23Robin Gloster2015-12-24
|
* rustfmt: 2015-10-28 -> 2015-12-08Robin Gloster2015-12-10
|