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