summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
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
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-1/+1
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-2/+2
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-8/+8
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+50
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-11/+5
2014-05-07std: Modernize the local_data apiAlex Crichton-5/+3
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-02util: common: remove dead codeCorey Richardson-20/+0
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-1/+1
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-0/+1
2014-02-14Removed libextra dependency from libsyntax.HeroesGrave-3/+3
2014-01-06Disowned the Visitor.Eduard Burtescu-6/+6
2013-12-26librustc: Remove the unused `stmt_map` from the borrow checkerPatrick Walton-3/+0
2013-12-11Make 'self lifetime illegal.Erik Price-6/+6