third_party_rust_cxx/syntax
2021-03-27 01:23:04 -04:00
..
atom.rs Support c_char type 2020-11-25 20:04:09 -08:00
attrs.rs Add ForeignName wrapper around non-Rust names 2021-01-01 17:57:14 -08:00
check.rs Remove multiple arg lifetimes check 2021-03-26 18:05:28 -04: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 Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
error.rs Add Rust std::shared_ptr binding 2020-12-01 20:49:04 -08:00
file.rs Parse namespace attribute on foreign mods 2020-11-10 18:51:42 -08:00
ident.rs Add ForeignName wrapper around non-Rust names 2021-01-01 17:57:14 -08:00
impls.rs Touch up PR 689 imports 2021-03-22 19:06:07 -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 angle brackets attached to generic implicit impls 2021-03-27 01:23:04 -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 Factor out impl/ty generic splitting to module 2021-03-27 01:23:04 -04: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 Defer unsafety check for fn with ptr argument 2021-03-22 19:12:06 -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 Simplify type resolution of named impl keys 2021-03-27 01:23:04 -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 Include unsafe token in notional span of extern fn signatures 2021-03-26 17:07:54 -04: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 Track the angle brackets attached to generic implicit impls 2021-03-27 01:23:04 -04:00
visit.rs Factor out Type traversal to a Visit trait 2021-03-26 17:36:51 -04:00