cxx/syntax
2021-04-22 20:04:01 -07:00
..
atom.rs Support c_char type 2020-11-25 20:04:09 -08:00
attrs.rs Store original Attribute of the variants_from_header for spans 2021-04-22 20:04:01 -07:00
check.rs Implement variants_from_header checking 2021-04-21 18:23:21 -07:00
derive.rs Add ExternType derive for opaque Rust types 2020-11-27 19:45:21 -08:00
discriminant.rs Neg/Pos enum for discriminant sign 2020-11-20 20:33:08 -08:00
doc.rs Add padding around member functions that have documentation 2021-04-13 20:23:19 -07:00
error.rs Diagnostic for invalid lifetime param 'static 2021-04-08 18:45:08 -07:00
file.rs Preserve item inner attrs 2021-04-22 20:04:01 -07:00
ident.rs Add ForeignName wrapper around non-Rust names 2021-01-01 17:57:14 -08:00
impls.rs Store span of method receiver colon tokens 2021-04-10 13:44:31 -07:00
improper.rs Add a void ptr cast for extern type aliases containing Rust-native types 2021-03-26 18:13:41 -04:00
instantiate.rs Track the outer type's spans too for implicit impls 2021-03-27 01:51:08 -04:00
mangle.rs Document the arrangements of preprocessor variables 2021-02-17 15:56:07 -08:00
map.rs Generate all explicit and implicit impls based on one map 2021-01-01 14:28:38 -08:00
mod.rs Store original Attribute of the variants_from_header for spans 2021-04-22 20:04:01 -07:00
names.rs Fix span placement on ForeignName parse error 2021-01-01 19:28: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 Store original Attribute of the variants_from_header for spans 2021-04-22 20:04:01 -07:00
pod.rs Support raw pointers in cxx::bridge. 2021-01-23 11:34:13 -08:00
qualified.rs Support root namespace in namespace attribute 2020-12-04 12:27:25 -08:00
report.rs Batch errors from the parser 2020-05-04 01:29:17 -07:00
resolve.rs Handle unrecognized type names in checking signature for mutable return type 2021-03-28 04:07:57 -04:00
set.rs Add wrapper to prevent iteration of unordered maps 2020-12-31 17:15:56 -08:00
symbol.rs Add ForeignName wrapper around non-Rust names 2021-01-01 17:57:14 -08:00
tokens.rs Store span of method receiver colon tokens 2021-04-10 13:44:31 -07:00
toposort.rs Add wrapper to prevent iteration of unordered maps 2020-12-31 17:15:56 -08:00
trivial.rs Rename RustName -> NamedType 2021-01-01 14:15:26 -08:00
types.rs Implicltly extern type for enums sourced from header 2021-04-22 20:04:01 -07:00
visit.rs Factor out Type traversal to a Visit trait 2021-03-26 17:36:51 -04:00