summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Disowned the Visitor.Eduard Burtescu-3/+3
2014-01-03librustc: De-`@mut` the span handlerPatrick Walton-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-1/+1
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-1/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-2/+2
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-2/+2
2013-12-29Rename PkgId to CrateIdLuis de Bethencourt-10/+10
2013-12-29Rename pkgid variablesLuis de Bethencourt-6/+6
2013-12-26librustc: De-`@mut` the crate cache in the crate readerPatrick Walton-11/+16
2013-12-26librustc: De-`@mut` the `cnum_map`Patrick Walton-1/+2
2013-12-26librustc: De-`@mut` `creader::Env`Patrick Walton-11/+18
2013-12-25Method-ify CStoreSteven Fackler-6/+6
2013-12-19auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichtonbors-1/+5
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-4/+4
2013-12-20rustc: Handle `#[link(name = "")]` errorklutzy-1/+5
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-67/+44
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-11-30Support OSX frameworksAlex Crichton-4/+18
2013-11-30Test fixes and merge conflictsAlex Crichton-4/+4
2013-11-29Add generation of static libraries to rustcAlex Crichton-80/+73
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-9/+9
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-5/+6
2013-10-10Remove named extern blocks from the ASTAlex Crichton-30/+33
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-10/+10
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-5/+5
2013-08-26Port creader.rs from oldvisit to <V:Visitor> trait API.Felix S. Klock II-7/+15
2013-08-25Revert "auto merge of #8745 : brson/rust/metadata, r=cmr"Brian Anderson-2/+1
2013-08-23Don't copy metadata after loadingBrian Anderson-1/+2
2013-08-15Update either::partitionblake2-ppc-11/+3
2013-08-11librustc: Convert from `@Object` to `@mut Object` as neededNiko Matsakis-3/+3
2013-08-10std: Transform.find_ -> .findErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-15/+30
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-5/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-5/+5
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-19/+23
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-7/+10
2013-07-07Stop allocating view_items with @James Miller-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-27Remove many shared pointersPhilipp Brüschweiler-17/+13
2013-06-23vec: remove BaseIter implementationDaniel Micay-6/+7
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-10/+10
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-16/+16