]> git.lizzy.rs Git - rust.git/commit
Rename rustc_driver to rustc_driver_impl
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Thu, 2 Feb 2023 06:12:10 +0000 (07:12 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Thu, 2 Feb 2023 06:12:10 +0000 (07:12 +0100)
commit73681323e611972caa9a6107312c9e1f74467545
tree6cff79e746529671cd84fd79ce9e363490075ac7
parent131f0c6df6777800aa884963bdba0739299cd31f
Rename rustc_driver to rustc_driver_impl
12 files changed:
compiler/rustc_driver/Cargo.toml [deleted file]
compiler/rustc_driver/README.md [deleted file]
compiler/rustc_driver/src/args.rs [deleted file]
compiler/rustc_driver/src/lib.rs [deleted file]
compiler/rustc_driver/src/pretty.rs [deleted file]
compiler/rustc_driver/src/session_diagnostics.rs [deleted file]
compiler/rustc_driver_impl/Cargo.toml [new file with mode: 0644]
compiler/rustc_driver_impl/README.md [new file with mode: 0644]
compiler/rustc_driver_impl/src/args.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/lib.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/pretty.rs [new file with mode: 0644]
compiler/rustc_driver_impl/src/session_diagnostics.rs [new file with mode: 0644]