- 92e07a4 Google-internal change. by Jing Lu · 1 year, 10 months ago
- c850c77 Allow types which use `CRUBIT_INTERNAL_RUST_TYPE` to also specify ABI-compatibility. by Devin Jeanpierre · 1 year, 10 months ago
- f89b01d Make CRUBIT_INTERNAL_ANNOTATE style-guide compliant, now that we have a waiver. by Devin Jeanpierre · 1 year, 10 months ago
- b7f8e28 Use the dedicated TypeMapOverride item as the decl_id for MappedType. by Devin Jeanpierre · 1 year, 10 months ago
- f46bdfb Improve documentation of `rs_char` ABI. by Lukasz Anforowicz · 1 year, 10 months ago
- 1d6cff5 Delete `original_cc_size`, instead, round sizeof() to alignment when asserting on layout. by Devin Jeanpierre · 1 year, 11 months ago
- c8cc8f6 Google-internal change by Googler · 1 year, 11 months ago
- 12b7b57 rs_bindings_from_cc: Use an attribute to dynamically specify type mapping. by Devin Jeanpierre · 1 year, 11 months ago
- 763e2a9 Remove redundant `licenses(["notice"])` directives from `BUILD` files. by Lukasz Anforowicz · 1 year, 11 months ago
- 39f69b3 Google-internal change. by Googler · 1 year, 11 months ago
- 7dc3783 Google internal change by Googler · 1 year, 11 months ago
- b6da877 Automatic code cleanup. by Googler · 1 year, 11 months ago
- 5311a1e Use the centralized build environment settings. by Devin Jeanpierre · 2 years ago
- 168c6bc Use Aarch64 platform headers on Aarch64. by Devin Jeanpierre · 2 years ago
- f87285e Migrate `cc_bindings_from_rs` from a rule, to an aspect with a wrapper rule. by Devin Jeanpierre · 2 years ago
- aaa2a0f Fix license handling in OSS build of Crubit. by Lukasz Anforowicz · 2 years ago
- 7059c3a Add support for `mov!(T)`, where T is a mutable reference to an Unpin type. by Googler · 2 years ago
- 0c5c99a Implement `Deref<Target=T>` for `RvalueReference<T>` and `ConstRvalueReference<T>` by Googler · 2 years ago
- 2eb2429 Add bindings for individual `struct` and `union` fields. by Lukasz Anforowicz · 2 years ago
- a3b7db0 Stop returning structs by value from `extern "C"` thunks. by Lukasz Anforowicz · 2 years, 1 month ago
- c958bfc make string_view no_std by Googler · 2 years, 1 month ago
- 594745b make ctor_proc_macros no_std by Googler · 2 years, 1 month ago
- f8296f8 make ctor no_std by Googler · 2 years, 1 month ago
- a492826 Fix clippy warning about no-op `mem::forget` call. by Devin Jeanpierre · 2 years, 1 month ago
- b06e081 Add docs and tests for assumptions about `rs_char` ABI compatibility. by Lukasz Anforowicz · 2 years, 1 month ago
- 207a065 Fix sketchy code: don't use dangling pointers in string_view. by Devin Jeanpierre · 2 years, 1 month ago
- abf02de Move the `cc_std` target to `crubit/support/cc_std` directory. by Lukasz Anforowicz · 2 years, 1 month ago
- ec0b64e Rename `rs_std::Char` to `rs_std::rs_char`. by Lukasz Anforowicz · 2 years, 1 month ago
- d71686c Rename `rstd` to `rs_std`. by Lukasz Anforowicz · 2 years, 1 month ago
- 49e20fb Automatic code cleanup. by Googler · 2 years, 2 months ago
- 7341f5e crubit: Generate bindings for `operator=` for `Unpin` types. by Googler · 2 years, 2 months ago
- d18179b Mostly internal change. by Lukasz Anforowicz · 2 years, 2 months ago
- ad9ed1c Move remaining runtime libraries to `crubit/support`. by Devin Jeanpierre · 2 years, 2 months ago
- 467a420 Introduce `Char::MAX` constant. by Lukasz Anforowicz · 2 years, 2 months ago
- f1abea7 Use `ABSL_PREDICT_FALSE` in `rstd::Char::from_u32`. by Lukasz Anforowicz · 2 years, 2 months ago
- 706b25c `rstd::Char::from_u32` that checks character validity. by Lukasz Anforowicz · 2 years, 2 months ago
- 3ffc18d Make default-constructed `rstd::Char` well-defined (same as `'\0'`). by Lukasz Anforowicz · 2 years, 2 months ago
- 1165a1f Change `rstd::Char` into a `class`. by Lukasz Anforowicz · 2 years, 2 months ago
- c7035e4 Add safety comment to `forward_declare::internal::CcType`. by Devin Jeanpierre · 2 years, 2 months ago
- 12dfb9a Move macro internals of `forward_declare.rs` into an `internal` submodule. by Devin Jeanpierre · 2 years, 2 months ago
- c19a9a8 Move internal runtime support headers to an `internal` subdirectory. by Devin Jeanpierre · 2 years, 2 months ago
- a782bda Add `--crubit-support-path` and `rstd::Char` type. by Lukasz Anforowicz · 2 years, 2 months ago
- 0704c1d Move `crubit/rs_bindings_from_cc/support` to `crubit/support`. by Lukasz Anforowicz · 2 years, 2 months ago