Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
mozilla/uniffi-rs
Pull Requests
Commits
a-lifetime-of-education
a-lifetime-of-education
askama-update
badboy-patch-1
bindings-rename
callback-errors
ci-parent-references
cleanup-dependencies
doc-annotation-fails
duplicated-custom-type-bug
fix-rustfmt
for-i-have-synned
gecko_cpp
gh-pages
hacky-error-fficonverter
handles
issue-1426-start
jplatte/futures-wasm
kotlin-pointer-ffi
kt-unsigned-types-fixture
language-interfaces
main
mutate-names
properly-dedent-after-parsing
push-tnsvklnxuxkw
release-v0.6.x
release-v0.16.x
release-v0.19.x
release-v0.20.0
release-v0.21.x
release-v0.24.x
release-v0.25.x
release-v0.26.x
release-v0.27.x
release-v0.28.x
release-v0.29.x
release-v0.30.x
release-v0.31.x
seperate-backends
uniffi_parse_rs
uniffi-309-trait-interfaces
uniffi-cargo-subcommands
WIP return iterators rather than vectors
rfk
committed
4 years ago
1a5503bd
Add basic bench setup.
rfk
committed
4 years ago
98962d5a
WIP update for latest askama
rfk
committed
4 years ago
bdf17634
Apply Nightly Clippy fixes
rfk
committed
4 years ago
683e4848
Rename kotlin errors (#442)
bhearsum
committed
4 years ago
5f6def4c
Updating the examples documentiation
bhearsum
committed
4 years ago
b6472222
Merge pull request #486 from mozilla/fix-panic-error-mismatch, r=rfk
Tarik Eshaq
committed
4 years ago
Verified
c50fd97c
Adds fatalError when a fallable swift function encounters a panic
Tarik Eshaq
committed
4 years ago
7802a010
Fixes mismatch in kotlin panic exceptions
Tarik Eshaq
committed
4 years ago
98d8ef0f
Fix U16 for python and ruby (#484)
saks
committed
4 years ago
Verified
004b312f
Implement try_read/write for concrete types, not Buf/BufMut generics.
rfk
committed
4 years ago
db89e2b4
Use rusty docker image for building API docs in CI.
rfk
committed
4 years ago
3beafdbd
Publish auto-generated Rust API docs as part of the UniFFI manual.
rfk
committed
4 years ago
c714f9e4
Merge pull request #481 from mozilla/release-v0.12.x
rfk
committed
4 years ago
Verified
66ab3309
(cargo-release) version v0.12.0
rfk
committed
4 years ago
8f64208d
Allow passing object instances as args, fields and return values.
mhammond
committed
4 years ago
2c15607d
Fix error in generated functions - they didn't take the value
mhammond
committed
4 years ago
77833fb7
Remove lots of boilerplate from bindings by using askama's 'else'
mhammond
committed
4 years ago
1e89287b
Add `contributing.md`, and clean up some other docs.
rfk
committed
4 years ago
db7e0ca8
Merge pull request #476 from mozilla/release-v0.11.0
rfk
committed
4 years ago
Verified
1a2dde58
(cargo-release) version v0.11.0
skhamis
committed
4 years ago
a395e7f1
Change swift and kotlin record fields to be mutable by default (#474)
skhamis
committed
4 years ago
Verified
f97b9ba8
Fix data race between Kotlin method calls and destruction.
rfk
committed
4 years ago
d58e92f5
Update our rust policy to match mozilla-central's 'uses' version (#470)
mhammond
committed
4 years ago
Verified
66de0845
Update docs/adr/0005-arc-pointers.md
rfk
committed
4 years ago
041660d6
Some more tweaks based on Ryan's earlier comments
mhammond
committed
4 years ago
9ab02d94
rfk suggestions for ADR-0005 (#2)
rfk
committed
4 years ago
b17d6db7
Add an ADR which calls for replacing `HandleMap`s with `Arc`s.
mhammond
committed
4 years ago
35a705f2
Remove support for non-threadsafe interfaces.
rfk
committed
4 years ago
cde24897
Re-enable publishing in cargo-release configuration.
rfk
committed
4 years ago
e99c87b8
Older