Disable asan checks which are hitting an asan regression
[ldk-c-bindings] / c-bindings-gen / src / main.rs
2024-01-25 Matt CoralloMerge pull request #117 from TheBlueMatt/main v0.0.121.0
2024-01-23 Matt CoralloUse resolved-type matching rather than as-written in...
2024-01-23 Matt CoralloAdd support for implementing traits with a `Debug`...
2023-12-29 Matt CoralloSupport passing lifetime'd enums to C
2023-10-27 Matt CoralloMerge pull request #114 from TheBlueMatt/main v0.0.118.0
2023-10-24 Matt CoralloSupport trait impls on enums
2023-10-16 Matt CoralloDrop `#[no_mangle]` from `*_write_void` to make cbindge...
2023-10-09 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.117.1
2023-10-08 Matt CoralloUpdate args on supertraits of supertraits when cloning...
2023-10-08 Matt CoralloDrop unused parameter from `get_module_type_resolver`
2023-10-06 Matt CoralloMerge pull request #112 from TheBlueMatt/main v0.0.117.0
2023-10-04 Matt CoralloInclude argument info docs on all-pub struct constructors
2023-10-04 Matt CoralloDrop `#[no_mangle]`/`extern` flag for internal-only...
2023-09-26 Matt Coralloimpl `DerefMut` for all traits
2023-09-26 Matt CoralloAllow `Sized` bounds
2023-09-26 Matt CoralloInclude `String` in the default import, since we use...
2023-07-31 Matt CoralloMerge pull request #110 from TheBlueMatt/main v0.0.116.0
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 CoralloSupport Unit struct types
2023-07-28 Matt CoralloAllow `?Sized` bounds in some cases
2023-07-28 Matt CoralloDrop `#[must_use]` that rustc complains is ignored
2023-07-28 Matt CoralloMerge pull request #111 from TheBlueMatt/2023-07-0... v0.0.115.3
2023-07-28 Matt CoralloFix strict-aliasing violation on traits holding inner...
2023-04-26 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.115.0
2023-04-17 Matt CoralloFix documentation on generated _hash methods for std...
2023-03-07 Matt CoralloMerge pull request #100 from TheBlueMatt/main v0.0.114.0
2023-03-06 Matt CoralloIgnore discriminants on enum variants
2023-03-06 Matt CoralloSupport supertraits-of-supertraits
2023-01-10 Matt CoralloMerge pull request #96 from TheBlueMatt/main v0.0.113.0
2022-12-24 Matt CoralloIgnore async functions as mapping them would be substan...
2022-12-24 Matt CoralloAllow enums with lifetime-only generics
2022-12-24 Matt CoralloUse `Clone::clone(a)` rather than `a.clone` to avoid...
2022-12-23 Matt CoralloSome initial support for `pub(.*) use` aliasing in...
2022-10-28 Matt CoralloMake rustc stop complaining about unused `Box::from_raw`s
2022-10-28 Matt CoralloMerge pull request #94 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloHandle multiple `impl`s of the same trait in the same...
2022-10-28 Matt Corallo(Partially) support supertraits with generic bounds
2022-10-03 ArikMerge pull request #91 from TheBlueMatt/main
2022-09-23 Matt CoralloDon't use a turbofish when all parameters are lifetimes.
2022-09-23 Matt CoralloUse trait, not impl, definition for X_as_Trait functions
2022-09-23 Matt CoralloSupport mapping `Readable` `impl`s outside of the ...
2022-08-04 Matt CoralloMerge pull request #88 from TheBlueMatt/main
2022-08-03 Matt CoralloTry clone'ing the field before skipping exporting a...
2022-06-28 Matt CoralloMerge pull request #81 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloPass `with_ref_lifetime` through to rust-type-printing...
2022-06-28 Matt CoralloCheck whether the fields of an enum are clonable before...
2022-06-28 Matt CoralloDo a second initial-walk pass to apply clonable flags...
2022-06-28 Matt CoralloMove code to map aliased types into a virtual impl...
2022-06-28 Matt CoralloPrint field documentation even for unnamed enum variant...
2022-06-28 Matt CoralloSet `ptr_for_ref` correctly when writing conversions...
2022-06-28 Matt CoralloCorrectly set the `ptr_for_ref` arg on `write_c_type...
2022-06-28 Matt CoralloCorrectly define the `native` type alias for enums...
2022-06-28 Matt CoralloCorrectly generate `impl` blocks for traits with generics
2022-06-28 Matt CoralloSupport `T: Deref...where` in underlying structs from...
2022-06-28 Matt CoralloHandle trait methods with a default implementation
2022-06-28 Matt CoralloInclude the `where` clause from a "real" type when...
2022-06-28 Matt CoralloMake panics in macros more debug-able by giving them...
2022-04-19 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-04-19 Matt CoralloHandle impl blocks exist outside of the mod of the...
2022-04-19 Matt CoralloUse full paths in impl block handling instead of assumi...
2022-04-04 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.106.0
2022-04-04 Matt CoralloExpose error types when implementing FromStr
2022-03-30 Matt CoralloMerge pull request #67 from TheBlueMatt/main
2022-03-29 Matt CoralloCrack `ReadableArgs` params when they're tuples
2022-03-23 Matt CoralloMerge pull request #62 from TheBlueMatt/main
2022-03-23 Matt CoralloAllow method call args to be converted with a new_var...
2022-03-23 Matt CoralloProcess all type aliases as C types, leaning on annotat...
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-01-06 Matt CoralloMerge pull request #54 from TheBlueMatt/main v0.0.104.1
2022-01-06 Matt CoralloSupport no_std on the generated crate
2022-01-04 Matt CoralloSwap std references in generated code for core/alloc...
2022-01-04 Matt CoralloSupport building dependent crates with `no-std`
2021-11-30 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.103.1
2021-11-30 Matt CoralloSupport traits and structs with lifetime bounds (which...
2021-11-30 Matt CoralloSupport mapping MaybeReadable
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
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 CoralloAdd constructor for tuple types where all contained...
2021-11-02 Matt CoralloCheck if types are understood before we map an impl...
2021-11-02 Matt Coralloimpl-Trait on in-crate types in a diff mod from the...
2021-11-02 Matt CoralloSupport printing lifetime generics on an impl-Trait...
2021-09-26 Matt CoralloMerge pull request #44 from TheBlueMatt/main v0.0.101.2
2021-09-26 Matt CoralloDetect a type as clonable with an explicit `impl Clone`
2021-09-24 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-09-23 Matt CoralloAdd missing C++ header for LDK::Str
2021-09-23 Matt CoralloStop tracking unused syn::Type mappings in GenericResolver
2021-09-23 Matt CoralloHandle uncallable trait methods that use Infallible...
2021-09-23 Matt CoralloMap core::convert::Infallible to a similar manually...
2021-09-23 Matt CoralloCorrect printing generic methods in traits
2021-09-23 Matt CoralloLearn supertrait associated types when processing traits
2021-09-23 Matt CoralloDefine a macro for constructing a TypeResolver for...
2021-09-23 Matt CoralloSupport mapping core::fmt::Debug as a supertrait
2021-09-23 Matt CoralloMap Vecs to slices when constructing a getter for a...
2021-09-23 Matt CoralloDrop debug print that slipped in in a previous PR
2021-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
next