| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-16 | cargo: complain if rustc fails | Elly Jones | -1/+5 | |
| 2011-12-16 | cargo: shorten a line | Elly Jones | -1/+2 | |
| 2011-12-16 | cargo: fix lib detection logic | Elly Jones | -1/+1 | |
| 2011-12-16 | cargo: fix remaining warnings | Elly Jones | -3/+3 | |
| 2011-12-16 | cargo: remove obsolete rust-pkg-index lookup code | Elly Jones | -22/+0 | |
| 2011-12-16 | cargo: fix some warnings | Elly Jones | -4/+5 | |
| 2011-12-16 | cargo: flesh out usage | Elly Jones | -0/+4 | |
| 2011-12-16 | cargo: Support distributed package indexes. | Elly Jones | -36/+135 | |
| Indexes are listed in ~/.cargo/sources.json and ~/.cargo/local-sources.json, the former of which is stored in the rust source tree in src/cargo. Each entry in either of these files is a source, which is a dictionary with (currently) a single key, "url". The supplied url should point to a json list, each element of which should be a dictionary with four keys: "name", "uuid", "url", and "method". The name and uuid serve to identify the package; the method describes how to fetch the package; the url describes where to fetch it from. Currently supported methods are "git", "http", and "file". Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-12-16 | cargo: wip | Elly Jones | -10/+190 | |
| 2011-12-16 | std: file_is_dir -> path_is_dir, add path_exists | Elly Jones | -1/+1 | |
| 2011-12-16 | Remove hopefully-now-redundant chops of ./ at the beginning of filenames in ↵ | Graydon Hoare | -4/+2 | |
| cargo. | ||||
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -6/+6 | |
| 2011-12-16 | cargo: Fix long lines | Haitao Li | -6/+11 | |
| 2011-12-15 | cargo: update to new rust-pkg-index API. | Elly Jones | -2/+2 | |
| 2011-12-15 | cargo: support uuid:<uuid> and shortname package forms. | Elly Jones | -0/+36 | |
| 'cargo install rustcrypto' now works. | ||||
| 2011-12-15 | cargo: detect library installs properly | Elly Jones | -4/+5 | |
| 2011-12-15 | Suppress unused variable warnings in cargo | Marijn Haverbeke | -1/+1 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -4/+4 | |
| 2011-12-09 | cargo: support github:<user>/<repo> | Elly Jones | -23/+18 | |
| 2011-12-09 | cargo: support git:// URIs. | Elly Jones | -0/+14 | |
| 2011-12-09 | cargo: don't stick an extra / in CARGO_ROOT | Elly Jones | -1/+1 | |
| 2011-12-09 | cargo: refactor a bit | Elly Jones | -25/+39 | |
| 2011-12-09 | cargo: support installing crates | Elly Jones | -19/+82 | |
| Introduce the notion of CARGO_ROOT to override HOME if need be. Build packages there instead of in /tmp. Install to CARGO_ROOT/bin and CARGO_ROOT/lib. | ||||
| 2011-12-01 | cargo: support build-from-source | Elly Jones | -7/+36 | |
| No install yet. | ||||
| 2011-12-01 | Build infra and minor build-enabling bugfixes for cargo. | Graydon Hoare | -0/+145 | |
