about summary refs log tree commit diff
path: root/src/cargo
AgeCommit message (Expand)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-2/+2
2012-01-18[cargo] arghElly Jones-20/+0
2012-01-18[cargo] refactor test_one_crateElly Jones-12/+26
2012-01-18fix long lineGraydon Hoare-1/+1
2012-01-18[cargo] add --test flag to installElly Jones-15/+48
2012-01-17Update crates with correct crate_type attributeBrian Anderson-0/+2
2012-01-14rustc: Rename mk_codemap_handler to mk_handlerBrian Anderson-1/+1
2012-01-14rustc: Allow a custom diagnostic emitter when building the handlerBrian Anderson-1/+1
2012-01-13Update tools for new parser APIBrian Anderson-1/+7
2012-01-11Major clean-up of std::ioMarijn Haverbeke-0/+1
2012-01-06cargo: Print rustc's stdout when compilation failsBrian Anderson-1/+1
2012-01-05rustc: Add cargo's lib directory to search pathsBrian Anderson-8/+4
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22cargo: Adding my package index.Erick Tryzelaar-0/+3
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-8/+8
2011-12-20Merge pull request #1365 from elly/cargoBrian Anderson-2/+15
2011-12-20cargo: allow 'ref' package key for git packages.Elly Jones-2/+15
2011-12-20Missing comma.Graydon Hoare-1/+1
2011-12-20Add pointer to cargo-central.Graydon Hoare-0/+3
2011-12-20cargo: syntax fixesElly Jones-7/+11
2011-12-20cargo: Add list and search.Elly Jones-4/+55
2011-12-20cargo: support optional signing of packages.json files.Elly Jones-3/+207
2011-12-20cargo: Make sources.json parsable againBrian Anderson-1/+1
2011-12-20cargo: Add my package indexBrian Anderson-1/+4
2011-12-16cargo: complain if rustc failsElly Jones-1/+5
2011-12-16cargo: shorten a lineElly Jones-1/+2
2011-12-16cargo: fix lib detection logicElly Jones-1/+1
2011-12-16cargo: fix remaining warningsElly Jones-3/+3
2011-12-16cargo: remove obsolete rust-pkg-index lookup codeElly Jones-22/+0
2011-12-16cargo: fix some warningsElly Jones-4/+5
2011-12-16cargo: flesh out usageElly Jones-0/+4
2011-12-16cargo: Support distributed package indexes.Elly Jones-36/+135
2011-12-16cargo: wipElly Jones-10/+190
2011-12-16std: file_is_dir -> path_is_dir, add path_existsElly Jones-1/+1
2011-12-16Remove hopefully-now-redundant chops of ./ at the beginning of filenames in c...Graydon Hoare-4/+2
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-6/+6
2011-12-16cargo: Fix long linesHaitao Li-6/+11
2011-12-15cargo: update to new rust-pkg-index API.Elly Jones-2/+2
2011-12-15cargo: support uuid:<uuid> and shortname package forms.Elly Jones-0/+36
2011-12-15cargo: detect library installs properlyElly Jones-4/+5
2011-12-15Suppress unused variable warnings in cargoMarijn Haverbeke-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-12-09cargo: support github:<user>/<repo>Elly Jones-23/+18
2011-12-09cargo: support git:// URIs.Elly Jones-0/+14
2011-12-09cargo: don't stick an extra / in CARGO_ROOTElly Jones-1/+1
2011-12-09cargo: refactor a bitElly Jones-25/+39
2011-12-09cargo: support installing cratesElly Jones-19/+82
2011-12-01cargo: support build-from-sourceElly Jones-7/+36
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-0/+145