about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-2/+2
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-2/+2
2014-11-16Try to remove ty_nil, some kind of error in exhaustiveness checkingNiko Matsakis-2/+0
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-5/+10
2014-11-15auto merge of #18922 : japaric/rust/for, r=jakub-bors-6/+6
2014-11-14auto merge of #18840 : huonw/rust/tweaks, r=alexcrichtonbors-7/+5
2014-11-13fix "warning: deprecated syntax, use `for` keyword now"Jorge Aparicio-6/+6
2014-11-13Tweak and add test for detecting libraries with mismatching target triples.Huon Wilson-7/+5
2014-11-12time: Deprecate the library in the distributionAlex Crichton-7/+9
2014-11-11auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddybbors-17/+14
2014-11-11auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichtonbors-6/+2
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-17/+14
2014-11-08Move gcc back to rustlib\<triple>\binVadim Chugunov-6/+2
2014-11-07Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall...Niko Matsakis-10/+6
2014-11-06Fallout from collection conventionsAlexis Beingessner-15/+15
2014-11-05auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581bors-1/+4
2014-11-04Implement flexible target specificationCorey Richardson-83/+36
2014-11-03rollup merge of #18536 : bjz/strconvAlex Crichton-5/+6
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-47/+22
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-47/+22
2014-11-03Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-4/+4
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-18/+34
2014-11-04Separate string->integer implementation in strconvBrendan Zabarauskas-5/+6
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-4/+4
2014-11-02Treat cross-crate unboxed closure def IDs consistentlyBrian Koropoff-1/+4
2014-10-31First stage of enum namespacing changesSteven Fackler-0/+25
2014-11-01Rebasing and review changesNick Cameron-5/+5
2014-11-01Cross crait inherant implsNick Cameron-12/+12
2014-11-01Remove FnStyle from DefFn and DefStaticMethodNick Cameron-60/+21
2014-11-01Resolve methods called as functions and...Nick Cameron-20/+33
2014-10-31DSTify HashJorge Aparicio-5/+5
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-18/+34
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-4/+4
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-30/+30
2014-10-28Remove ty_bot from the type systemJakub Bukaj-5/+16
2014-10-28Update code with new lint namesAaron Turon-4/+4
2014-10-27Fix monomorphization of unboxed closuresBrian Koropoff-4/+9
2014-10-24Overhaul typechecking of patternsJakub Bukaj-3/+8
2014-10-22Part of #6993. Moved a bunch of uses of Ident to NameJonathan S-40/+43
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-21/+22
2014-10-16Fix soundness bug in treatment of closure upvars by regionckBrian Koropoff-0/+4
2014-10-16librustc: Remove all uses of {:?}.Luqman Aden-11/+12
2014-10-15Allow self as an arg in extension methodsNick Cameron-14/+8
2014-10-13Don't ICE on bad extern pathsSteven Fackler-31/+40
2014-10-09rustc: Convert statics to constantsAlex Crichton-114/+114