History log of /third_party/rust/crates/cxx/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
33d722a908-Apr-2024 openharmony_ci <120357966@qq.com>

!14 cxx 1.0.91升级至1.0.97
Merge pull request !14 from Future/new1


.bazelignore
.bazelrc
.buckconfig
.buckroot
.clang-format
.clang-tidy
.clippy.toml
.devcontainer/Dockerfile
.devcontainer/README.md
.devcontainer/build.Dockerfile
.devcontainer/devcontainer.json
.gitattributes
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/site.yml
.gitignore
.gitmodules
.vscode/README.md
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
.watchmanconfig
BUCK
BUILD
BUILD.gn
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
OAT.xml
README.OpenSource
README.md
README_zh.md
WORKSPACE
book/.gitignore
book/README.md
book/book.toml
book/build.js
book/build.sh
book/css/cxx.css
book/diagram/.gitignore
book/diagram/Makefile
book/diagram/overview.tex
book/package-lock.json
book/package.json
book/src/404.md
book/src/SUMMARY.md
book/src/async.md
book/src/attributes.md
book/src/binding/box.md
book/src/binding/cxxstring.md
book/src/binding/cxxvector.md
book/src/binding/fn.md
book/src/binding/rawptr.md
book/src/binding/result.md
book/src/binding/sharedptr.md
book/src/binding/slice.md
book/src/binding/str.md
book/src/binding/string.md
book/src/binding/uniqueptr.md
book/src/binding/vec.md
book/src/bindings.md
book/src/build/bazel.md
book/src/build/cargo.md
book/src/build/cmake.md
book/src/build/other.md
book/src/building.md
book/src/concepts.md
book/src/context.md
book/src/cxx.png
book/src/extern-c++.md
book/src/extern-rust.md
book/src/index.md
book/src/overview.svg
book/src/reference.md
book/src/shared.md
book/src/tutorial.md
book/theme/head.hbs
build.rs
compile_flags.txt
cpp_call_rust.png
demo/BUCK
demo/BUILD
demo/Cargo.toml
demo/build.rs
demo/include/blobstore.h
demo/src/blobstore.cc
demo/src/main.rs
flags/Cargo.toml
flags/src/impl.rs
flags/src/lib.rs
gen/README.md
gen/build/Cargo.toml
gen/build/build.rs
gen/build/src/cargo.rs
gen/build/src/cfg.rs
gen/build/src/deps.rs
gen/build/src/error.rs
gen/build/src/intern.rs
gen/build/src/lib.rs
gen/build/src/out.rs
gen/build/src/paths.rs
gen/build/src/target.rs
gen/build/src/vec.rs
gen/cmd/BUILD.gn
gen/cmd/Cargo.toml
gen/cmd/build.rs
gen/cmd/src/app.rs
gen/cmd/src/cfg.rs
gen/cmd/src/main.rs
gen/cmd/src/output.rs
gen/cmd/src/test.rs
gen/lib/Cargo.toml
gen/lib/build.rs
gen/lib/src/error.rs
gen/lib/src/lib.rs
gen/lib/tests/test.rs
gen/src
gen/src/block.rs
gen/src/builtin.rs
gen/src/cfg.rs
gen/src/check.rs
gen/src/error.rs
gen/src/file.rs
gen/src/fs.rs
gen/src/ifndef.rs
gen/src/include.rs
gen/src/mod.rs
gen/src/names.rs
gen/src/namespace.rs
gen/src/nested.rs
gen/src/out.rs
gen/src/write.rs
include
include/cxx.h
macro/BUILD.gn
macro/Cargo.toml
macro/README.md
macro/build.rs
macro/src/clang.rs
macro/src/derive.rs
macro/src/expand.rs
macro/src/generics.rs
macro/src/lib.rs
macro/src/load.rs
macro/src/tokens.rs
macro/src/type_id.rs
rust-toolchain.toml
rust_call_cpp.png
src/c_char.rs
src/cxx.cc
src/cxx_string.rs
src/cxx_vector.rs
src/exception.rs
src/extern_type.rs
src/fmt.rs
src/function.rs
src/hash.rs
src/lib.rs
src/lossy.rs
src/macros/assert.rs
src/macros/concat.rs
src/macros/mod.rs
src/memory.rs
src/opaque.rs
src/result.rs
src/rust_slice.rs
src/rust_str.rs
src/rust_string.rs
src/rust_type.rs
src/rust_vec.rs
src/shared_ptr.rs
src/sip.rs
src/symbols/exception.rs
src/symbols/mod.rs
src/symbols/rust_slice.rs
src/symbols/rust_str.rs
src/symbols/rust_string.rs
src/symbols/rust_vec.rs
src/type_id.rs
src/unique_ptr.rs
src/unwind.rs
src/vector.rs
src/weak_ptr.rs
syntax
syntax/atom.rs
syntax/attrs.rs
syntax/cfg.rs
syntax/check.rs
syntax/derive.rs
syntax/discriminant.rs
syntax/doc.rs
syntax/error.rs
syntax/file.rs
syntax/ident.rs
syntax/impls.rs
syntax/improper.rs
syntax/instantiate.rs
syntax/mangle.rs
syntax/map.rs
syntax/mod.rs
syntax/names.rs
syntax/namespace.rs
syntax/parse.rs
syntax/pod.rs
syntax/qualified.rs
syntax/report.rs
syntax/resolve.rs
syntax/set.rs
syntax/symbol.rs
syntax/tokens.rs
syntax/toposort.rs
syntax/trivial.rs
syntax/types.rs
syntax/visit.rs
tests/BUCK
tests/BUILD
tests/compiletest.rs
tests/cxx_gen.rs
tests/cxx_string.rs
tests/ffi/Cargo.toml
tests/ffi/build.rs
tests/ffi/cast.rs
tests/ffi/lib.rs
tests/ffi/module.rs
tests/ffi/tests.cc
tests/ffi/tests.h
tests/test.rs
tests/ui/array_len_expr.rs
tests/ui/array_len_expr.stderr
tests/ui/array_len_suffix.rs
tests/ui/array_len_suffix.stderr
tests/ui/async_fn.rs
tests/ui/async_fn.stderr
tests/ui/bad_explicit_impl.rs
tests/ui/bad_explicit_impl.stderr
tests/ui/by_value_not_supported.rs
tests/ui/by_value_not_supported.stderr
tests/ui/const_fn.rs
tests/ui/const_fn.stderr
tests/ui/data_enums.rs
tests/ui/data_enums.stderr
tests/ui/deny_elided_lifetimes.rs
tests/ui/deny_elided_lifetimes.stderr
tests/ui/deny_missing_docs.rs
tests/ui/deny_missing_docs.stderr
tests/ui/derive_duplicate.rs
tests/ui/derive_duplicate.stderr
tests/ui/derive_noncopy.rs
tests/ui/derive_noncopy.stderr
tests/ui/drop_shared.rs
tests/ui/drop_shared.stderr
tests/ui/empty_enum.rs
tests/ui/empty_enum.stderr
tests/ui/empty_struct.rs
tests/ui/empty_struct.stderr
tests/ui/enum_inconsistent.rs
tests/ui/enum_inconsistent.stderr
tests/ui/enum_match_without_wildcard.rs
tests/ui/enum_match_without_wildcard.stderr
tests/ui/enum_out_of_bounds.rs
tests/ui/enum_out_of_bounds.stderr
tests/ui/enum_overflows.rs
tests/ui/enum_overflows.stderr
tests/ui/enum_receiver.rs
tests/ui/enum_receiver.stderr
tests/ui/enum_unsatisfiable.rs
tests/ui/enum_unsatisfiable.stderr
tests/ui/expected_named.rs
tests/ui/expected_named.stderr
tests/ui/extern_fn_abi.rs
tests/ui/extern_fn_abi.stderr
tests/ui/extern_type_bound.rs
tests/ui/extern_type_bound.stderr
tests/ui/extern_type_generic.rs
tests/ui/extern_type_generic.stderr
tests/ui/extern_type_lifetime_bound.rs
tests/ui/extern_type_lifetime_bound.stderr
tests/ui/fallible_fnptr.rs
tests/ui/fallible_fnptr.stderr
tests/ui/function_with_body.rs
tests/ui/function_with_body.stderr
tests/ui/generic_enum.rs
tests/ui/generic_enum.stderr
tests/ui/impl_trait_for_type.rs
tests/ui/impl_trait_for_type.stderr
tests/ui/include.rs
tests/ui/include.stderr
tests/ui/lifetime_extern_cxx.rs
tests/ui/lifetime_extern_cxx.stderr
tests/ui/lifetime_extern_rust.rs
tests/ui/lifetime_extern_rust.stderr
tests/ui/missing_unsafe.rs
tests/ui/missing_unsafe.stderr
tests/ui/multiple_parse_error.rs
tests/ui/multiple_parse_error.stderr
tests/ui/mut_return.rs
tests/ui/mut_return.stderr
tests/ui/non_integer_discriminant_enum.rs
tests/ui/non_integer_discriminant_enum.stderr
tests/ui/nonempty_impl_block.rs
tests/ui/nonempty_impl_block.stderr
tests/ui/nonlocal_rust_type.rs
tests/ui/nonlocal_rust_type.stderr
tests/ui/opaque_autotraits.rs
tests/ui/opaque_autotraits.stderr
tests/ui/opaque_not_sized.rs
tests/ui/opaque_not_sized.stderr
tests/ui/pin_mut_opaque.rs
tests/ui/pin_mut_opaque.stderr
tests/ui/ptr_in_fnptr.rs
tests/ui/ptr_in_fnptr.stderr
tests/ui/ptr_missing_unsafe.rs
tests/ui/ptr_missing_unsafe.stderr
tests/ui/ptr_no_const_mut.rs
tests/ui/ptr_no_const_mut.stderr
tests/ui/ptr_unsupported.rs
tests/ui/ptr_unsupported.stderr
tests/ui/raw_ident_namespace.rs
tests/ui/raw_ident_namespace.stderr
tests/ui/reference_to_reference.rs
tests/ui/reference_to_reference.stderr
tests/ui/reserved_lifetime.rs
tests/ui/reserved_lifetime.stderr
tests/ui/reserved_name.rs
tests/ui/reserved_name.stderr
tests/ui/result_no_display.rs
tests/ui/result_no_display.stderr
tests/ui/root_namespace.rs
tests/ui/root_namespace.stderr
tests/ui/rust_pinned.rs
tests/ui/rust_pinned.stderr
tests/ui/slice_of_type_alias.rs
tests/ui/slice_of_type_alias.stderr
tests/ui/slice_unsupported.rs
tests/ui/slice_unsupported.stderr
tests/ui/struct_cycle.rs
tests/ui/struct_cycle.stderr
tests/ui/type_alias_rust.rs
tests/ui/type_alias_rust.stderr
tests/ui/unique_ptr_as_mut.rs
tests/ui/unique_ptr_as_mut.stderr
tests/ui/unique_ptr_to_opaque.rs
tests/ui/unique_ptr_to_opaque.stderr
tests/ui/unique_ptr_twice.rs
tests/ui/unique_ptr_twice.stderr
tests/ui/unnamed_receiver.rs
tests/ui/unnamed_receiver.stderr
tests/ui/unpin_impl.rs
tests/ui/unpin_impl.stderr
tests/ui/unrecognized_receiver.rs
tests/ui/unrecognized_receiver.stderr
tests/ui/unsupported_elided.rs
tests/ui/unsupported_elided.stderr
tests/ui/vec_opaque.rs
tests/ui/vec_opaque.stderr
tests/ui/vector_autotraits.rs
tests/ui/vector_autotraits.stderr
tests/ui/wrong_type_id.rs
tests/ui/wrong_type_id.stderr
tests/unique_ptr.rs
third-party/.gitignore
third-party/BUCK
third-party/BUILD
third-party/Cargo.lock
third-party/Cargo.toml
third-party/bazel/BUILD.anstyle-1.0.0.bazel
third-party/bazel/BUILD.bazel
third-party/bazel/BUILD.bitflags-1.3.2.bazel
third-party/bazel/BUILD.cc-1.0.79.bazel
third-party/bazel/BUILD.clap-4.3.0.bazel
third-party/bazel/BUILD.clap_builder-4.3.0.bazel
third-party/bazel/BUILD.clap_lex-0.5.0.bazel
third-party/bazel/BUILD.codespan-reporting-0.11.1.bazel
third-party/bazel/BUILD.once_cell-1.17.1.bazel
third-party/bazel/BUILD.proc-macro2-1.0.59.bazel
third-party/bazel/BUILD.quote-1.0.28.bazel
third-party/bazel/BUILD.scratch-1.0.5.bazel
third-party/bazel/BUILD.syn-2.0.17.bazel
third-party/bazel/BUILD.termcolor-1.2.0.bazel
third-party/bazel/BUILD.unicode-ident-1.0.9.bazel
third-party/bazel/BUILD.unicode-width-0.1.10.bazel
third-party/bazel/BUILD.winapi-0.3.9.bazel
third-party/bazel/BUILD.winapi-i686-pc-windows-gnu-0.4.0.bazel
third-party/bazel/BUILD.winapi-util-0.1.5.bazel
third-party/bazel/BUILD.winapi-x86_64-pc-windows-gnu-0.4.0.bazel
third-party/bazel/crates.bzl
third-party/bazel/defs.bzl
third-party/fixups/cc/fixups.toml
third-party/fixups/clap/fixups.toml
third-party/fixups/proc-macro2/fixups.toml
third-party/fixups/quote/fixups.toml
third-party/fixups/scratch/fixups.toml
third-party/fixups/syn/fixups.toml
third-party/fixups/winapi/fixups.toml
third-party/reindeer.toml
tools/bazel/BUILD
tools/bazel/rust_cxx_bridge.bzl
tools/buck/.ignore
tools/buck/prelude
tools/buck/rust_cxx_bridge.bzl
tools/buck/toolchains/BUCK
tools/cargo/build.rs