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-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
2018-08-14
address review comments
gnzlbg
2018-08-14
Minor stylistic nits after #1362.
Emilio Cobos Álvarez
2018-08-14
address comments
Sébastien Duquette
2018-08-14
Convert CodegenOptions to a bitfield.
Sébastien Duquette
2018-08-14
map vector types to arrays and pass them by value
gnzlbg
2018-07-30
Minor cleanup after #1355.
Emilio Cobos Álvarez
2018-07-29
Use associated constants for rust enums when available
Josh Hejna
2018-07-05
ir: Don't assume wchar is 2 bytes.
Emilio Cobos Álvarez
2018-06-13
Fix typos.
Bruce Mitchener
2018-06-04
add --constified-enum to output consts when the default is changed
Daniel Brooks
2018-06-04
remove unnecessary as_ref
Daniel Brooks
2018-06-04
Rename from "enum variant" to "enum style"
Daniel Brooks
2018-06-03
Add an option to set the default codegen style for all enums
Daniel Brooks
2018-05-16
Handle pointer constness at the right level.
Emilio Cobos Álvarez
2018-05-03
codegen: Actually honor the new option for module_lines.
Emilio Cobos Álvarez
2018-04-08
TemplateParameters.used_template_params doesn't return Option
Tamir Duberstein
[next]