-
Notifications
You must be signed in to change notification settings - Fork 418
Pull requests: dtolnay/cxx
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Strip r# prefix from raw identifiers in generated C++ names
#1749
opened Aug 17, 2026 by
HarnageaGabriel
Loading…
3 tasks done
Add monospace tags and qualify Rust types outside of prelude
#1748
opened Aug 10, 2026 by
mikomikotaishi
Loading…
Add #[cxx_return_type] attribute for return type conversion
#1739
opened Jul 6, 2026 by
matts1
Loading…
Allow deferring the compilation of cxx.cc until the bridge gen stage
#1717
opened May 30, 2026 by
kolayne
Loading…
Add partial support for safe shared structs via the
#[safe_shared_extern] attribute
#1715
opened May 25, 2026 by
kolayne
Loading…
Support creation of rust::Str from consteval utf8 checked string literal
#1704
opened Apr 8, 2026 by
wsxarcher
Loading…
Add support for shared library import/export symbol tracking and thunk generation
#1703
opened Mar 2, 2026 by
chrislimpach
Loading…
Add std::string_view conversion constructor to rust::Str
#1701
opened Feb 6, 2026 by
zetafunction
Loading…
Add support for #[constructor] attribute to CXX FFI functions
#1691
opened Jan 7, 2026 by
QuentinLeeWeber
Loading…
Support #[cxx_name = "operator+="], etc. (i.e. not just C identifiers).
#1689
opened Dec 18, 2025 by
anforowicz
Contributor
Loading…
Cover top-level
BUILD.bazel + MODULE.bazel in mdbook Bazel chapter.
#1679
opened Dec 4, 2025 by
anforowicz
Contributor
Loading…
Avoid further trycatch and throw when exceptions are disabled
#1403
opened Nov 18, 2024 by
ahayzen-kdab
Contributor
•
Draft
Avoid a warning generated when compiling with g++ -Wshadow
#1264
opened Aug 29, 2023 by
omoerbeek
Loading…
Update exception handling to use
std::exception_ptr
#1180
opened Feb 24, 2023 by
schreter
Contributor
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.