summary refs log tree commit diff
path: root/src/librustc/metadata/cstore.rs
AgeCommit message (Expand)AuthorLines
2014-03-28auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichtonbors-2/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28De-@ IdentInterner.Eduard Burtescu-2/+3
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-24/+15
2014-03-20Remove RefCell::{with, with_mut}Steven Fackler-5/+5
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
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-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-9/+9
2014-02-26rustc: Don't deduplicate libraries linked toAlex Crichton-6/+1
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-1/+2
2014-02-28rustc: Simplify crate loading constraintsAlex Crichton-37/+3
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-1/+1
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-1/+2
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-02Changes from the review of the @str PR.Huon Wilson-9/+1
2014-02-02librustc: Remove a bunch of `@str` from the compiler around metadataPatrick Walton-9/+17
2014-01-16Load macros from external modulesSteven Fackler-1/+16
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-3/+3
2013-12-26librustc: De-`@mut` the `cnum_map`Patrick Walton-1/+1
2013-12-26librustc: De-`@mut` `cstore::CStore`Patrick Walton-5/+6
2013-12-26librustc: De-`@mut` `CStore::used_link_args`Patrick Walton-5/+6
2013-12-26librustc: De-`@mut` `CStore::used_libraries`Patrick Walton-6/+8
2013-12-26librustc: De-`@mut` `CStore::used_crate_sources`Patrick Walton-9/+8
2013-12-26librustc: De-`@mut` `CStore::extern_mod_crate_map`Patrick Walton-5/+8
2013-12-26librustc: De-`@mut` `CStore::metas`Patrick Walton-6/+11
2013-12-25Method-ify CStoreSteven Fackler-108/+101
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-7/+4
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-1/+1
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-0/+3
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-6/+3
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-5/+21
2013-11-30Support OSX frameworksAlex Crichton-3/+4
2013-11-29Add generation of static libraries to rustcAlex Crichton-20/+52
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-2/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-2/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-09-30rustc: Remove usage of fmt!Alex Crichton-3/+3
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-07core: option.map_consume -> option.map_moveErick Tryzelaar-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-1/+1