Use trait, not impl, definition for X_as_Trait functions
[ldk-c-bindings] / c-bindings-gen / src / main.rs
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`...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloAdd utility method to construct new complex enums
2021-08-07 Matt CoralloNote which parameters or return values are (secretly...
2021-08-07 Matt CoralloExpose struct method calls on trait structs to C++...
2021-07-28 Matt CoralloProvide full (new) struct to trait clone functions
2021-07-28 Matt CoralloCorrect args passed to supertrait C methods in subtrait...
2021-07-09 Matt CoralloMerge pull request #34 from TheBlueMatt/main v0.0.99.0
2021-07-03 Matt CoralloSkip trait typedef in extra header as its unnecessary
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
2021-06-02 Matt CoralloImpl Send+Sync for every trait, not just those with...
2021-06-02 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-02 Matt CoralloCreate mappings for std::hasher::Hash and std::cmp::Eq
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 #20 from TheBlueMatt/main
2021-05-02 Matt CoralloAdd ability to get the LDK and LDK-C-Bindings version
2021-05-01 Matt CoralloMerge pull request #19 from TheBlueMatt/2021-04-invoice...
2021-04-30 Matt CoralloMap enum tuple variants with no contents as unitary...
2021-04-30 Matt CoralloResolve issues with Str introduced when it became ownable
2021-04-30 Matt CoralloDrop stale () -> u8 mapping (now) used in Rust-only...
2021-04-30 Matt CoralloHandle generics on enums
2021-04-30 Matt CoralloTake parameters to trait functions as mut
2021-04-30 Matt CoralloCorrect handling of Display trait conversion
2021-04-29 Matt CoralloMerge pull request #18 from TheBlueMatt/2021-04-invoice...
2021-04-29 Matt CoralloAllow missing_docs again as lightning-invoice uses...
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-29 Matt CoralloSupport taking an owned Self in function exports
2021-04-26 Matt CoralloCorrectly handle methods on an enum that take self
2021-04-26 Matt CoralloMerge pull request #17 from TheBlueMatt/2021-04-upstrea...
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-16 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-04-incl...
2021-04-15 Matt CoralloDont pass original crate name in generator CLI (as...
2021-04-15 Matt CoralloMove top-level crate inside a pub module in prep for...
2021-04-13 Matt CoralloMerge pull request #11 from TheBlueMatt/2021-04-upstrea...
2021-04-12 Matt CoralloCreate a scoped ImportResolver of the trait defn when...
next