Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-13 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-12 | 0 | 0 | 1 | 12 | 189 |
| 2026-09-11 | 1 | 1 | 0 | 0 | 0 |
| 2026-09-10 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-09 | 10 | 2 | 0 | 0 | 0 |
| 2026-09-08 | 4 | 1 | 0 | 0 | 0 |
| 2026-09-07 | 2 | 2 | 0 | 0 | 0 |
| 2026-09-06 | 2 | 1 | 0 | 0 | 0 |
| 2026-09-05 | 0 | 1 | 0 | 0 | 0 |
| 2026-09-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-01 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 0 | 0 | 0 | 0 |
Opened: 18
Closed: 6
Comments: 1
Events: 12
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#3384 Incorrect layout of bitfields Opened 3 months ago | avahahn | open | No labels | 1 | 1 | 5 hours ago |
#3479 Generic namespaced pointers are dropped Opened 1 day ago | mutexlox-signal | open | No labels | 1 | 0 | 1 day ago |
#3441 C++23 explicit object member functions get an extra implicit this pointer Opened 15 days ago | lwz23 | closed - completed | help wanted | 0 | 0 | 2 days ago |
#3478 rust-bindgen 0.73.2 segfaults with nested types defined with `using` Opened 2 days ago | mutexlox-signal | open | No labels | 2 | 0 | 2 days ago |
#3473 objc_direct methods are emitted as msg_send! instead of a direct C call Opened 3 days ago | lwz23 | open - reopened | No labels | 0 | 0 | 3 days ago |
#3476 objc_runtime_name is ignored: class!(SourceName) looks up a class that does not exist Opened 3 days ago | lwz23 | open - reopened | No labels | 0 | 0 | 3 days ago |
#3477 SVE `__SVInt32_t` parameters become a zero-sized opaque; rustc drops the argument Opened 3 days ago | lwz23 | open - reopened | No labels | 0 | 0 | 3 days ago |
#3472 __bidi_indexable function parameters become a 24-byte opaque value; clang passes a pointer Opened 3 days ago | lwz23 | closed - completed | No labels | 1 | 0 | 3 days ago |
#3475 `aarch64_vector_pcs` function pointers become a zero-sized opaque; rustc drops the argument Opened 3 days ago | lwz23 | open | No labels | 0 | 0 | 3 days ago |
#3474 C++20 `char8_t[N]` panics (`Not able to resolve array element?: Recurse`); scalar `char8_t` is `u8` Opened 3 days ago | lwz23 | open | No labels | 0 | 0 | 3 days ago |
#3471 OpenCL `pipe` / `image2d_t` / `sampler_t` parameters become 8-byte integers, not pointers Opened 4 days ago | lwz23 | closed - not_planned | No labels | 2 | 0 | 4 days ago |
#3470 `extern __mfp8` stack-overflows while parsing the variable (function form becomes `u8`) Opened 4 days ago | lwz23 | open | No labels | 0 | 0 | 4 days ago |
#3469 `_Accum` globals and constants panic (`CXType_Accum` fails the var.rs Auto/Unexposed assert) Opened 4 days ago | lwz23 | open | No labels | 1 | 0 | 4 days ago |
#3468 GNU integer `_Complex` panics in `build_builtin_ty` (`Non floating-type complex`) Opened 4 days ago | lwz23 | open | No labels | 0 | 0 | 4 days ago |
#3454 Bitfield setter for enum-typed field emits invalid `as` cast (E0605), regression since 0.73.0 Opened 6 days ago | raiko86 | closed - completed | No labels | 6 | 0 | 5 days ago |
#3462 `_Accum` (ISO fixed-point) is mapped to unscaled `u32` Opened 5 days ago | lwz23 | closed - not_planned | No labels | 1 | 0 | 5 days ago |
#3465 `enum class : unsigned __int128` enumerator constants are truncated to `u64` Opened 5 days ago | lwz23 | open | No labels | 0 | 0 | 5 days ago |
#3464 C++20 `enum class : char8_t` enumerators are signed `i8` (`-1` instead of `255`) Opened 5 days ago | lwz23 | open | No labels | 0 | 0 | 5 days ago |
#3463 ObjC ARC `__weak` struct fields are passed by value (`Copy`) instead of the hidden-pointer ABI Opened 5 days ago | lwz23 | open | No labels | 0 | 0 | 5 days ago |
#3461 `enable_if` overloads keep the disabled candidate as the primary `foo` name Opened 5 days ago | lwz23 | closed - completed | No labels | 1 | 0 | 5 days ago |
#3460 File-scope `.symver` is ignored, so generated bindings call the default symbol version Opened 5 days ago | lwz23 | open | No labels | 0 | 0 | 5 days ago |
#3439 C++ empty class by-value arguments are passed even though clang omits them Opened 16 days ago | lwz23 | open | help wanted | 2 | 0 | 6 days ago |
#3448 syn dependency version bound is incompatible with prettyplease Opened 7 days ago | ds84182 | open | No labels | 3 | 1 | 6 days ago |
#3417 regparm(2) functions on i386 are emitted as ordinary extern C Opened 2 months ago | lwz23 | open | A-rustc | 2 | 0 | 6 days ago |
#3442 Opaque-struct fallback silently corrupts a fully-specified struct's layout on native Windows (mismatched/MSVC libclang) Opened 14 days ago | Magnelo1 | open | No labels | 1 | 0 | 6 days ago |