rust/src/librustc_metadata
bors fa0f7d0080 Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #65237 (Move debug_map assertions after check for err)
 - #65316 (make File::try_clone produce non-inheritable handles on Windows)
 - #65319 (InterpCx: make memory field public)
 - #65461 (Don't recommend ONCE_INIT in std::sync::Once)
 - #65465 (Move syntax::ext to a syntax_expand and refactor some attribute logic)
 - #65475 (add example for type_name)
 - #65478 (fmt::Write is about string slices, not byte slices)
 - #65486 (doc: fix typo in OsStrExt and OsStringExt)

Failed merges:

r? @ghost
2019-10-17 18:53:10 +00:00
..
dynamic_lib Separate librustc_metadata module 2019-06-16 14:17:01 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
creader.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
cstore.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
cstore_impl.rs rustc_metadata: Remove resolutions for extern crate items from CStore 2019-10-14 18:05:45 +03:00
decoder.rs Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
dependency_format.rs rustc_metadata: Privatize private code and remove dead code 2019-10-14 18:05:45 +03:00
dynamic_lib.rs rustc_metadata: Privatize private code and remove dead code 2019-10-14 18:05:45 +03:00
encoder.rs Auto merge of #65495 - Centril:rollup-tguwjt5, r=Centril 2019-10-17 18:53:10 +00:00
error_codes.rs Replace diagnostic plugins with macro_rules 2019-09-05 12:35:15 -04:00
foreign_modules.rs rustc_metadata: Privatize private code and remove dead code 2019-10-14 18:05:45 +03:00
lib.rs rustc_metadata: rename index::Index to table::Table. 2019-10-15 18:23:50 +03:00
link_args.rs rustc_metadata: Privatize private code and remove dead code 2019-10-14 18:05:45 +03:00
locator.rs rustc_metadata: Use CrateSource where appropriate 2019-10-14 18:05:45 +03:00
native_libs.rs rustc_metadata: Privatize private code and remove dead code 2019-10-14 18:05:45 +03:00
schema.rs rustc_metadata: replace Entry table with one table for each of its fields (AoS -> SoA). 2019-10-15 18:23:51 +03:00
table.rs rustc_metadata: address some review comments. 2019-10-15 18:23:51 +03:00