Skip to content

Commit

Permalink
refactor(rust): rename projects
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Dec 30, 2022
1 parent cc34425 commit dd4f295
Show file tree
Hide file tree
Showing 671 changed files with 137 additions and 137 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions rust-threecrate-crateunotest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[package]
name = "cpp_vs_rust"
version = "0.1.0"
edition = "2021"

[workspace]
members = [ "libs/proc_diagnostic_types","libs/test" ]

[lib]
crate-type = ["cdylib", "lib"]
doctest = false
test = false

[dependencies]
cpp_vs_rust_proc_diagnostic_types = { path = "libs/proc_diagnostic_types" }

libc = { version = "0.2.138", default-features = false }

[dev-dependencies]
cpp_vs_rust_test = { path = "libs/test" }

memoffset = { version = "0.7.1" }

[features]
default = []
qljs_debug = []

[profile.quick-build-incremental]
debug = false
debug-assertions = false
incremental = true
inherits = "dev"
lto = false
opt-level = 0
overflow-checks = false
panic = 'abort'
rpath = false
# TODO(strager): Add -Zshare-generics=y to rustflags.

[profile.quick-build-nonincremental]
inherits = "quick-build-incremental"
incremental = false

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ doctest = false
test = false

[dependencies]
cpp_vs_rust_fe = { path = "../fe" }
cpp_vs_rust_port = { path = "../port" }
cpp_vs_rust_util = { path = "../util" }
cpp_vs_rust = { path = "../.." }
lazy_static = { version = "1.4.0" }
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use cpp_vs_rust_fe::diag_reporter::*;
use cpp_vs_rust_fe::diagnostic_types::*;
use cpp_vs_rust::fe::diag_reporter::*;
use cpp_vs_rust::fe::diagnostic_types::*;

pub struct DiagCollector<'code> {
pub errors: std::cell::RefCell<Vec<AnyDiag<'code>>>,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use cpp_vs_rust_fe::source_code_span::*;
use cpp_vs_rust_util::narrow_cast::*;
use cpp_vs_rust_util::padded_string::*;
use cpp_vs_rust::fe::source_code_span::*;
use cpp_vs_rust::util::narrow_cast::*;
use cpp_vs_rust::util::padded_string::*;

// Checks that the SourceCodeSpan begins at begin_offset and ends at begin_offset+text.len().
//
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use cpp_vs_rust_util::qljs_assert;
use cpp_vs_rust::qljs_assert;
use lazy_static::lazy_static;

// Escape the first character in the given keyword with a JavaScript identifier
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit dd4f295

Please sign in to comment.