summary refs log tree commit diff
path: root/src/librustc/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2015-10-02Merge branch 'master' into metadietAriel Ben-Yehuda-1/+6
2015-10-01add a cross-reference indexAriel Ben-Yehuda-0/+1
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-1/+6
2015-09-29Auto merge of #28702 - arielb1:metadata-versioning, r=nrcbors-0/+21
2015-09-29store the rustc version in metadata and check itAriel Ben-Yehuda-0/+21
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-0/+6
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-1/+1
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-3/+3
2015-09-16Auto merge of #28353 - GuillaumeGomez:error_codes, r=Manishearthbors-11/+15
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-7/+4
2015-09-13Add part of new error codes in librustcGuillaume Gomez-11/+15
2015-09-03rewrite metadata indexingAriel Ben-Yehuda-1/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-22/+55
2015-08-17Create "platform-intrinsic" ABI for SIMD/platform intrinsics.Huon Wilson-1/+1
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-20/+151
2015-08-10syntax: Add a new unstable #[linked_from] attributeAlex Crichton-73/+77
2015-08-06Cache a linear search for the #[staged_api] attribute.Brian Anderson-0/+13
2015-08-01Store and use crate-local paths to extern cratesmitaa-1/+5
2015-08-01Split off `LocalCrateReader` from `CrateReader`mitaa-123/+140
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