summaryrefslogtreecommitdiff
path: root/tests/rust_usage_test
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Added required-nested-flatbuffer to monster_test and fixed rust (#6236)Casper1-2/+4
2020-10-29Implement `Debug` trait for Rust flatbuffers. (#6207)Casper1-0/+50
2020-10-22Kotlin test optional enum (#6201)Paulo Pinheiro2-2/+2
2020-10-19Rework enums in rust. (#6098)Casper2-70/+29
2020-10-02Ruopt enum (#6156)Casper2-12/+47
2020-07-23Optional Scalars support for Rust (#6034)Casper3-1/+60
2020-06-28Serde with bytes maps to Blob (#6009)Casper3-3/+12
2020-06-18Rust Flexbuffers Documentation update (#5979)Casper1-2/+10
2020-06-08[rust] Add FlatBufferBuilder::force_defaults API (#5946)Matt Brubeck1-0/+19
2020-05-07Rust Flexbuffers (#5669)Casper14-51/+2045
2020-03-08[Rust] Add gen-name-strings for Rust (#5757)Lee Mracek1-0/+12
2020-01-19[rust] Add use declarations to Rust-generated bindings for imported FB defini...Max Burke4-0/+33
2020-01-02Rust: Temporarily disable 2 endianness unit tests (#5695)Robert Winslow1-4/+6
2019-12-31[rust] Make enum names public (#5690)Max Burke1-0/+34
2019-12-17Make Rust constants public (#5659)Matt Brubeck1-0/+47
2019-10-28Rust: Add idiomatic iterator for Vector type (#5579)Mathias Svensson1-0/+75
2019-10-28Rust: Fix Copy and Clone impls for a few generic types (#5577)Mathias Svensson2-0/+16
2019-09-09Rust: Fixed cargo clippy on non-generated code (#5485)Casper1-6/+9
2019-03-09[Rust] Don't use inner attributes for `allow` (#5212)bspeice4-0/+4
2019-03-08Fix rust crate for big-endian targets (#5229)tymcauley1-64/+84
2019-02-07Reduced `force_align` in tests to 8, to work with --object-api.Wouter van Oortmerssen1-2/+2
2018-11-29CI: Dockerized language port tests (#5066)Robert1-7/+17
2018-11-29Fix create_vector_of_strings to use the stack, and test it. (#5074)Robert1-1/+3
2018-11-16disable unimportant RAM-heavy test b/c Windows (#5047)Robert1-4/+5
2018-10-31Rust: test that no heap allocs happen on hot paths (#5022)Robert2-0/+144
2018-09-28Remove lifetime specifier on table getter methods (#4949)Matt Mastracci1-0/+17
2018-09-27loosen lifetimes in type signature of Table::get (#4925)kzvi1-0/+31
2018-09-26don't return Option from required table field accessors (#4926)kzvi1-23/+20
2018-09-26rust: Fixed MakeCamelCase (#4932) (#4936)jean-airoldie1-1/+1
2018-09-03delete and ignore Cargo.lock files (#4906)Robert1-285/+0
2018-09-02Port FlatBuffers to Rust (#4898)Robert5-0/+3182