Richard Smith 46f46a538d Preliminary reverse interop support for base classes. (#7059) 2 weeks ago
..
class 46f46a538d Preliminary reverse interop support for base classes. (#7059) 2 weeks ago
enum 6f0ec37a8b Make C++ enum types impl Core.Copy. (#7013) 1 month ago
function f31e1685fd Only export each class or namespace to C++ once. (#7042) 2 weeks ago
impls 9266ced4e3 Improve CanDestroyType to handle remaining cases (#6943) 1 month ago
namespace f31e1685fd Only export each class or namespace to C++ once. (#7042) 2 weeks ago
reverse 114cf401c2 Support C++ calling Carbon functions with non-`()` return type (#7051) 2 weeks ago
stdlib 9266ced4e3 Improve CanDestroyType to handle remaining cases (#6943) 1 month ago
template 396756c151 Handle Temporary values when const-evaling AcquireValue (#6992) 1 month ago
type_alias 43867a678b Reverse interop support for type aliases. (#7043) 2 weeks ago
var 943cd41924 Support constexpr pointers (#6907) 1 month ago
bad_flags.carbon d5ec82e7ac Don't crash if clang setup fails. (#6804) 2 months ago
bad_import.carbon b54f2dd592 Support `import Cpp;` to import `Cpp` namespace for using C++ builtins (#6320) 5 months ago
builtins.carbon 37b238fa28 Make C++ types impl `Core.Default`. (#6962) 1 month ago
builtins.llp64.carbon 9266ced4e3 Improve CanDestroyType to handle remaining cases (#6943) 1 month ago
builtins.lp64.carbon 9266ced4e3 Improve CanDestroyType to handle remaining cases (#6943) 1 month ago
constexpr.carbon 0075d530b9 Support const eval when calling a C++ thunk (#6947) 1 month ago
cpp_diagnostics.carbon d5ec82e7ac Don't crash if clang setup fails. (#6804) 2 months ago
cpp_namespace.carbon e2bdbe8507 Make semir scope labels only print when non-empty (#6780) 2 months ago
deref.carbon e0c6800ab3 Reverse nesting structure of parameter patterns (#6930) 1 month ago
fail_fuzzing.carbon bcba76aca7 Require file tests to specify a min-prelude (#5818) 9 months ago
fail_todo_arithmetic_types_unmapped.carbon bef92cf881 Add `CppCompat.ULong32`, `CppCompat.LongLong64` and `CppCompat.ULongLong64` (#6386) 5 months ago
file_not_found.carbon 25681901bd Improve mapping of Clang diagnostics into Carbon diagnostics (#5894) 9 months ago
import.carbon ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 month ago
include.carbon e2bdbe8507 Make semir scope labels only print when non-empty (#6780) 2 months ago
include_paths.carbon c90c6728fd Interop: support all C++ integer types that map to `intN_t` or `uintN_t`. (#5836) 9 months ago
inline.carbon 5f561282eb Properly set the name for C++ overload set instructions in SemIR (#6156) 6 months ago
inline_decl.carbon 8b59e85b16 Add support for `inline Cpp` declarations. (#6994) 1 month ago
macros.carbon 9266ced4e3 Improve CanDestroyType to handle remaining cases (#6943) 1 month ago
modules.carbon 375a736c42 Update LLVM to a more recent commit (#6771) 2 months ago
multiple_imports.carbon e2bdbe8507 Make semir scope labels only print when non-empty (#6780) 2 months ago
unsupported_decl_type.carbon 4329a83e4c Form-aware textual format for return parameters and arguments (#6588) 3 months ago
unused_internal.carbon a8eca2ece6 Delay finishing the C++ translation unit until we reach the real EOF. (#6489) 4 months ago
void.carbon fdb188ccfd Implement unused pattern bindings, continued (#6518) 2 months ago
void_pointer.carbon 05ba1d7356 Add a conversion impl from `T*` to `const T*` (#7010) 4 weeks ago