summary refs log tree commit diff
path: root/src/libcargo
AgeCommit message (Collapse)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-15/+14
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+20
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-1982/+1938
Conflicts: src/compiletest/compiletest.rs src/libcargo/cargo.rs src/libcore/core.rs src/librustc/rustc.rs src/librustdoc/rustdoc.rc
2012-11-28Register snapshotsBrian Anderson-41/+0
2012-11-26Remove the crate languageBrian Anderson-1982/+1979
2012-11-24[libstd] getopts, now with fewer copiesTim Chevalier-1/+1
Change the opt_ functions in getopts to take a reference to a Matches, instead of taking a Matches by-value, as suggested in
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+41
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-0/+2094
per #3543