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
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
2018-04-08
TemplateParameters.all_template_params doesn't return Option
Tamir Duberstein
2018-04-08
TemplateParameters.self_template_params doesn't return Option
Tamir Duberstein
2018-04-07
Auto merge of #1303 - Eijebong:bump, r=emilio
bors-servo
2018-04-07
Auto merge of #1293 - strake:use_associated_consts, r=emilio
bors-servo
2018-04-06
not generate associated constants to unnamed types
M Farkas-Dyck
2018-04-04
Bump quote to 0.5 and proc_macro2 to 0.3
Bastien Orivel
2018-04-03
Revert "Revert "Bump quote to 0.4""
Bastien Orivel
2018-04-03
codegen: Don't skip alignment checks if we support repr align.
Emilio Cobos Álvarez
2018-04-03
codegen: Use target pointer size consistently for layout calculations.
Emilio Cobos Álvarez
2018-04-01
feature guard rather than option
M Farkas-Dyck
2018-04-01
optionally use associated constants in bitfields
M Farkas-Dyck
2018-03-17
Handle bitfield enum pattern aliasing
Travis Finkenauer
2018-03-13
Auto merge of #1272 - tmfink:issue-1198, r=emilio
bors-servo
2018-03-13
Add a kill-switch for untagged unions.
Emilio Cobos Álvarez
2018-03-13
codegen: support repr(align).
Emilio Cobos Álvarez
2018-03-11
Fix bug when enum matched multiple types
Travis Finkenauer
2018-03-04
codegen: Avoid &String.
Emilio Cobos Álvarez
2018-02-14
Revert "Bump quote to 0.4"
Nick Fitzgerald
2018-02-12
codegen: Expose variant comments.
Emilio Cobos Álvarez
2018-01-29
Auto merge of #1241 - emilio:fwd-decl-no-fun, r=fitzgen
bors-servo
2018-01-29
Auto merge of #1240 - emilio:virtual-dtor-fix, r=fitzgen
bors-servo
2018-01-29
codegen: Make forward declarations go through the more generic path.
Emilio Cobos Álvarez
2018-01-29
ir: Choose the right mangling for destructors on all codepaths.
Emilio Cobos Álvarez
2018-01-29
codegen: Make the cyclic typedef name detection catch more cases.
Emilio Cobos Álvarez
2018-01-23
Bump quote to 0.4
Bastien Orivel
2018-01-22
codegen: Try to reasonably handle enum : bool.
Emilio Cobos Álvarez
2018-01-19
codegen: Don't generate repr(C) for enums.
Emilio Cobos Álvarez
2018-01-06
codegen: Be consistent about variadic signatures.
Emilio Cobos Álvarez
[prev]
[next]