about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2014-03-19auto merge of #12772 : thestinger/rust/slice, r=alexcrichtonbors-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-19rustc: Prevent false positives in crate loadingAlex Crichton-19/+27
2014-03-19rustc: put ty_closure behind some indirection.Huon Wilson-1/+1
2014-03-19rustc: put ty_trait behind some indirection.Huon Wilson-3/+3
2014-03-17De-@ codemap and diagnostic.Eduard Burtescu-12/+11
2014-03-17De-@ CStore uses.Eduard Burtescu-54/+47
2014-03-17De-@ filesearch.Eduard Burtescu-22/+13
2014-03-17De-@ tyencode::ctxt and related parts of astencode.Eduard Burtescu-21/+21
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-45/+45
2014-03-17De-@ Session usage.Eduard Burtescu-22/+13
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15rustc: Topographically sort rust dependenciesAlex Crichton-2/+30
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-1/+1
2014-03-12Alpha-rename `.ident` fields of type `Name` to `.name`.Felix S. Klock II-6/+6
2014-03-08auto merge of #12758 : rgawdzik/rust/master, r=alexcrichtonbors-17/+28
2014-03-08Refactored get_metadata_section to return a Result<T,~str>, added error messa...Robert Gawdzik-17/+28
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-16/+26
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-99/+99
2014-03-07rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...Liigo Zhuang-1/+1
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-5/+6
2014-02-26rustc: Don't deduplicate libraries linked toAlex Crichton-6/+1
2014-03-02Make visible types public in rustcSteven Fackler-4/+4
2014-03-02auto merge of #12637 : pcwalton/rust/devecing, r=alexcrichtonbors-23/+32
2014-03-01rustc: Better error when loading invalid librariesAlex Crichton-4/+23
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-23/+32
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-61/+89
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-239/+150
2014-02-27rustc: Remove codemap and reachable from metadata encoderBrian Anderson-15/+1
2014-02-24rustc: Don't error on the rlib symlinksAlex Crichton-2/+14
2014-02-24auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichtonbors-1/+2
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-5/+7
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-1/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-6/+6
2014-02-22auto merge of #12451 : edwardw/rust/ident-2-name, r=cmrbors-23/+23
2014-02-22auto merge of #11863 : erickt/rust/hash, r=acrichtobors-0/+2
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-5/+2
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+2
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-23/+23
2014-02-21Move time out of extra (cc #8784)Arcterus-1/+2
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-8/+20
2014-02-20auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmrbors-94/+167
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-94/+167
2014-02-20Mass rename if_ok! to try!Alex Crichton-6/+6
2014-02-17Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif...gentlefolk-12/+29
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-446/+335
2014-02-13auto merge of #12061 : pongad/rust/delorderable, r=cmrbors-2/+2
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-13auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichtonbors-76/+76