| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-20 | Fix `cargo install *` fails at assertion. | Tycho Sci | -1/+1 | |
| 2012-01-19 | misc: ';' to ',' in enums in cargo, compiletest, and fuzzer | Patrick Walton | -1/+1 | |
| 2012-01-19 | misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc | Patrick Walton | -1/+1 | |
| 2012-01-19 | cargo: Fix unused argument warning | Brian Anderson | -1/+1 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -2/+2 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-18 | [cargo] argh | Elly Jones | -20/+0 | |
| 2012-01-18 | [cargo] refactor test_one_crate | Elly Jones | -12/+26 | |
| 2012-01-18 | fix long line | Graydon Hoare | -1/+1 | |
| 2012-01-18 | [cargo] add --test flag to install | Elly Jones | -15/+48 | |
| 2012-01-17 | Update crates with correct crate_type attribute | Brian Anderson | -0/+2 | |
| 2012-01-14 | rustc: Rename mk_codemap_handler to mk_handler | Brian Anderson | -1/+1 | |
| 2012-01-14 | rustc: Allow a custom diagnostic emitter when building the handler | Brian Anderson | -1/+1 | |
| 2012-01-13 | Update tools for new parser API | Brian Anderson | -1/+7 | |
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -0/+1 | |
| Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code. | ||||
| 2012-01-06 | cargo: Print rustc's stdout when compilation fails | Brian Anderson | -1/+1 | |
| stdout is where all the useful info is, not stderr. | ||||
| 2012-01-05 | rustc: Add cargo's lib directory to search paths | Brian Anderson | -8/+4 | |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -2/+2 | |
| 2011-12-22 | cargo: Adding my package index. | Erick Tryzelaar | -0/+3 | |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / ↵ | Graydon Hoare | -8/+8 | |
| #debug. | ||||
| 2011-12-20 | Merge pull request #1365 from elly/cargo | Brian Anderson | -2/+15 | |
| cargo: allow 'ref' package key for git packages. | ||||
| 2011-12-20 | cargo: allow 'ref' package key for git packages. | Elly Jones | -2/+15 | |
| This lets you specify e.g. a tag or a branch name to be checked out for that package. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-12-20 | Missing comma. | Graydon Hoare | -1/+1 | |
| 2011-12-20 | Add pointer to cargo-central. | Graydon Hoare | -0/+3 | |
| 2011-12-20 | cargo: syntax fixes | Elly Jones | -7/+11 | |
| 2011-12-20 | cargo: Add list and search. | Elly Jones | -4/+55 | |
| In aid of search, add a new field to the packages.json format, called "tags", whose value is a list of strings. Search accepts a list of tags, all of which must match for the package to be shown. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-12-20 | cargo: support optional signing of packages.json files. | Elly Jones | -3/+207 | |
| 2011-12-20 | cargo: Make sources.json parsable again | Brian Anderson | -1/+1 | |
| 2011-12-20 | cargo: Add my package index | Brian Anderson | -1/+4 | |
| 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 | |
