Add missing cpp_compat documentation. |
|
More...
|
almost 5 years ago
|
parser: Don't panic when finding associated constants to a primitive. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
Release v0.13.2 |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
support large integer constants (#490) |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
updated constant_big test case with large negative numbers |
|
More...
|
almost 5 years ago
|
ran rustfmt |
|
More...
|
almost 5 years ago
|
avoid gcc warning by appending ULL suffix to integer literals that are too big to fit in a signed 64-bit integer |
|
More...
|
almost 5 years ago
|
ir: Add support for RefCell and Cell. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
tests: Add tests for cell and refcell. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
ir: escape export_name while writing source of EnumVariant |
|
More...
|
almost 5 years ago
|
ir: escape tagged union's field name |
|
More...
|
almost 5 years ago
|
main: Provide a somewhat-useful error message for --verify changes. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
tests: Add missing expectations to 462871695d621a055d32644f9bbdb4f9f9cdb38e. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
Blind-ish attempt to fix CI |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
template: Add allow_constexpr to template.toml. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
remove a test which was causing CI to go red. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
constant: Fix the interaction of allow_constexpr and inline consts. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
parser: Fix a warning that somehow didn't turn the build red. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
ir: write declaration of global variable like struct fields |
|
More...
|
almost 5 years ago
|
Check for CFLAGS and CXXFLAGS when running tests |
|
More...
|
almost 5 years ago
|
Add option to output constexpr generated constant primitive values |
|
More...
|
almost 5 years ago
|
Add tests for #475. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
Only write `default` cases if the switch is not exhaustive. |
|
More...
|
almost 5 years ago
|
parser: warn when function is partial exported |
|
More...
|
almost 5 years ago
|
cargo: don't read cargo.toml if not needed. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
parser: don't warn when function is not extern c and not no_mangle |
|
More...
|
almost 5 years ago
|
parser: use match statement to replace nested if-else statement |
|
More...
|
almost 5 years ago
|
parser: extract condition for abstractions |
|
More...
|
almost 5 years ago
|
cdecl: pass config instead of recomputing void_prototype all over the place. |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|
bindgen: enable "void prototype" while writing struct field (#473) |
emilio
as Emilio Cobos Álvarez
|
More...
|
almost 5 years ago
|