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
/
clang.rs
Age
Commit message (
Expand
)
Author
2016-10-18
clangll: Add missing cursor types.
Emilio Cobos Álvarez
2016-10-03
Parse negative integers appropriately
Ravi Shankar
2016-10-02
Stub Vector types with arrays.
Emilio Cobos Álvarez
2016-09-29
Avoid mangling name for tpl class member. Fix #68
Xidorn Quan
2016-09-21
Some fixes for function pointers, typedefs, and OSX's stdlib.h.
Emilio Cobos Álvarez
2016-09-16
Rewrite the core of the binding generator.
Emilio Cobos Álvarez
2016-08-13
Properly detect template<typename T> union ...
Emilio Cobos Álvarez
2016-07-18
Add explicit option for selecting MSVC mangling
Vladimir Vukicevic
2016-07-18
Restrict the undo mangling hack to gnu target
Xidorn Quan
2016-07-01
Add support for elaborated types.
Jack Moffitt
2016-06-26
Fix travis CI allowing to build on llvm stable
Emilio Cobos Álvarez
2016-06-22
Merge pull request #4 from nox/inline
Emilio Cobos Álvarez
2016-05-07
Warning cleanup
Emilio Cobos Álvarez
2016-05-04
c++: Detect an inner class declaration with the same name in a composite
Emilio Cobos Álvarez
2016-05-04
Wrap C++ `mutable` types in rust *Cells
Emilio Cobos Álvarez
2016-05-04
clang: Add a fallible version of sizeof, and display_name()
Emilio Cobos Álvarez
2016-04-22
Ignore inlined functions
Anthony Ramine
2016-04-04
parser: Add in-class typedef resolving to method arguments
Emilio Cobos Álvarez
2016-03-24
parser: Nits from trying to implement partial template specialisation
Emilio Cobos Álvarez
2016-03-21
clang: Add bindings for function template parameters
Emilio Cobos Álvarez
2016-03-16
SM hacks squash
Michael Wu
2016-03-12
Disallow if_not_else
Anthony Ramine
2016-03-10
Use std instead of libc whenever possible
Wangshan Lu
2016-01-23
Cleanup some warnings from Clippy
mcarton
2015-07-29
Add support for 'packed' attribute.
Ilkka Rauta
2015-07-07
Add support for generating consts for integer constants. Fixes #145.
Ted Mielczarek
2015-03-22
Clean up `allow`s
Tamir Duberstein
2015-03-22
Purge `old_io`
Tamir Duberstein
2015-03-22
Silence warnings
Tamir Duberstein
2015-03-22
Rustup
Tamir Duberstein
2015-03-01
fix: update to rust nightly
Jorge Aparicio
2015-02-20
update Hash impl for upstream
Jason Fager
2015-01-30
Update unboxed closure syntax.
Nik Voss
2015-01-28
Fixes for std::io -> std::old_io Rust changes.
Robert Clipsham
2015-01-24
Fix build
Jyun-Yan You
2015-01-10
Update for integer renaming
Dan Burkert
2015-01-10
Fix build for rustc 1.0.0-nightly (44a287e6e 2015-01-08 17:03:40 -0800)
Dan Burkert
2015-01-07
Gets tests running, simplifies use of Cursor.visit.
Christopher Chambers
2015-01-08
Fix unboxed closures
Aidan Hobson Sayers
2015-01-05
Fixes after entry api modifications
Francois Bernier
2015-01-03
Fix build
Edward Barnard
2015-01-03
fix build on master rust
Сухарик
2015-01-01
Structs containing bitfields are now the correct size and bitfield accessors ...
Edward Barnard
2014-12-28
Switch to using canonical cursors. Closes #139.
Edward Barnard
2014-12-23
Fix build
Edward Barnard
2014-12-13
Fix build for rustc 2014-12-13
Andrew Cann
2014-11-03
Generate calling-convention-aware binding
klutzy
2014-10-06
Remove some warnings
Jyun-Yan You
2014-09-18
Fix deprecated items
Edward Barnard
2014-09-12
Reduce some warnings
Jyun-Yan You
[next]