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
/
libbindgen
Age
Commit message (
Expand
)
Author
2017-01-23
Move new test files out of libbindgen
Nick Fitzgerald
2017-01-23
Trace methods in CompInfo's TypeCollector impl
Nick Fitzgerald
2017-01-23
Unify under the `bindgen` name.
Emilio Cobos Álvarez
2017-01-22
Auto merge of #413 - emilio:debug-array-unaligned, r=fitzgen
bors-servo
2017-01-21
codegen: Avoid generating invalid Rust code when a struct is not properly ali...
Emilio Cobos Álvarez
2017-01-19
Auto merge of #403 - emilio:variadic-fn, r=fitzgen
bors-servo
2017-01-19
Auto merge of #401 - emilio:function-checks, r=fitzgen
bors-servo
2017-01-19
Auto merge of #397 - emilio:trace-vars, r=fitzgen
bors-servo
2017-01-19
ir: Fix the assert no danging items traversal to avoid getting hung on a cycl...
Emilio Cobos Álvarez
2017-01-19
Auto merge of #396 - emilio:enum-alias, r=fitzgen
bors-servo
2017-01-18
codegen: Don't implement variadic methods.
Emilio Cobos Álvarez
2017-01-16
ir: Unify function checks so they apply to non-methods.
Emilio Cobos Álvarez
2017-01-16
Update env_logger.
Ms2ger
2017-01-15
ir: Trace types across vars.
Emilio Cobos Álvarez
2017-01-13
codegen: Fix use generation for non-root module.
Emilio Cobos Álvarez
2017-01-13
codegen: Prefer use instead of type aliases.
Emilio Cobos Álvarez
2017-01-13
Update aster and syntex.
Emilio Cobos Álvarez
2017-01-11
ir: Handle inline namespaces.
Emilio Cobos Álvarez
2017-01-11
Test opaque tracing through function arguments and pointer types.
Emilio Cobos Álvarez
2017-01-11
codegen: Don't make auto-opaque types without template params.
Emilio Cobos Álvarez
2017-01-11
ir: Trace through some types while collecting automatically.
Emilio Cobos Álvarez
2017-01-11
ir: Define a set of items we want to collect types through unconditionally.
Emilio Cobos Álvarez
2017-01-11
Auto merge of #393 - emilio:enum-const-api, r=upsuper
bors-servo
2017-01-11
ir: Support hiding enum variants.
Emilio Cobos Álvarez
2017-01-11
codegen: Constify enum variants.
Emilio Cobos Álvarez
2017-01-10
Auto merge of #383 - emilio:virtual-base, r=fitzgen
bors-servo
2017-01-10
ir: Parse whether we should constify an enum variant.
Emilio Cobos Álvarez
2017-01-10
ir: Add an annotation API to constify enum variants.
Emilio Cobos Álvarez
2017-01-10
chooser: Add a programmatic API for choosing whether to constify an enum vari...
Emilio Cobos Álvarez
2017-01-10
ir: Add a helper to the context to access the user-provided type chooser.
Emilio Cobos Álvarez
2017-01-09
Bump to 0.1.6
Manish Goregaokar
2017-01-09
ir: Evaluate constant strings too.
Emilio Cobos Álvarez
2017-01-06
Update to regex 0.2; use regex::RegexSet for matching
Jeremy Fitzhardinge
2017-01-06
tests: Add virtual base tests.
Emilio Cobos Álvarez
2017-01-06
codegen: Properly handle virtual bases.
Emilio Cobos Álvarez
2017-01-06
ir: More appropriately track whether we're inheriting virtually.
Emilio Cobos Álvarez
2017-01-06
ir: Change our representation of base types so they also have a base kind.
Emilio Cobos Álvarez
2017-01-05
Allow regexps for --blacklist_type and --opaque_type
Jeremy Fitzhardinge
2016-12-30
Auto merge of #374 - fitzgen:derive-debug-with-array-too-big, r=emilio
bors-servo
2016-12-30
Relax opaque layout trait deriving and take alignment into account
Nick Fitzgerald
2016-12-29
Run `cargo fmt` on `libbindgen`
Nick Fitzgerald
2016-12-29
Do not derive Copy/Debug for some opaque types
Nick Fitzgerald
2016-12-29
Auto merge of #371 - emilio:pointer, r=fitzgen
bors-servo
2016-12-29
codegen: Use the canonical type to determine whether we should convert to a p...
Emilio Cobos Álvarez
2016-12-29
Replace all non-fatal `error!`s with `warn!`s
Tetsuharu OHZEKI
2016-12-28
ir: More generic handling of non-deductible auto types.
Emilio Cobos Álvarez
2016-12-28
ir: Skip function template earlier.
Xidorn Quan
2016-12-23
Add test from #358.
Emilio Cobos Álvarez
2016-12-23
libbindgen: Bump version for crates.io
Emilio Cobos Álvarez
2016-12-23
lib: Remove unused libc dependency.
Emilio Cobos Álvarez
[next]