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
/
codegen
/
mod.rs
Age
Commit message (
Expand
)
Author
2019-07-27
Fix beta build warnings / errors. (#1603)
Emilio Cobos Álvarez
2019-07-24
Cleanup wchar_t layout computation to happen later. (#1596)
Emilio Cobos Álvarez
2019-06-12
Style fixes.
uk
2019-06-11
Add rust target configuration for feature #1554
uk
2019-06-11
Rename a couple miscalled identifiers.
uk
2019-06-10
Add support for non_exhaustive rustified enums.
uk
2019-06-06
For rust-target >= 1.30, make __IncompleteArrayField::new a const fn
Colin Wallace
2019-06-06
For rust-target >= 1.30, make __BindgenUnionField::new a const fn
Colin Wallace
2019-06-06
FIX #1571: For rust-target >= 1.30, make __BindgenBitfieldUnit::new a const fn
Colin Wallace
2019-05-22
Added array pointers to the CLI
Elichai Turkel
2019-05-22
Added array pointers codegen
Elichai Turkel
2019-05-21
Update Links
Alex Touchet
2019-05-15
Only emit #[link_name] attribute if necessary.
Michael Woerister
2019-05-06
Remove unused mut.
Emilio Cobos Álvarez
2019-03-25
ir: Whitelist items that don't generate code to improve derive behavior.
Emilio Cobos Álvarez
2019-03-21
Unify derive logic
Jethro Beekman
2019-03-04
codegen: Properly track alignment of unions.
Emilio Cobos Álvarez
2019-02-11
fix one argument block pointer issue, #1378
Flier Lu
2019-02-04
codegen: Append implicit template parameters to base members.
Emilio Cobos Álvarez
2019-01-08
Support #[repr(packed(N))] on Rust 1.33+
Christian Legnitto
2019-01-03
Bitfield enums use #[repr(transparent)] on Rust 1.28+
Christian Legnitto
2018-12-29
Merge pull request #1473 from emilio/hash
Emilio Cobos Álvarez
2018-12-28
codegen: Make zero-sized arrays affect alignment.
Emilio Cobos Álvarez
2018-12-23
codegen: We should not iterate over codegen_items.
Emilio Cobos Álvarez
2018-12-23
Switch to hashbrown.
Emilio Cobos Álvarez
2018-12-23
Switch to FxHash for hash maps and such.
Emilio Cobos Álvarez
2018-12-02
codegen: Properly detect bindgen unions.
Emilio Cobos Álvarez
2018-11-30
Update quote and proc-macro.
Bastien Orivel
2018-11-28
Add source annotation to express explicit derives for a type.
Porter Smith
2018-11-27
Add #[must_use] to functions annotated with __attribute__((warn_unused_result))
Porter Smith
2018-11-07
Use canonical path for type alias loop detection
Seo Sanghyeon
2018-11-06
codegen: Make the mangling name check work in presence of attribute(overloada...
Emilio Cobos Álvarez
2018-10-29
ir: Consistently append implicit template parameters when not using Rust unions.
Emilio Cobos Álvarez
2018-10-22
codegen: Teach bindgen to respect constness of statics.
Emilio Cobos Álvarez
2018-10-11
ir: Ensure everything agrees in which kind of variation an enum generates.
Emilio Cobos Álvarez
2018-10-07
Skip bitfield unit tests on big-endian platforms.
Emilio Cobos Álvarez
2018-10-04
Puts blocks behind a switch.
Emilio Cobos Álvarez
2018-09-25
Indicate the anonymous lifetime in Formatter.
jkozlowski
2018-09-24
Auto merge of #1396 - tathanhdinh:master, r=emilio
bors-servo
2018-09-22
PartialOrd and Ord for enum
TA Thanh Dinh
2018-09-22
codegen: Explicitly align unions if needed.
Emilio Cobos Álvarez
2018-09-19
Teach the float code about u128.
Emilio Cobos Álvarez
2018-09-19
Teach the blob code to generate i128 / u128 if available.
Emilio Cobos Álvarez
2018-09-19
codegen: Generate u128 / i128 when available.
Emilio Cobos Álvarez
2018-09-14
Fix typo: s/unkown/unknown/ (missing 'n')
Daniel Holbert
2018-09-10
generate type alias for the `block` type
Flier Lu
2018-08-28
Debug implementation: use core if selected
chrysn
2018-08-24
Don't generate a __bindgen_align field if we support repr(align).
Emilio Cobos Álvarez
2018-08-19
Not gnereate binding for variadic function with ms_abi
Jean-Philippe Dufraigne
2018-08-14
Auto merge of #1366 - gnzlbg:vec, r=emilio
v0.38.0
bors-servo
[next]