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