summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
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
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-1/+1
2013-06-06Clean up a handful of build warnings.Michael Sullivan-1/+1
2013-06-05token_to_ident takes argument by referenceJohn Clements-4/+4
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-5/+7
2013-05-30Remove copy bindings from patterns.Niko Matsakis-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-3/+3
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-1/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-4/+4
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-6/+6
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-31Fix warningsBrian Anderson-1/+0
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-6/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-3/+3
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-0/+2
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-5/+5
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-1/+3
2013-03-05rustc: remove some copiesErick Tryzelaar-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-11/+19
2013-02-19librustc: convert creader and cstore to use @~strsErick Tryzelaar-27/+26
2013-02-19librustc: minor cleanupErick Tryzelaar-30/+31
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-10/+11
2013-02-18auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphismbors-3/+4
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-3/+4
2013-02-17rustc: Don't copy in add_used_link_argsZack Corr-1/+1
2013-02-17Support link_args at the crate level. Closes #1301Zack Corr-0/+15
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-33/+40
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31test cases, cleanupJohn Clements-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-3/+4
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-9/+7
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-2/+2
2013-01-17rustc: One Less Bad CopyTim Chevalier-2/+3
2013-01-14syntax/rustc: Eliminate some bad copiesTim Chevalier-2/+1
2013-01-10librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brsonPatrick Walton-2/+1