summary refs log tree commit diff
path: root/src/librustc/metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-2/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-19/+21
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+1
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-2/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-1/+1
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-6/+6
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
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-36/+27
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-1/+3
2013-03-23make crates with the same name sort consistentlyDaniel Micay-5/+9
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-0/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-02-20MergeTim Chevalier-2/+2
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-10/+15
2013-02-19librustc: convert creader and cstore to use @~strsErick Tryzelaar-10/+10
2013-02-19librustc: minor cleanupErick Tryzelaar-16/+9
2013-02-18auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphismbors-15/+15
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-15/+15
2013-02-17rustc: Don't copy in add_used_link_argsZack Corr-1/+1
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-3/+3
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-59/+67
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-2/+2
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-2/+2
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-2/+2
2013-02-03oldmap: remove legacy each methodDaniel Micay-1/+1
2013-02-03oldmap: remove the legacy each_value methodDaniel Micay-1/+1
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-7/+7
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-47/+28
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-6/+7
2013-01-07librustc: Remove unused `mod_path_map`. This was expensive to build. Saves an...Patrick Walton-23/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+9
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-08rustc: Fix cross-crate reexports. #3908. r=pcwaltonBrian Anderson-1/+5