summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+7
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+4
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Register new snapshotsAlex Crichton-18/+3
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+15
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
2014-12-30Fallout from stabilizationAaron Turon-1/+0
2014-12-20Remove feature(import_shadowing) from all crates.Eduard Burtescu-1/+1
2014-12-15remove explicit if_let and tuple_indexing feature enables as they now trigger...Pedro Larroy-2/+2
2014-12-13librustc_borrowck: add `#![feature(unboxed_closures)]`Jorge Aparicio-0/+1
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-0/+39