third_party_rust_cxx/syntax
David Tolnay 776fd8953d
Generalize reference-to-reference check to cover all positions
Checking this in check_type_ref allows it to apply anywhere that a
reference is written, such as return position which was not covered by
the previous logic.
2020-04-28 13:38:28 -07:00
..
atom.rs Move is_valid_vector_target into type checker 2020-04-25 18:02:16 -07:00
attrs.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
check.rs Generalize reference-to-reference check to cover all positions 2020-04-28 13:38:28 -07:00
doc.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
error.rs Fix Vec type checking 2020-04-25 18:02:16 -07:00
ident.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
impls.rs Rename Type::Vector to CxxVector 2020-04-25 18:02:12 -07:00
mangle.rs Preserve span of self var in Receiver 2020-04-20 02:13:56 -07:00
mod.rs Move C++-only to_mangled function to C++ generator 2020-04-25 18:02:17 -07:00
namespace.rs Revert visibility of Namespace segments from PR 67 2020-04-25 18:02:14 -07:00
parse.rs Allow wildcard argument names. 2020-04-27 16:00:50 -07:00
set.rs Safe FFI between Rust and C++ 2020-01-08 08:57:24 -08:00
symbol.rs Use Symbol for mangled names throughout code generators 2020-04-19 23:35:54 -07:00
tokens.rs Fix module path of Vec in generated Rust code 2020-04-25 18:02:18 -07:00
types.rs Fix Vec returns by value 2020-04-25 18:02:18 -07:00