rust/src/librustc_interface
Manish Goregaokar b32383ca90
Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum
build: Remove unnecessary `cargo:rerun-if-env-changed` annotations

... and a couple of related cleanups.

rustc and cargo now track the majority of env var dependencies automatically (https://github.com/rust-lang/cargo/pull/8421), so the annotations are no longer necessary.
2020-07-22 16:34:50 -07:00
..
callbacks.rs Show SyntaxContext in formatted Span debug output 2020-06-08 21:47:33 -04:00
Cargo.toml
interface.rs Change some function names. 2020-07-10 16:07:20 +10:00
lib.rs Initialize default providers only once 2020-07-15 10:53:36 -04:00
passes.rs Rollup merge of #73566 - jyn514:name-resolve-first, r=eddyb 2020-07-16 11:18:24 -07:00
proc_macro_decls.rs Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
queries.rs Remove Compiler::compile(). 2020-07-07 11:10:51 +10:00
tests.rs Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis 2020-07-22 09:29:03 -07:00
util.rs Remove leftover from emscripten fastcomp support 2020-07-16 16:46:01 +02:00