summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
AgeCommit message (Expand)AuthorLines
2015-12-03Make public borrowck api more accessibleFlorian Hahn-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-3/+0
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-30Auto merge of #24884 - michaelsproul:extended-errors, r=nrcbors-0/+5
2015-04-30Add metadata output to the diagnostics system.Michael Sproul-0/+5
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-10Improve error message where a closure escapes fn while trying to borrowNiko Matsakis-0/+4
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
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