Disable asan checks which are hitting an asan regression
[ldk-c-bindings] / c-bindings-gen / src / types.rs
2024-01-25 Matt CoralloMerge pull request #117 from TheBlueMatt/main v0.0.121.0
2024-01-23 Matt CoralloAdd support for resolving 33-byte arrays, though its...
2024-01-23 Matt CoralloIgnore `Debug` bounds on generics which may be redundant
2024-01-23 Matt CoralloUpdate rust-bitcoin wrappers to latest rust-bitcoin...
2024-01-23 Matt CoralloIgnore `Send` and `Sync` bounds when resolving generics
2023-10-27 Matt CoralloMerge pull request #114 from TheBlueMatt/main v0.0.118.0
2023-10-23 Matt CoralloCorrect manual conversion for `ChainHash`
2023-10-06 Matt CoralloMerge pull request #112 from TheBlueMatt/main v0.0.117.0
2023-10-04 Matt CoralloUpdate hardcoded and manually-defined types for LDK...
2023-10-04 Matt CoralloDrop `empty_val_check_suffix_from_path` for Signature...
2023-10-04 Matt CoralloHandle type references which refer to a module defined...
2023-10-04 Matt CoralloPrint fewer types in call generics, leaning on rustc...
2023-10-04 Matt CoralloUse the resolved type name in generic strings, not...
2023-10-04 Matt CoralloHandle `Deref<Self::Type>` bounds as `Self::Type`'s...
2023-09-28 Matt CoralloAccept `DerefMut` bounds on generics as if they were...
2023-09-26 Matt CoralloSupport `f64` as a primitive type
2023-09-26 Matt CoralloAllow `Sized` bounds
2023-07-31 Matt CoralloMerge pull request #110 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloUpdate hard-coded types and add some new manual bitcoin...
2023-07-28 Matt CoralloAllow generation of manual types in reference options
2023-07-28 Matt CoralloHandle all traits in type resolution, including no...
2023-07-28 Matt CoralloHandle no-export traits which are only implemented...
2023-07-28 Matt CoralloAllow `?Sized` bounds in some cases
2023-07-28 Matt CoralloDrop special handling for more Option types and all...
2023-07-28 Matt CoralloCorrect `use` resolution for submodule use statements
2023-05-31 Matt CoralloMerge pull request #106 from TheBlueMatt/main v0.0.115.1
2023-05-31 Matt CoralloMake `BitEndianScalar` clonable
2023-04-26 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.115.0
2023-04-26 Matt CoralloEnsure an option always unwraps to a non-reference...
2023-04-26 Matt CoralloHandle Option<Vec<_>> with a much cleaner option converter
2023-04-26 Matt CoralloReplace type resolution assertions with failures
2023-04-26 Matt CoralloUpdate hard-coded type definitions
2023-04-17 Matt CoralloSupport the new no-exported tag that is more human...
2023-03-07 Matt CoralloMerge pull request #100 from TheBlueMatt/main v0.0.114.0
2023-03-06 Matt CoralloSupport new rust-bitcoin type mappings for various...
2023-03-06 Matt CoralloSupport tuples containing array elements
2023-03-06 Matt CoralloAdd type for 8 u16s (which is used for the scoring...
2023-03-06 Matt CoralloSupport non-u8 (primitive) arrays
2023-03-06 Matt CoralloFix typo in path resolution leading to a "crate name...
2023-02-27 Matt CoralloSupport passing `Option<&OpaqueStruct>` to C
2023-01-10 Matt CoralloMerge pull request #96 from TheBlueMatt/main v0.0.113.0
2023-01-03 Matt CoralloSupport new upstream manually-mapped types
2023-01-03 Matt CoralloAdd support for witnesses via a manual mapping
2023-01-03 Matt CoralloSupport u128 values
2022-12-24 Matt CoralloUse the resolved name, not original ident, for Vec...
2022-12-23 Matt CoralloSome initial support for `pub(.*) use` aliasing in...
2022-10-28 Matt CoralloMerge pull request #94 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloMap `io::ErrorKind` the same as `io::Error`, we only...
2022-10-28 Matt CoralloHandle path types that start with `crate::`
2022-10-28 Matt Corallo(Partially) support supertraits with generic bounds
2022-10-03 ArikMerge pull request #91 from TheBlueMatt/main
2022-09-25 Matt CoralloAdd Scalar and SharedSecret type mappings for new secp2...
2022-09-23 Matt CoralloAllow liftime bounds on generic bounds
2022-09-23 Matt CoralloPrefer `Option_` mappings for more types over transpare...
2022-07-01 Matt CoralloMerge pull request #84 from TheBlueMatt/main v0.0.109.0
2022-07-01 Matt CoralloSupport `&[[u8; N]]` passed to Rust.
2022-07-01 Matt CoralloSupport `Option<Tuple>` with elements in the tuple
2022-06-28 Matt CoralloMerge pull request #81 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloAdd locally defined crates as "dependencies" without...
2022-06-28 Matt CoralloSupport `Option<Trait>` (and `Option<&Trait>`, implemen...
2022-06-28 Matt CoralloUse new `Type`-based resolution to decide if a containe...
2022-06-28 Matt CoralloUse new `Type`-based generic resolution in `write_rust_...
2022-06-28 Matt CoralloPass `with_ref_lifetime` through to rust-type-printing...
2022-06-28 Matt CoralloGenerate mutable references in `default_generics` when...
2022-06-28 Matt CoralloMove overly-specific check to an assertion where its...
2022-06-28 Matt CoralloDo not make `Deref<T>` generic params always a `&T...
2022-06-28 Matt CoralloAdd where-clause generic params to `default_generics...
2022-06-28 Matt CoralloSupport `use ...::self` imports
2022-06-28 Jeffrey CzyzSupport arrays inside Option types
2022-06-28 Matt CoralloAdd more manually-generated types to the on-startup...
2022-06-27 Jeffrey CzyzAdd C type for bitcoin::util::address::WitnessVersion
2022-06-27 Jeffrey CzyzUpdate type mappings for bitcoin 0.28.1
2022-04-19 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-04-19 Matt CoralloDrop now-unused code from c-bindings-gen
2022-04-19 Matt CoralloHandle impl blocks exist outside of the mod of the...
2022-04-04 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.106.0
2022-04-04 Matt CoralloAdd additional error type conversion logic
2022-03-30 Matt CoralloMerge pull request #67 from TheBlueMatt/main
2022-03-29 Matt CoralloCrack `ReadableArgs` params when they're tuples
2022-03-29 Matt CoralloRevert "Consider all reference types clonable (because...
2022-03-29 Matt CoralloClone for `&Option<Enum>`
2022-03-29 Matt CoralloPush down type conversion logic around contained-has...
2022-03-23 Matt CoralloMerge pull request #63 from TheBlueMatt/main v0.0.105.2
2022-03-23 Matt CoralloConsider all reference types clonable (because they...
2022-03-23 Matt CoralloMerge pull request #62 from TheBlueMatt/main
2022-03-23 Matt CoralloPass types through `resolve_type` in a few additional...
2022-03-23 Matt CoralloSeparate printing references-with-lifetimes from c...
2022-03-23 Matt CoralloProcess all type aliases as C types, leaning on annotat...
2022-03-03 Matt CoralloMerge pull request #61 from TheBlueMatt/main v0.0.105.1
2022-03-03 Matt CoralloImplement `Clone` for `SecretKey`
2022-03-02 Matt CoralloMerge pull request #60 from TheBlueMatt/main v0.0.105.0
2022-03-02 Matt CoralloExplicitly refer to `format!()` with an `alloc` prefix...
2022-03-02 Matt CoralloAdd function-call generic parameters when they're resovable
2022-03-02 Matt CoralloHandle `Option<[u8; 32]>`, mapping it same as `Option...
2022-03-01 Matt CoralloDon't mark everything with a feature bound as TestOnly
2022-03-01 Matt CoralloConvert slices containing non-primitives that are clonable
2022-03-01 Matt CoralloRecognize `bitcoin::bech32::u5` instead of only `bech32...
2022-01-06 Matt CoralloMerge pull request #54 from TheBlueMatt/main v0.0.104.1
2022-01-04 Matt CoralloSwap std references in generated code for core/alloc...
2022-01-04 Matt CoralloSupport building dependent crates with `no-std`
next