about summary refs log tree commit diff
path: root/src/cargo/cargo.rc
AgeCommit message (Collapse)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ↵Daniel Patterson-38/+0
per #3543
2012-10-12bump version to 0.5.Graydon Hoare-5/+5
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-0/+2
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-0/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under ↵Graydon Hoare-0/+2
#[legacy_exports];
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-4/+4
2012-09-05rustc: "import" -> "use" in .rc filesPatrick Walton-1/+1
2012-08-30Bump version to 0.4Brian Anderson-5/+5
2012-08-01Clean out transitional lint.Graydon Hoare-7/+0
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-2/+9
New style is allow(foo), warn(foo), deny(foo) and forbid(foo), mirrored by -A foo, -W foo, -D foo and -F foo on command line. These replace -W no-foo, -W foo, -W err-foo, respectively. Forbid is new, and means "deny, and you can't override it".
2012-07-11Fix some version numbers.Graydon Hoare-5/+5
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
Per issue #2418.
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-0/+1
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-0/+8
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-01-17Update crates with correct crate_type attributeBrian Anderson-0/+2
2011-12-20cargo: support optional signing of packages.json files.Elly Jones-0/+2
2011-12-16cargo: wipElly Jones-3/+5
2011-12-01Build infra and minor build-enabling bugfixes for cargo.Graydon Hoare-0/+14