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
2017-09-22
Rename derive_debug → impl_debug.
Sergey Pepyakin
2017-09-22
Generate base names upon constructon.
Sergey Pepyakin
2017-09-19
Derive Ord when possible
Sergey Pepyakin
2017-09-19
Emit derive(PartialOrd)
Sergey Pepyakin
2017-09-14
Add a `Builder::blacklist_type`
Alexey Zabelin
2017-09-11
Make bindgen generate enums as constants by default
Cldfire
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-09-06
Check derive_copy option
mchlrhw
2017-08-30
Squash commit for --time-phases command line option
Jackson O'Donnell
2017-08-29
Auto merge of #936 - jhod0:no_fieldgen_on_opaque, r=fitzgen
bors-servo
2017-08-29
removed commented code, added punctuation
Jackson O'Donnell
2017-08-28
no fields or methods created for opaque
Jackson O'Donnell
2017-08-24
Simplify helpers::blob
Malo Jaffré
2017-08-21
Can derive Eq
Zhiting Zhu
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-08-14
Can derive PartialEq analysis
Zhiting Zhu
2017-08-14
Fixes compilation warnings with rustc 1.21.0-nightly (13d94d5fa 2017-08-10)
Bastian Köcher
2017-08-14
Fixes alignment errors with new Rust union type
Bastian Köcher
2017-08-13
Re-add --rust-target to replace --unstable-rust
Travis Finkenauer
2017-08-10
Auto merge of #899 - bkchr:manual_debug_impl, r=fitzgen
bors-servo
2017-08-10
Implements Debug trait for types which do not support derive Debug
Bastian Köcher
2017-08-09
Can derive Hash analysis
zzhu
2017-08-04
Revert "Add --rust-target to replace --unstable-rust"
Nick Fitzgerald
2017-08-04
Add --rust-target to replace --unstable-rust
Travis Finkenauer
2017-08-03
Can derive copy analysis
zzhu
2017-07-27
can derive default analysis
zzhu
2017-07-27
Remove the `CanDeriveDebug::Extra` associated type
Nick Fitzgerald
2017-07-25
Merge pull request #853 from fitzgen/rust-lang-nursery
Nick Fitzgerald
2017-07-25
s/servo/rust-lang-nursery/ \o/
Nick Fitzgerald
2017-07-25
has vtable analysis
zzhu
2017-07-22
Remove whitelisted_items as arg to codegen funcs
Omar Akkila
2017-07-21
ir: Track the codegen-reachable items, and use it instead of whitelisted_item...
Emilio Cobos Álvarez
2017-07-21
Auto merge of #829 - servo:disambig, r=emilio
bors-servo
2017-07-20
Only traverse the IR graph to compute whitelisted items once
Nick Fitzgerald
2017-07-20
Use fully disambiguated name instead of a number for layout tests (fixes #394)
Manish Goregaokar
2017-07-20
Only whitelist items which we intend to generate code for
Nick Fitzgerald
2017-07-10
codegen: Make comments indentation-aware.
Emilio Cobos Álvarez
2017-07-09
codegen: Fix some sloppiness in our handling of opaque types.
Emilio Cobos Álvarez
2017-06-22
Allow marking specific template instantiations as opaque
Nick Fitzgerald
2017-06-21
Auto merge of #741 - tmfink:feature-699-constified-enum-module, r=emilio
bors-servo
2017-06-20
Auto merge of #770 - fitzgen:issue-769-bad-instantiation-test, r=emilio
bors-servo
2017-06-20
Ensure that every item is in some module's children list
Nick Fitzgerald
2017-06-20
codegen: Inline {read,write}_unaligned in order to support rust 1.15.
Emilio Cobos Álvarez
2017-06-19
Rename `AsNamed` to `AsTemplateParam`
Nick Fitzgerald
2017-06-18
codegen: Fix bitfield getter/setters so they work with NPOT sizes.
Emilio Cobos Álvarez
2017-06-17
ir: use a bigger integer for the bitfield mask in 32bit, to avoid overflows.
Emilio Cobos Álvarez
2017-06-17
ir: Correct size calculation of a bitfield unit.
Emilio Cobos Álvarez
2017-06-17
codegen: Remove trailing whitespace.
Emilio Cobos Álvarez
2017-06-16
codegen: Respect prepend_enum_name in constified variants.
Emilio Cobos Álvarez
2017-06-11
Adds `--constified-enum-module` option per #699
Travis Finkenauer
[prev]
[next]