summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/cargo
Commit message (Collapse)AuthorAge
* cargo: Install man pageRicardo M. Correia2015-03-04
| | | | ... as well as other artifacts.
* Restructure rustc derivations for ease of updating.Jordan Woehr2015-03-02
| | | | Update racerRust to use new rustcMaster and upgrade cargoSnapshot so racer builds.
* Merge branch 'master' into stagingVladimír Čunát2015-01-31
|\ | | | | | | | | | | | | Conflicts (relatively simple): pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
| * cargoSnapshot: Update from 2014-12-30 -> 2015-01-24Ricardo M. Correia2015-01-27
| |
* | rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|/
* cargo: common.nix now only contains version-agnostic bitsJohn Ericson2015-01-08
|
* cargoSnapshot: Update from 2014-12-21 -> 2014-12-30Ricardo M. Correia2015-01-07
|
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* cargoSnapshot: Update from 2014-11-22 -> 2014-12-21Ricardo M. Correia2014-12-22
|
* cargoSnapshot: Update from 2014-09-19 -> 2014-11-22Ricardo M. Correia2014-11-25
|
* cargoSnapshot: Fix evaluation error when building tarballRicardo M. Correia2014-09-26
|
* cargoSnapshot: Fix meta attributesRicardo M. Correia2014-09-25
|
* cargoSnapshot: Add packageRicardo M. Correia2014-09-24
Cargo downloads your Rust project's dependencies and builds your project. The cargoSnapshot derivation simply uses a binary build, because it's not easy to build cargo from source yet. In the future, it's expected that we'll also add a derivation for building cargo from source.