index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ir
/
enum_ty.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2022-10-03
address clippy lints
Christian Poveda
2022-09-11
add `--newtype-global-enum` option
Christian Poveda
2021-10-27
Fix warnings
MikuroXina
2021-03-22
Use original name when checking allowlist for anonymous enum variants
Jethro Beekman
2021-02-18
Rename whitelist -> allowlist and blacklist -> blocklist
Marcel Hlopko
2020-09-15
Use path_for_whitelisting instead of canonical_path when matching for enum ty...
Youmu
2020-08-03
Improves bindings for typed and anonymous enums
Cameron Mulhern
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2019-11-14
Make rustfmt happy
David Vo
2019-11-14
Add newtype enum style
David Vo
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2019-06-11
Rename a couple miscalled identifiers.
uk
2019-06-10
Add support for non_exhaustive rustified enums.
uk
2018-10-11
Minor cleanup after #1419.
v0.42.2
Emilio Cobos Álvarez
2018-10-11
ir: Ensure everything agrees in which kind of variation an enum generates.
Emilio Cobos Álvarez
2018-06-04
add --constified-enum to output consts when the default is changed
Daniel Brooks
2018-03-04
ir: Allow renaming variants using the replaces="" annotation or a custom call...
Emilio Cobos Álvarez
2018-02-12
codegen: Expose variant comments.
Emilio Cobos Álvarez
2017-11-27
Properly handle namespaces for enum configuration options
Tamir Duberstein
2017-10-24
ir: Cleanup a bunch of constructors
Emilio Cobos Álvarez
2017-10-02
A bunch of parsing things should return TypeId
Nick Fitzgerald
2017-10-02
Make `Enum::repr` into a `TypeId`
Nick Fitzgerald
2017-10-02
Introduce the `TypeId` newtype over `ItemId`
Nick Fitzgerald
2017-09-11
Make bindgen generate enums as constants by default
Cldfire
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-07-10
codegen: Make comments indentation-aware.
Emilio Cobos Álvarez
2017-07-08
Intelligently convert C/C++ comments to Rust
Dylan McKay
2017-06-11
Convert comment to a doc comment
Travis Finkenauer
2017-06-11
Adds `--constified-enum-module` option per #699
Travis Finkenauer
2017-03-23
ir: Prefer the enum definition instead of the declaration when looking for va...
Emilio Cobos Álvarez
2017-03-17
Renamed chooser to visitor and added function for parsed macro analysis.
Adam Baxter
2017-03-07
Completely rework templates
Nick Fitzgerald
2017-02-16
Rework how bitfields are handled.
Emilio Cobos Álvarez
2017-02-07
add padding bytes to align strcture
Flier Lu
2017-02-03
Run `cargo fmt`
Nick Fitzgerald
2017-01-23
Unify under the `bindgen` name.
Emilio Cobos Álvarez
2016-11-16
Transition to libbindgen sub-crate
Jeff Waugh
2016-11-15
ir: Make the id local to the context.
Emilio Cobos Álvarez
2016-11-07
Wrap enum_val_unsigned in an Option
Andrew Fluth
2016-11-06
Restore outer conditional.
J. Cliff Dyer
2016-11-06
Wrap enum_val_signed in an Option.
J. Cliff Dyer
2016-11-03
clang: Simplify visiting code.
Emilio Cobos Álvarez
2016-11-01
Run `cargo fmt`.
Emilio Cobos Álvarez
2016-10-27
Document the `ir` module
Nick Fitzgerald
2016-09-16
Rewrite the core of the binding generator.
Emilio Cobos Álvarez