]> git.lizzy.rs Git - rust.git/commit
Move compiler input and ouput paths into session
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 7 Dec 2022 09:24:00 +0000 (09:24 +0000)
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Mon, 16 Jan 2023 14:46:44 +0000 (14:46 +0000)
commit9f5cd0315386e761beae8afd07df94e42a4db154
tree6e64a92962daa43d7eb93fc072225d8e9ee79e6b
parent42f75f1e462f90bfe20f458690113c3cb2a26271
Move compiler input and ouput paths into session
15 files changed:
compiler/rustc_codegen_cranelift/src/debuginfo/mod.rs
compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
compiler/rustc_driver/src/lib.rs
compiler/rustc_driver/src/pretty.rs
compiler/rustc_interface/src/interface.rs
compiler/rustc_interface/src/passes.rs
compiler/rustc_interface/src/queries.rs
compiler/rustc_interface/src/tests.rs
compiler/rustc_interface/src/util.rs
compiler/rustc_passes/src/entry.rs
compiler/rustc_save_analysis/src/dump_visitor.rs
compiler/rustc_session/src/output.rs
compiler/rustc_session/src/session.rs
src/librustdoc/html/render/mod.rs
src/tools/miri/src/bin/miri.rs