rust/src/librustc_metadata
Corey Farwell 02274a8430 Rollup merge of #41653 - achernyak:master, r=nikomatsakis
Queries for Crate Metadata

This resolves following parts of #41417:
* `fn stability(&self, def: DefId) -> Option<attr::Stability>;`
* `fn deprecation(&self, def: DefId) -> Option<attr::Deprecation>;`

r? @nikomatsakis
2017-05-02 21:21:20 -04:00
..
astencode.rs ICH: Hash everything that gets encoded into crate metadata. 2017-04-12 11:42:15 +02:00
Cargo.toml Remove internal liblog 2017-03-23 11:28:00 -07:00
creader.rs Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
cstore.rs cache attributes of items from foreign crates 2017-04-22 21:00:50 +03:00
cstore_impl.rs Rollup merge of #41653 - achernyak:master, r=nikomatsakis 2017-05-02 21:21:20 -04:00
decoder.rs rename from item_mir to optimized_mir 2017-05-02 16:21:57 -04:00
diagnostics.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
encoder.rs rename from item_mir to optimized_mir 2017-05-02 16:21:57 -04:00
index.rs Try fixing bigendian metadata serialisation 2017-05-01 04:51:17 +03:00
index_builder.rs ICH: Replace old, transitive metadata hashing with direct hashing approach. 2017-04-12 11:47:26 +02:00
lib.rs ICH: Hash everything that gets encoded into crate metadata. 2017-04-12 11:42:15 +02:00
locator.rs Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
schema.rs support default impl for specialization 2017-04-25 05:28:22 +00:00