about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-2/+2
2015-01-08libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...Manish Goregaokar-2/+2
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-1/+1
2015-01-08librustc::plugin : make PluginLoader usable for loading argument-specified pl...Manish Goregaokar-0/+1
2015-01-08librustc::metadata : Allow passing a string to read_plugin_metadataManish Goregaokar-7/+24
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-113/+113
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-2/+2
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+13
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-7/+7
2015-01-07Preliminary feature stagingBrian Anderson-0/+13
2015-01-07use slicing sugarJorge Aparicio-113/+113
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-7/+7
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-6/+6
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-4/+4
2015-01-07falloutNick Cameron-7/+8
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-6/+6
2015-01-07Replace full slice notation with index callsNick Cameron-90/+92
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-4/+4
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-06rustc: Turn off multiple versions of crate warningAlex Crichton-25/+0
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-372/+444
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-8/+8
2015-01-05Allow selective macro importKeegan McAllister-1/+4
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-0/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-6/+1
2015-01-05creader: Load parts of plugin metadata on demandKeegan McAllister-50/+98
2015-01-05remove mk_closureJorge Aparicio-3/+0
2015-01-05remove ty_closureJorge Aparicio-4/+0
2015-01-05EncodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-4/+3
2015-01-05DecodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-9/+9
2015-01-05conv_did: convert to "unboxed" closureJorge Aparicio-127/+254
2015-01-05Reformat metadata for exported macrosKeegan McAllister-32/+66
2015-01-05creader: Use a single structKeegan McAllister-53/+41
2015-01-05creader: Convert free functions to Env methodsKeegan McAllister-264/+267
2015-01-05std: Redesign c_str and c_vecAlex Crichton-8/+8
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-2/+13
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-2/+13
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-7/+5
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-12/+12
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-5/+5
2015-01-03rustc: fix falloutJorge Aparicio-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-3/+9
2015-01-02rollup merge of #20385: nick29581/x-objectAlex Crichton-8/+7
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3