summary refs log tree commit diff
path: root/src/cargo
AgeCommit message (Expand)AuthorLines
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-5/+5
2012-03-26Fix return-in-block in cargoMarijn Haverbeke-6/+4
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-19/+19
2012-03-20Implement an initial version of placement new.Niko Matsakis-4/+4
2012-03-15cargo FIXMEsTim Chevalier-20/+32
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-48/+41
2012-03-10cargo: Don't bail when signature verification failsBrian Anderson-3/+2
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-02-28std: rewrite json.rs to fix bugs and use readers/writersErick Tryzelaar-12/+16
2012-02-23Adjust fuzzer and cargo to changes in core::str APIMarijn Haverbeke-3/+3
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-4/+4
2012-02-23(core::str) replace byte_index[_from] with index[_from]Kevin Cantu-8/+8
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-5/+5
2012-02-23(core::str) rename index -> index_charsKevin Cantu-2/+2
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-4/+4
2012-02-20cargo: Install blobs to $sysroot/(bin|lib) on system-modeTycho Sci-6/+29
2012-02-20cargo: Use system-mode by default except "install"Tycho Sci-30/+26
2012-02-14cargo: Warn if "gpg" is not availableTycho Sci-0/+4
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