third_party_rust_cxx/syntax
2020-08-29 18:58:06 -07:00
..
atom.rs Extract integer suffix of discriminants as the repr 2020-05-10 22:57:32 -07:00
attrs.rs Treat unexpected tokens in repr attribute as unexpected repr 2020-05-11 00:15:12 -07:00
check.rs Parse extern C++ structs 2020-08-29 18:46:50 -07:00
derive.rs Give Derive enum and impls their own module 2020-05-10 22:12:33 -07:00
discriminant.rs Detect earlier untyped discriminants out of bounds of later suffix 2020-05-11 00:30:24 -07:00
doc.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
error.rs Expand discriminant overflow error message 2020-05-05 10:28:00 -07:00
file.rs Fix stray question operator 2020-08-29 18:58:06 -07:00
ident.rs Type alias ident checking 2020-05-07 19:46:02 -07:00
impls.rs Rename Type::Vector to CxxVector 2020-04-25 18:02:12 -07:00
mangle.rs Bump namespace to cxxbridge03 2020-04-29 18:49:50 -07:00
mod.rs Data structure to represent possibly unsafe module 2020-08-29 11:55:04 -07:00
namespace.rs Do not abort parser on namespace ident checks 2020-04-30 22:55:23 -07:00
parse.rs Represent the unsafety on foreign module 2020-08-29 15:12:46 -07:00
report.rs Batch errors from the parser 2020-05-04 01:29:17 -07:00
set.rs Check type name duplication more compactly 2020-05-04 00:31:28 -07:00
symbol.rs Bump namespace to cxxbridge03 2020-04-29 18:49:50 -07:00
tokens.rs Respect inferred enum repr in Rust code generator 2020-05-10 23:37:12 -07:00
types.rs Parse extern C++ structs 2020-08-29 18:46:50 -07:00