about summary refs log tree commit diff
path: root/src/cargo
AgeCommit message (Expand)AuthorLines
2012-02-14cargo: Use $sysroot/bin/rustc to compile crateTycho Sci-3/+17
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-4/+4
2012-02-11core: Change the argument order for vec::contains, vec::countBrian Anderson-1/+1
2012-02-11core: Rename vec::member to vec::contains to match str modBrian Anderson-1/+1
2012-02-11using str::index...Kevin Cantu-16/+18
2012-02-11core::str rename [r]index -> [r]index_bytesKevin Cantu-2/+2
2012-02-09cargo: Disable system mode per discussion on #1760Brian Anderson-0/+8
2012-02-09cargo: 2 modes -> 3 modes, and clarify themTycho Sci-20/+58
2012-02-09cargo: Add local mode and use it by defaultTycho Sci-31/+62
2012-02-07String split renaming:Kevin Cantu-1/+1
2012-02-01Rename str::char_slice -> str::sliceKevin Cantu-1/+1
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-4/+4
2012-02-01Propagating unsafe::slice 1Kevin Cantu-5/+7
2012-01-31Change option::t to optionTim Chevalier-12/+12
2012-01-31Require alts to be exhaustiveTim Chevalier-0/+2
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-1/+2
2012-01-25suggest sync/init to user as appropriateGrahame Bowland-2/+22
2012-01-23cargo: Long linesBrian Anderson-1/+2
2012-01-23cargo: Remove unused imports - work around mystery resolve failureBrian Anderson-4/+1
2012-01-23Merge pull request #1628 from startling/cargo-descriptionsBrian Anderson-0/+14
2012-01-23Added a newline after each description.tim-1/+1
2012-01-23Get `description` attribute for packages from json.tim-2/+9
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-23Steps towards package descriptions.tim-0/+7
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-1/+3
2012-01-22Point to correct cargo-central.Matthew O'Connor-1/+1
2012-01-21[cargo] detect libs properlyElly Fong-Jones-6/+3
2012-01-20cargo: Remove may package list. I am a proud cargo-central userBrian Anderson-3/+0
2012-01-20Fix `cargo install *` fails at assertion.Tycho Sci-1/+1
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-1/+1
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-1/+1
2012-01-19cargo: Fix unused argument warningBrian Anderson-1/+1
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