[bindings] Drop one static-lifetime restriction and check success
[rust-lightning] / c-bindings-gen / src / types.rs
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...