Merge pull request #51 from TheBlueMatt/main
[ldk-c-bindings] / c-bindings-gen / src / types.rs
2021-12-20 Matt CoralloMerge pull request #51 from TheBlueMatt/main
2021-12-19 Matt CoralloSupport Option<()> (and &Option<()>) incl conversion...
2021-12-19 Matt CoralloMap new lightning::chain::keysinterface::KeyMaterial...
2021-12-19 Matt CoralloExpose a 12-byte array instead of 10-byte as OnionV2...
2021-11-30 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.103.1
2021-11-30 Matt CoralloSupport `use self::...` statements as they are sometime...
2021-11-30 Matt CoralloStop special-casing `Logger`, instead map fmt::Argument...
2021-11-30 Matt CoralloCorrectly print lifetime parameters when printing gener...
2021-11-30 Matt CoralloSupport traits and structs with lifetime bounds (which...
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
2021-11-02 Matt CoralloAvoid double-`ObjOps::nonnull_ptr_to_inner` on options...
2021-11-02 Matt CoralloSeparate logic to print `create_ownable_reference`...
2021-11-02 Matt CoralloTrack generic param count and print types in ptr-conversion
2021-11-02 Matt CoralloSupport `use crate::*` statements
2021-11-02 Matt CoralloMap `PaymentId` to a `[u8; 32]` like other Payemt*...
2021-11-02 Matt CoralloSupport resolving non-trivial bounds from parent generi...
2021-11-02 Matt CoralloSupport converting Option<&[]> to C
2021-11-02 Matt Coralloimpl-Trait on in-crate types in a diff mod from the...
2021-11-02 Matt CoralloSupport printing impl generics without an immediate...
2021-10-18 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.102.0
2021-10-16 Matt CoralloHandle bitcoin::Transaction aliases instead of the...
2021-10-16 Matt CoralloCorrectly convert Option<Generic<Inner>> to C
2021-10-16 Matt CoralloDrop stale manual path mappings for generic containers
2021-09-24 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-09-23 Matt CoralloStop tracking unused syn::Type mappings in GenericResolver
2021-09-23 Matt CoralloUse `GenericTypes`'s type resolver instead of re-resolving
2021-09-23 Matt CoralloWork around broken resolution on non-pub use aliasing...
2021-09-23 Matt CoralloMap core::convert::Infallible to a similar manually...
2021-09-23 Matt CoralloSupport std::io::Read natively by mapping it to and...
2021-09-23 Matt CoralloSupport converting C `OutPoint`s to `bitcoin` `OutPoint`s
2021-09-23 Matt CoralloAvoid mapping optionals as owned pointers
2021-09-23 Matt CoralloHandle `W: X<T = Y>` generics where `Y` is used as...
2021-09-23 Matt CoralloCall methods explicitly on traits to avoid to deref...
2021-09-23 Matt CoralloSupport mapping slices which contain slices which conta...
2021-09-23 Matt CoralloMap Vecs to slices when constructing a getter for a...
2021-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
2021-08-17 Matt CoralloMerge pull request #39 from TheBlueMatt/main v0.0.100.0
2021-08-17 Matt CoralloAdd support for bitcoin::hash_types references and...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloNote which parameters or return values are (secretly...
2021-06-11 Matt CoralloMerge pull request #29 from TheBlueMatt/main v0.0.98
2021-06-11 Matt CoralloDrop spurious deref when converting Vec entries to C
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
2021-06-02 Matt CoralloTake advantage of clone in more manually-defined c_type...
2021-06-02 Matt CoralloImplement conversion of std::io::Error to Rust
2021-06-02 Matt CoralloHandle concrete Deref<Target=X> bounds in generic args
2021-06-02 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-05-30 Matt CoralloAdd an export tag to indicate users cannot implement...
2021-05-30 Matt CoralloHandle core:: and alloc::paths instead of just std...
2021-05-03 Matt CoralloMerge pull request #23 from TheBlueMatt/main
2021-05-03 Matt CoralloFix handling of returning Option<&Object> from Rust...
2021-05-01 Matt CoralloMerge pull request #19 from TheBlueMatt/2021-04-invoice...
2021-04-30 Matt CoralloResolve issues with Str introduced when it became ownable
2021-04-30 Matt CoralloResolve generic params with default (eg `<A=B(>) as...
2021-04-30 Matt CoralloDrop stale () -> u8 mapping (now) used in Rust-only...
2021-04-30 Matt CoralloSupport secp256k1 RecoverableSignatures
2021-04-30 Matt CoralloDrop debug print that slipped into git
2021-04-30 Matt CoralloUpdate module paths for hash wrappers
2021-04-29 Matt CoralloMerge pull request #18 from TheBlueMatt/2021-04-invoice...
2021-04-29 Matt CoralloHandle std::time::SystemTime as a manually-converted...
2021-04-29 Matt CoralloSupport super:: in use block resolution
2021-04-29 Matt CoralloSupport FromStr and Display impls, even if impl'd in...
2021-04-29 Matt CoralloSupport Self in generics in some cases (eg Result<Self...
2021-04-26 Matt CoralloAdd a u5 type and a [u8; 20]
2021-04-26 Matt CoralloHandle additional type aliases for secp256k1 types
2021-04-26 Matt CoralloHandle `Vec<&Thing>` conversion to C.
2021-04-26 Matt CoralloHandle type resolution of `crate::thing` without a...
2021-04-26 Matt CoralloMerge pull request #17 from TheBlueMatt/2021-04-upstrea...
2021-04-26 Matt CoralloEnsure array lengthgs are Int literals 2021-04-upstream-confirm
2021-04-26 Matt CoralloDrop redundant deref in vec iteration
2021-04-26 Matt CoralloHandle tuple-in-slice conversions both to *and* from C
2021-04-26 Matt CoralloHandle transaction conversion directly instead of via...
2021-04-26 Matt CoralloSomewhat more consistently map references to C
2021-04-26 Matt CoralloMerge pull request #16 from afilini/cleanup
2021-04-26 Alekos FiliniReplace more manually-built `syn::Path` with `parse_quo...
2021-04-26 Alekos FiliniUse `quote::format_ident!()` to make new `syn::Ident`
2021-04-26 Alekos FiliniUse `parse_quote!()` to build complex syn::* objects
2021-04-22 Matt CoralloMerge pull request #14 from TheBlueMatt/main
2021-04-21 Matt CoralloHandle alternate import paths for secp Public and SecretKey
2021-04-16 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-04-incl...
2021-04-16 Matt CoralloMerge pull request #13 from TheBlueMatt/2021-04-bump...
2021-04-15 Matt CoralloHandle std::io::IOError and include lightning-persister...
2021-04-15 Matt CoralloIgnore `Sized` bounds when processing generics
2021-04-15 Matt CoralloMove top-level crate inside a pub module in prep for...
2021-04-15 Matt CoralloSupport concretizing generics in template parameters
2021-04-15 Matt CoralloHandle type aliases which are used in the same file...
2021-04-13 Matt CoralloMerge pull request #11 from TheBlueMatt/2021-04-upstrea...
2021-04-12 Matt CoralloMake GenericTypes stack pushes RAII, giving borrowck...
2021-04-12 Matt CoralloKeep track of the full parsed library in CrateTypes
2021-03-31 Matt CoralloMerge pull request #10 from TheBlueMatt/2021-03-enable...
2021-03-31 Matt CoralloOptionally enable allow_wallclock_use
2021-03-29 Matt CoralloMerge pull request #8 from TheBlueMatt/2021-03-option...
2021-03-29 Matt CoralloSupport Option<primitive>
2021-03-29 Matt CoralloHandle Option<(..)> as a non-transparent container...
2021-03-29 Matt CoralloPush prefix printing selectin logic into container...
2021-03-21 Matt CoralloMerge pull request #4 from TheBlueMatt/main
2021-03-21 Matt CoralloAdd MIT+Apache2 license and headers incl generated...
2021-03-08 Matt CoralloInitial checkin with no changes from current RL git...