.. |
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
|
Implement extern C++ shared structs
|
2020-08-29 19:48:08 -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
|
Keep track of whether extern type layout can be trusted
|
2020-08-29 19:10:15 -07:00 |
namespace.rs
|
Do not abort parser on namespace ident checks
|
2020-04-30 22:55:23 -07:00 |
parse.rs
|
Propagate unsafety from module to extern block
|
2020-08-29 19:11:02 -07:00 |
report.rs
|
Batch errors from the parser
|
2020-05-04 01:29:17 -07:00 |
set.rs
|
Write OrderedSet using reference syntax
|
2020-08-29 19:19:56 -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
|
Enforce that extern shared structs are declared unsafe
|
2020-08-29 19:28:25 -07:00 |