summaryrefslogtreecommitdiff
path: root/tests/rust_usage_test
AgeCommit message (Expand)AuthorFilesLines
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