about summary refs log tree commit diff
path: root/src/libcargo/cargo.rc
AgeCommit message (Expand)AuthorLines
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-1981/+0
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-1/+1
2013-02-15libcargo: Get rid of `move`.Luqman Aden-3/+3
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-15/+15
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-9/+9
2013-02-09auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca...bors-5/+5
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-9/+9
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-5/+5
2013-02-07implement BaseIter for LinearMapDaniel Micay-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-9/+9
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-9/+9
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-9/+9
2013-02-03oldmap: &K instead of K for the remove parameterDaniel Micay-3/+3
2013-02-03oldmap: remove legacy each methodDaniel Micay-17/+17
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-3/+3
2013-02-03oldmap: remove the legacy each_value methodDaniel Micay-3/+3
2013-02-03oldmap: implement core::container::ContainerDaniel Micay-2/+2
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-5/+5
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-1/+1
2013-01-31cleanup for make checkJohn Clements-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-16/+16
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-10/+8
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-87/+81
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-28get rid of LinearMap's find_copy methodDaniel Micay-23/+23
2013-01-26cargo: remove structural recordsTim Chevalier-5/+5
2013-01-23Merge pull request #4594 from thestinger/mapTim Chevalier-15/+15
2013-01-23switch LinearMap to current constructor conventionDaniel Micay-3/+3
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-16/+18
2013-01-23rename hashmap find/get -> find_copy/get_copyDaniel Micay-11/+11
2013-01-23rename send_map to hashmapDaniel Micay-1/+1
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+0
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-2/+4
2013-01-08arrange core::os::constsILyoan-1/+1
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-5/+5
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/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-0/+1938
2012-11-28Register snapshotsBrian Anderson-41/+0
2012-11-26Remove the crate languageBrian Anderson-0/+1979
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+38