[bindings] Support traits with generic arguments (to support #681)
[rust-lightning] / c-bindings-gen / src / types.rs
2020-11-23 Matt Corallo[bindings] Support traits with generic arguments (to...
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt Corallo[bindings] Use the same SipHash keys to make C++ header...
2020-10-21 Matt Corallo[bindings] Use enum to describe deref'ing needed for...
2020-10-21 Matt Corallo[bindings] Drop one static-lifetime restriction and...
2020-10-21 Matt Corallo[bindings] Handle type X = Y aliasing in type resolution
2020-10-21 Matt Corallo[bindings] Handle ::-prefixed paths in a few places
2020-10-21 Matt Corallo[bindings] Remove some uneccessary no-multi-ident path...
2020-10-21 Matt Corallo[bindings] Support mapping slices which contain tuples...
2020-10-21 Matt Corallo[bindings] Give Transaction objects a buffer-is-owned...
2020-10-12 Matt Corallo[bindings] Add support for `Option<T>` where T is a...
2020-10-12 Matt Corallo[bindings] Use == null() instead of is_null() to avoid...
2020-10-12 Matt Corallo[bindings] Include a GenericTypes context in more places
2020-10-12 Matt Corallo[bindings] Push generic resolution into resolve_path
2020-10-12 Matt Corallo[bindings] Push generic resolution into maybe_resolve_path
2020-10-12 Matt CoralloSupport `use ident;` in bindings
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd tool to read a Rust crate and generate C-compatible...