summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-7/+5
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-8/+8
2015-05-22Lazy-load filemaps from external crates.Eduard Burtescu-5/+5
2015-04-29rollup merge of #24711: alexcrichton/fs2.1Alex Crichton-3/+4
2015-04-29Fix zero-normalization of the pos of a `MultiByteChar`.Felix S. Klock II-1/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-3/+4
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-05Work towards a non-panicing parser (libsyntax)Phil Dawes-1/+4
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-15/+5
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-12/+20
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+5
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-3/+133
2015-02-23Rollup merge of #22664 - lfairy:just-say-no, r=alexcrichtonManish Goregaokar-0/+2
2015-02-22Disallow crate names with leading hyphensChris Wong-1/+3
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-11/+11
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-6/+6
2015-02-12creader: Clean up macro/plugin APIKeegan McAllister-47/+29
2015-02-11rustc: Do not link to pluginsAlex Crichton-1/+1
2015-02-09Use a crate attribute to load pluginsKeegan McAllister-4/+4
2015-02-07Auto merge of #21978 - Potpourri:error-extern-crate-staticlib, r=alexcrichtonbors-1/+3
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-2/+2
2015-02-06librustc has been updatedGuillaumeGomez-6/+6
2015-02-06Improve error message, when found staticlib instead cratePotpourri-1/+3
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-01-30rustc: Use --extern to always overrideAlex Crichton-0/+1
2015-01-21rustc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-31/+25
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-26/+38
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-0/+3
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