summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
2016-02-03std: Stabilize custom hasher support in HashMapAlex Crichton-3/+2
2016-01-05Refactor compiler to make use of dep-tracking-maps. Also, in cases whereNiko Matsakis-39/+31
2015-12-21Register new snapshotsAlex Crichton-1/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-10/+4
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-6/+6
2015-11-09std: Migrate to the new libcAlex Crichton-9/+14
2015-09-03Add an intital HIR and lowering stepNick Cameron-12/+12
2015-08-18kill the old funky `can_reach` fnNiko Matsakis-43/+0
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-4/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-27/+15
2015-08-10Stabilize the Duration APISteven Fackler-2/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+1
2015-07-08Report memory use in time-passes on WindowsPeter Atashian-5/+40
2015-07-02Report memory use in time-passesNick Cameron-2/+38
2015-05-15Don't use <Duration as Display>::display() in time passesNick Cameron-4/+9
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+14
2015-02-22Fix another occurrence of #22243Markus Unterwaditzer-1/+1
2015-02-20Register new snapshotsAlex Crichton-97/+6
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-2/+91
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+91
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30remove more `ExprForLoop`sJorge Aparicio-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-0/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-10/+12
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+2
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-13librustc: use unboxed closuresJorge Aparicio-18/+28
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-26/*! -> //!Steve Klabnik-12/+8
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-5/+8
2014-11-20Require that objects can only be made from Sized types. Fixes #18333.Niko Matsakis-1/+2
2014-11-19Refactor QPath to take an ast::TraitRefNiko Matsakis-0/+4
2014-11-13std: Fix the return value of Duration::spanAlex Crichton-1/+1
2014-11-12time: Deprecate the library in the distributionAlex Crichton-7/+11
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-11/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-2/+3
2014-10-15Make memoize!() a function insteadJakub Wieczorek-2/+56