1. 8283fe6 Use qualified identifiers where needed by Rosica Dejanovska · 2 years, 11 months ago
  2. dd9a903 Implement basic support for namespaces by Rosica Dejanovska · 3 years ago
  3. 768bba3 Fix warnings about unused `static_assertions` imports in Rust bindings. by Lukasz Anforowicz · 3 years ago
  4. 2745013 Implement the "definition" half of forward declarations / incomplete types. by Devin Jeanpierre · 3 years ago
  5. b2bd59e Make items that stem from decl context have a list of children item ids and generate code recursively by Rosica Dejanovska · 3 years ago
  6. bbed201 Use global path for Rust std by Rosica Dejanovska · 3 years ago
  7. accf00b Use rust's `std` module as `rust_std`; by Rosica Dejanovska · 3 years ago
  8. deea789 Implement `!Unpin` move constructors. by Devin Jeanpierre · 3 years ago
  9. 95938f8 Assertions that generated structs implement expected traits. by Lukasz Anforowicz · 3 years ago
  10. fed64e6 Verify that omitting ManuallyDrop is safe - `assert_impl_all(...: Copy)` by Lukasz Anforowicz · 3 years ago
  11. e4e77d0 Remove THIRD_PARTY from header guards in Crubit by Dmitri Gribenko · 3 years, 1 month ago
  12. e31c868 Replace apache 2.0 license with apache 2.0 with llvm exception by Marcel Hlopko · 3 years, 1 month ago
  13. 3b254b3 Move //devtools/rust/cc_interop/rs_bindings_from_cc //third_party/crubit by Marcel Hlopko · 3 years, 1 month ago
  14. e933358 Splitting ImportType into ImportType and ImportQualType. by Lukasz Anforowicz · 3 years, 1 month ago
  15. 72c4d22 Reintroduce `"#![rustfmt::skip]` into generated Rust code. by Lukasz Anforowicz · 3 years, 2 months ago
  16. 5b3f530 Replace `#![rustfmt::skip]` with `@generated` comment. by Lukasz Anforowicz · 3 years, 2 months ago
  17. eb19ac6 Allow `generate_func` to emit comments for unsupported items / functions. by Lukasz Anforowicz · 3 years, 2 months ago
  18. 49b5bbc Further tweaks for deterministic order of IR items. by Lukasz Anforowicz · 3 years, 2 months ago
  19. 63f10da Lifetime elision for implicitly defaulted constructors. by Lukasz Anforowicz · 3 years, 2 months ago
  20. d7f76ff Do not import injected class name by Marcel Hlopko · 3 years, 2 months ago
  21. 365bba1 Emit IR items and comments in a stable order. The order primarily follows `Decl` source ordering, and is somewhat arbitrary for implicit declarations. by Michael Forster · 3 years, 2 months ago
  22. a1c2f5c Use `#pragma clang lifetime_elision` by default in end-to-end tests. by Lukasz Anforowicz · 3 years, 3 months ago
  23. a94ab70 No `impl Clone` when param of copy ctor has no lifetime annotations. by Lukasz Anforowicz · 3 years, 3 months ago
  24. 40c2eb8 Fix handling of constructors with elided lifetimes. by Lukasz Anforowicz · 3 years, 3 months ago
  25. 6a0a525 Generate code for `TypeAlias` items. by Googler · 3 years, 3 months ago
  26. 5564714 Suppress expected warnings in generated code. by Googler · 3 years, 3 months ago
  27. dcca7f7 Populate `TypeAlias` items in the IR. by Googler · 3 years, 3 months ago
  28. bedbdee Fix unsafety: call `MaybeUninit::zeroed()` instead of `uninit()`. by Lukasz Anforowicz · 3 years, 3 months ago
  29. 9bab835 Don't implement the Default trait for non-trivially-relocatable structs. by Lukasz Anforowicz · 3 years, 3 months ago
  30. 13cf749 Implement Default trait for default-constructible types. by Lukasz Anforowicz · 3 years, 3 months ago
  31. 4e0be7b Add test ensuring that C++ private methods are not surfaced in Rust bindings by Taylor Cramer · 3 years, 4 months ago