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
2018-05-29
Check if `clang_Type_getNumTemplateArguments` is loaded before use
Stephen Touset
2018-05-16
Handle pointer constness at the right level.
Emilio Cobos Álvarez
2018-05-14
ir: Make type parameters respect constness appropriately.
Emilio Cobos Álvarez
2018-05-14
ir: Make Opaque types respect constness appropriately.
Emilio Cobos Álvarez
2018-05-14
ir: Fix "this" argument generation to build a pointer to const, not a const p...
Emilio Cobos Álvarez
2018-05-10
Canonicalize a type (pointer type) first before checking for constness
cynecx
2018-05-03
lib: Add a more-convenient API to add multiple lines to the same module.
Emilio Cobos Álvarez
2018-05-03
codegen: Actually honor the new option for module_lines.
Emilio Cobos Álvarez
2018-05-03
lib: Add and document an API to add per-module raw 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.num_self_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-07
Make doc comments nice again.
Emilio Cobos Álvarez
2018-04-06
not generate associated constants to unnamed types
M Farkas-Dyck
2018-04-06
Auto merge of #1294 - marty-se:master, r=fitzgen
bors-servo
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-03
ir: Grab target information from clang.
Emilio Cobos Álvarez
2018-04-02
Link to the user's guide from the docs and manifest
Matt Brubeck
2018-04-02
Auto merge of #1288 - emilio:bye-links, r=pepyakin
bors-servo
2018-04-02
Whitelist inner types of whitelisted types even with no-recursive-whitelisting.
Martin Karlgren
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-31
ir: Remove an assertion that happens to be invalid.
Emilio Cobos Álvarez
2018-03-31
options: Remove the linking-related options.
Emilio Cobos Álvarez
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
tests: Test repr(align()) only on nightly for now, make it 1.25 to reflect re...
Emilio Cobos Álvarez
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-12
Document enum variation precedence
Travis Finkenauer
2018-03-11
Fix bug when enum matched multiple types
Travis Finkenauer
2018-03-05
Auto merge of #1268 - emilio:enum-replace, r=fitzgen
bors-servo
2018-03-04
Untry.
Emilio Cobos Álvarez
2018-03-04
ir: Allow renaming variants using the replaces="" annotation or a custom call...
Emilio Cobos Álvarez
2018-03-04
ir: Allow replacing enums.
Emilio Cobos Álvarez
2018-03-04
codegen: Avoid &String.
Emilio Cobos Álvarez
2018-02-26
lib: Use #[deprecated] properly.
Emilio Cobos Álvarez
2018-02-14
Merge pull request #1256 from fitzgen/fix-missing-dylibs. r=emilio
Emilio Cobos Álvarez
2018-02-14
Revert "Bump quote to 0.4"
Nick Fitzgerald
2018-02-14
Check for more common C++ header file extensions
Sander Maijers
2018-02-13
Merge pull request #1253 from Eijebong/log. r=emilio
Emilio Cobos Álvarez
2018-02-13
Update log to 0.4 and bump version
Bastien Orivel
2018-02-12
codegen: Expose variant comments.
Emilio Cobos Álvarez
2018-02-04
ir: Make macro constants not being architecture-dependent.
Emilio Cobos Álvarez
[next]