rust/src/librustc_metadata
Pietro Albini 97d0d8964e
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
Wrap some query results in `Lrc`.

So that the frequent clones in `try_get` are cheaper.
2018-11-15 11:04:36 +01:00
..
Cargo.toml Use `Mmap` to open the rmeta file. 2018-11-14 05:55:10 +02:00
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
creader.rs std: Delete the `alloc_system` crate 2018-11-11 09:22:28 -08:00
cstore.rs Prefer `Default::default` over `FxHash*::default` in struct constructors 2018-10-19 14:34:44 +02:00
cstore_impl.rs Wrap some query results in `Lrc`. 2018-11-14 12:31:27 +11:00
decoder.rs Use type safe `VariantIdx` instead of `usize` everywhere 2018-11-12 14:24:45 +01:00
diagnostics.rs Rename trans to codegen everywhere. 2018-05-17 15:08:30 +03:00
dynamic_lib.rs rustc_metadata: test loading atoi instead of cos 2018-07-26 17:20:02 -07:00
encoder.rs Use type safe `VariantIdx` instead of `usize` everywhere 2018-11-12 14:24:45 +01:00
foreign_modules.rs ItemKind 2018-07-16 15:09:17 +02:00
index.rs Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
index_builder.rs Replace uses of DepGraph.in_ignore with DepGraph.with_ignore 2018-01-09 18:35:50 +01:00
isolated_encoder.rs Remove HIR inlining 2018-04-19 20:33:18 -04:00
lib.rs Use `Mmap` to open the rmeta file. 2018-11-14 05:55:10 +02:00
link_args.rs ItemKind 2018-07-16 15:09:17 +02:00
locator.rs Use `Mmap` to open the rmeta file. 2018-11-14 05:55:10 +02:00
native_libs.rs Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack 2018-10-19 14:34:44 +02:00
schema.rs Add an is_marker flag to TraitDef 2018-09-19 22:31:30 -07:00