.. |
atom.rs
|
Allow namespace override.
|
2020-10-26 15:23:34 -07:00 |
attrs.rs
|
Switch to #[namespace = A::B] syntax.
|
2020-10-29 19:48:45 -07:00 |
check.rs
|
Rename non-Ident fields previously named ident
|
2020-11-02 00:53:59 -08: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
|
Merge pull request #377 from dtolnay/unsupported-type
|
2020-10-28 18:27:36 -07:00 |
file.rs
|
Rename Namespace::none() to const Namespace::ROOT
|
2020-11-01 14:24:11 -08:00 |
ident.rs
|
Rename non-Ident fields previously named ident
|
2020-11-02 00:53:59 -08:00 |
impls.rs
|
Move non-boilerplate impls out of impls.rs
|
2020-11-01 12:37:28 -08:00 |
improper.rs
|
Implement improper ctypes check without infinite loop on cyclic structs
|
2020-11-02 18:20:08 -08:00 |
mangle.rs
|
Rename non-Ident fields previously named ident
|
2020-11-02 00:53:59 -08:00 |
mod.rs
|
Perform topological sort of structs earlier during type checking
|
2020-11-03 18:27:29 -08:00 |
names.rs
|
Move CppName's namespace into Pair
|
2020-11-02 00:31:34 -08:00 |
namespace.rs
|
Move C++-specific namespace code unused by the proc macro
|
2020-11-01 22:53:37 -08:00 |
parse.rs
|
Rename non-Ident fields previously named ident
|
2020-11-02 00:53:59 -08:00 |
qualified.rs
|
Allow namespace override.
|
2020-10-26 15:23:34 -07:00 |
report.rs
|
Batch errors from the parser
|
2020-05-04 01:29:17 -07:00 |
set.rs
|
Introduce UnorderedSet newtype
|
2020-11-03 19:40:24 -08:00 |
symbol.rs
|
Move CppName's namespace into Pair
|
2020-11-02 00:31:34 -08:00 |
tokens.rs
|
Remove ToTokens for Pair
|
2020-11-02 00:55:51 -08:00 |
toposort.rs
|
Point out every field involved in the cycle
|
2020-11-03 18:51:41 -08:00 |
types.rs
|
Introduce UnorderedSet newtype
|
2020-11-03 19:40:24 -08:00 |