Merge pull request #25 from TheBlueMatt/2021-04-bp-inclusion
[ldk-c-bindings] / c-bindings-gen / src / main.rs
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...
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-04-12 Matt CoralloRemove now-unused manual gen which our own trait resolu...
2021-04-12 Matt CoralloPrint the correct object names whem processing supertra...
2021-04-12 Matt CoralloHandle traits which require Clone when their supertrait...
2021-03-30 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-missing...
2021-03-30 Matt CoralloMake c_types module pub as its contents are exposed...
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-10 Matt CoralloMerge pull request #3 from TheBlueMatt/main
2021-03-10 Matt CoralloFix indentation on trait `free` documentation
2021-03-10 Matt CoralloMerge pull request #2 from TheBlueMatt/main
2021-03-10 Matt CoralloAdd additional documentation and #![deny(missing_docs)]
2021-03-08 Matt CoralloInitial checkin with no changes from current RL git...