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
/
gen.rs
Age
Commit message (
Expand
)
Author
2016-09-01
Deduplicate names of virtual overloaded methods. Fix #48
Simon Sapin
2016-08-19
Allow blacklist typedef.
Xidorn Quan
2016-08-13
Improve support for unions inside templated structs, or unions with template ...
Emilio Cobos Álvarez
2016-08-13
refactor: Take rid of CompMember::CompField, which was effectively dead since...
Emilio Cobos Álvarez
2016-07-26
Add support for 'unsafe fields'
Manish Goregaokar
2016-07-21
Avoid recursing infinitely with CRTP while looking for a destructor.
Emilio Cobos Álvarez
2016-07-18
Support MSVC mangled names (which have @ symbols in them) when generating bin...
Vladimir Vukicevic
2016-07-10
Use aster and quasi to allow building with stable Rust.
Emilio Cobos Álvarez
2016-07-10
hack: Use a local clone of refcell to not depend on borrow_state
Emilio Cobos Álvarez
2016-07-04
Update syntex to latest nightly.
Emilio Cobos Álvarez
2016-06-02
gen: Generate bitfield getters for structs
Emilio Cobos Álvarez
2016-06-01
gen: Don't generate constants of templated structs
Emilio Cobos Álvarez
2016-06-01
Reduce some nesting in cstruct_to_rs.
Ms2ger
2016-05-18
Support in-class constants in C++
Emilio Cobos Álvarez
2016-05-18
gen: Use the topmost template parent with the name for compound decls with args
Emilio Cobos Álvarez
2016-05-17
gen: Avoid to generate structs with empty template param names
Emilio Cobos Álvarez
2016-05-17
Make opaque items with themplate parameters generate a struct.
Emilio Cobos Álvarez
2016-05-13
gen: Update to latest syntex_syntax in order to work with latest nightly
Emilio Cobos Álvarez
2016-05-07
Warning cleanup
Emilio Cobos Álvarez
2016-05-07
gen: Remove spurious phantom types
Emilio Cobos Álvarez
2016-05-04
Wrap C++ `mutable` types in rust *Cells
Emilio Cobos Álvarez
2016-04-30
gen: Derive Eq, PartialEq and Hash for enums.
Emilio Cobos Álvarez
2016-04-16
Refactor how template specialisations are tracked to prevent borrow panics
Emilio Cobos Álvarez
2016-04-16
gen: Derive Copy for templates that allow it
Emilio Cobos Álvarez
2016-04-16
Large-ish refactor that should fix a *lot* of errors
Emilio Cobos Álvarez
2016-04-15
gen: Move has_destructor logic to types.rs
Emilio Cobos Álvarez
2016-04-15
bindgen: Restructure opaque and blacklisting so we can fix debug deriving
Emilio Cobos Álvarez
2016-04-15
bindgen: Change how opaque comp types are managed
Emilio Cobos Álvarez
2016-04-14
gen: Assume non-translatable fields or opaque fields might have destructors
Emilio Cobos Álvarez
2016-04-14
bindgen: Add flag to customise flags added to types with destructor
Emilio Cobos Álvarez
2016-04-14
gen: Refactor attribute logic and add unsafe_no_drop_flag
Emilio Cobos Álvarez
2016-04-13
gen: Add enum variant and vtable member mangling
Emilio Cobos Álvarez
2016-04-12
gen: Only generate union fields if there are actually union fields
Emilio Cobos Álvarez
2016-04-12
gen: Add saw_union field to GenCtx
Emilio Cobos Álvarez
2016-04-12
gen: Simplify root export with namespaces.
Emilio Cobos Álvarez
2016-04-11
gen: mangle method names if they are keywords
Emilio Cobos Álvarez
2016-04-11
gen: Translate ptrdiff_t to isize
Emilio Cobos Álvarez
2016-04-11
gen: Mangle keywords suffixing instead of prefixing
Emilio Cobos Álvarez
2016-04-08
gen: Generate a more solid API for __BindgenUnionField
Emilio Cobos Álvarez
2016-04-08
gen: Refine gen_bitfield_methods
Emilio Cobos Álvarez
2016-04-08
gen: Generate layout tests for unions too
Emilio Cobos Álvarez
2016-04-08
gen: Restore derive debug in structs, which was lost for some reason
Emilio Cobos Álvarez
2016-04-08
gen: Generate fields for unions using __BindgenUnionField
Emilio Cobos Álvarez
2016-04-06
gen: Make const the new_bitfield functions
Emilio Cobos Álvarez
2016-04-05
gen: Add back constness of new_bitfield_xxx functions
Emilio Cobos Álvarez
2016-04-04
gen: parser: Move name mangling to parser
Emilio Cobos Álvarez
2016-04-03
gen: Make bitfields work for other types
Emilio Cobos Álvarez
2016-04-03
gen: parser: Rework bitfield implementation to support enums
Emilio Cobos Álvarez
2016-04-02
gen: Generate an enum with appropiate repr for declarations.
Emilio Cobos Álvarez
2016-04-02
gen: Generate correctly nested members of unions
Emilio Cobos Álvarez
[next]