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
/
ir
/
objc.rs
Age
Commit message (
Expand
)
Author
2022-10-04
split the repo into a workspace
Christian Poveda
2021-10-27
Fix warnings
MikuroXina
2020-05-11
Added inheritance to objective-c support.
Sebastian Imlay
2020-04-27
Run `cargo fix --edition`
Joshua Nelson
2020-03-16
Added some initial constraints to the objective-c bindgen stuff
Sebastian Imlay
2020-01-05
Added non-keyword support to objective-c methods.
Sebastian Imlay
2020-01-05
An initial implementation of objective-c generics for #1259 (#1702)
simlay
2019-09-17
Rustfmt.
Emilio Cobos Álvarez
2018-12-23
Stop using a BTreeSet to store items.
Emilio Cobos Álvarez
2018-11-30
Update quote and proc-macro.
Bastien Orivel
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-02-14
Revert "Bump quote to 0.4"
Nick Fitzgerald
2018-01-23
Bump quote to 0.4
Bastien Orivel
2017-09-23
Make objc-related expectations compile
Alexey Zabelin
2017-09-07
Use `quote` instead of `syntex` for Rust code generation
Nick Fitzgerald
2017-08-21
Rename `TypeKind::Named` to `TypeKind::TypeParam`
Anna Liao
2017-03-07
objc: Implement class methods
Mikko Lehtonen
2017-03-04
objc: Trace conforming protocols
Mikko Lehtonen
2017-03-04
objc: Implement tracing for ObjCInterface
Mikko Lehtonen
2017-02-22
objc: Rename protocol traits with prefix
Mikko Lehtonen
2017-02-22
objc: Implement categories, id, selector
Mikko Lehtonen
2017-02-08
Run `cargo fmt`
Nick Fitzgerald
2017-02-05
objc: Support method arguments
Mikko Lehtonen
2017-02-03
Assert that code is properly `rustfmt`ed in CI
Nick Fitzgerald
2017-02-03
Run `cargo fmt`
Nick Fitzgerald
2017-01-31
Add initial Objective C support
Mikko Lehtonen