summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
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-07use slicing sugarJorge Aparicio-20/+20
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-07falloutNick Cameron-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-16/+18
2015-01-06rustc: Turn off multiple versions of crate warningAlex Crichton-25/+0
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-05Reformat metadata for exported macrosKeegan McAllister-4/+36
2015-01-05creader: Use a single structKeegan McAllister-53/+41
2015-01-05creader: Convert free functions to Env methodsKeegan McAllister-264/+267
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-2/+2
2014-12-31rustc: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-8/+13
2014-12-21Fallout of std::str stabilizationAlex Crichton-20/+20
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-2/+4
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-2/+2
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-9/+9
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-5/+4
2014-11-18rollup merge of #19000: IvanUkhov/doc-link-dylibJakub Bukaj-0/+2
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-11-17Bring back the dylib kind of the link attributeIvan Ukhov-0/+2
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-2/+2
2014-11-04Implement flexible target specificationCorey Richardson-9/+7
2014-11-03Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-03rollup merge of #18470 : alexcrichton/dash-lAlex Crichton-17/+33
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-31DSTify HashJorge Aparicio-1/+1
2014-10-30rustc: Implement -l and include! tweaksAlex Crichton-17/+33
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-24handling fallout from entry apiAlexis Beingessner-1/+5
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-14auto merge of #17189 : bkoropoff/rust/extern-existing-crate, r=alexcrichtonbors-2/+2
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-1/+1
2014-09-12Remove largely unused context from Visitor.Eduard Burtescu-6/+6
2014-09-11Fix check for existing crate when using --externBrian Koropoff-1/+1
2014-09-11Make debug message about resolving `extern crate` statements more helpfulBrian Koropoff-1/+1
2014-08-15Properly canonicalize crate paths specified via --externBjörn Steinbrink-1/+2
2014-07-24rustc: Compare paths with --extern, not bytesAlex Crichton-3/+6
2014-07-10rustc: Forbid plugin_registrar in only rlib formAlex Crichton-1/+9
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-05Test fixes and rebase conflictsAlex Crichton-1/+1