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
Age
Commit message (
Expand
)
Author
2017-07-25
s/servo/rust-lang-nursery/ \o/
Nick Fitzgerald
2017-07-24
Pull `return` up out of the branch arms
Nick Fitzgerald
2017-07-24
Add `trace!` logging for the derive(Debug) analysis
Nick Fitzgerald
2017-07-24
Handle all opaque types at once in derive(Debug) analysis
Nick Fitzgerald
2017-07-24
A `ResolvedTypeRef` is opaque if it points to another opaque type
Nick Fitzgerald
2017-07-22
Never use spaces in generated name (fixes #844)
Manish Goregaokar
2017-07-22
Remove whitelisted_items as arg to codegen funcs
Omar Akkila
2017-07-22
analysis: Account for template instantiations of opaque types in the derive d...
Emilio Cobos Álvarez
2017-07-21
ir: Track the codegen-reachable items, and use it instead of whitelisted_item...
Emilio Cobos Álvarez
2017-07-21
ir: We really need to traverse all edges for the used template parameter anal...
Emilio Cobos Álvarez
2017-07-21
Auto merge of #829 - servo:disambig, r=emilio
bors-servo
2017-07-20
The `CannotDeriveDebug` analysis shouldn't special case blacklisting
Nick Fitzgerald
2017-07-20
Define a type for communicating that the constraint function hasn't reached a...
Nick Fitzgerald
2017-07-20
Capitalize, punctuate, and format a comment
Nick Fitzgerald
2017-07-20
Use object literal short hand for `CannotDeriveDebug`
Nick Fitzgerald
2017-07-20
Also assert against dangling references after resolving typerefs and processi...
Nick Fitzgerald
2017-07-20
Only traverse the IR graph to compute whitelisted items once
Nick Fitzgerald
2017-07-20
Fix variable name to reflect its semantics
Nick Fitzgerald
2017-07-20
Rename `CannotDeriveDebugAnalysis` to `CannotDeriveDebug`
Nick Fitzgerald
2017-07-20
Use "cannot" instead of "can't" in names
Nick Fitzgerald
2017-07-20
Move fix-point analyses to their own module
Nick Fitzgerald
2017-07-20
Rearrange monotone framework and used templates analysis comments
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-20
Escape mangled function names
Nick Fitzgerald
2017-07-20
Use fix point analysis to implement the can_derive_debug
zzhu
2017-07-20
Implement `IsOpaque` for `CompInfo`
Nick Fitzgerald
2017-07-18
Auto merge of #817 - fitzgen:include-comments-in-preprocessed-file, r=emilio
bors-servo
2017-07-18
Drain the child processes stdout before waiting
Nick Fitzgerald
2017-07-18
Stop Rust from prepending underscore before '?' for win32
Xidorn Quan
2017-07-17
Preserve comments when dumping preprocessed input headers
Nick Fitzgerald
2017-07-13
Add the ability to dump preprocessed input headers
Nick Fitzgerald
2017-07-13
Formatting inside a derive
Nick Fitzgerald
2017-07-13
Explicitly store the set of input headers in the builder
Nick Fitzgerald
2017-07-12
Fix typos in some comments
Nick Fitzgerald
2017-07-12
Fix tracing of opaque types
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-07-08
Auto merge of #791 - dylanmckay:preprocess-doc-comments, r=emilio
bors-servo
2017-07-08
Intelligently convert C/C++ comments to Rust
Dylan McKay
2017-07-07
Separate the analysis framework in a different file.
zzhu
2017-07-06
Auto merge of #792 - emilio:inline-ns, r=fitzgen
bors-servo
2017-07-06
ir: Properly skip inline namespaces when building names.
Emilio Cobos Álvarez
2017-07-04
Remove Type::detect_has_vtable_cycle.
Holger Rapp
2017-07-04
Passing additional clang arguments for Linux 32 cross compiling
Shing Lyu
2017-06-23
Add mangling hack for ios
Kevin Lefevre
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
Simplify is_constified_enum_module
Travis Finkenauer
2017-06-20
Auto merge of #770 - fitzgen:issue-769-bad-instantiation-test, r=emilio
bors-servo
[next]