rust/src/librustc_metadata
Nicholas Nethercote 2640da7d13 Remove Session::sysroot().
Instead of maybe storing its own sysroot and maybe deferring to the one
in `Session::opts`, just clone the latter when necessary so one is
always directly available. This removes the need for the getter.
2018-12-12 10:36:15 +11:00
..
build.rs rustc: Add some build scripts for librustc crates 2017-07-22 22:04:13 -07:00
Cargo.toml proc_macro: move to a dependency of libtest. 2018-11-30 06:15:20 +02:00
creader.rs proc_macro: introduce a "bridge" between clients (proc macros) and servers (compiler front-ends). 2018-11-30 06:15:19 +02:00
cstore.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
cstore_impl.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00: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 Auto merge of #56616 - estebank:issue-56539, r=davidtwco 2018-12-08 19:34:43 +00:00
foreign_modules.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
index.rs Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
index_builder.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
isolated_encoder.rs Remove HIR inlining 2018-04-19 20:33:18 -04:00
lib.rs remove uses of feature gate 2018-11-27 13:13:11 -06:00
link_args.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
locator.rs Remove Session::sysroot(). 2018-12-12 10:36:15 +11:00
native_libs.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
schema.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00