summaryrefslogtreecommitdiff
path: root/src/ir/objc.rs
AgeCommit message (Expand)Author
2022-10-04split the repo into a workspaceChristian Poveda
2021-10-27Fix warningsMikuroXina
2020-05-11Added inheritance to objective-c support.Sebastian Imlay
2020-04-27Run `cargo fix --edition`Joshua Nelson
2020-03-16Added some initial constraints to the objective-c bindgen stuffSebastian Imlay
2020-01-05Added non-keyword support to objective-c methods.Sebastian Imlay
2020-01-05An initial implementation of objective-c generics for #1259 (#1702)simlay
2019-09-17Rustfmt.Emilio Cobos Álvarez
2018-12-23Stop using a BTreeSet to store items.Emilio Cobos Álvarez
2018-11-30Update quote and proc-macro.Bastien Orivel
2018-04-04Bump quote to 0.5 and proc_macro2 to 0.3Bastien Orivel
2018-04-03Revert "Revert "Bump quote to 0.4""Bastien Orivel
2018-02-14Revert "Bump quote to 0.4"Nick Fitzgerald
2018-01-23Bump quote to 0.4Bastien Orivel
2017-09-23Make objc-related expectations compileAlexey Zabelin
2017-09-07Use `quote` instead of `syntex` for Rust code generationNick Fitzgerald
2017-08-21Rename `TypeKind::Named` to `TypeKind::TypeParam`Anna Liao
2017-03-07objc: Implement class methodsMikko Lehtonen
2017-03-04objc: Trace conforming protocolsMikko Lehtonen
2017-03-04objc: Implement tracing for ObjCInterfaceMikko Lehtonen
2017-02-22objc: Rename protocol traits with prefixMikko Lehtonen
2017-02-22objc: Implement categories, id, selectorMikko Lehtonen
2017-02-08Run `cargo fmt`Nick Fitzgerald
2017-02-05objc: Support method argumentsMikko Lehtonen
2017-02-03Assert that code is properly `rustfmt`ed in CINick Fitzgerald
2017-02-03Run `cargo fmt`Nick Fitzgerald
2017-01-31Add initial Objective C supportMikko Lehtonen