Age | Commit message (Collapse) | Author | Files | Lines |
|
- This is prep work for supporting `use` of macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libc++ offers std::string_view regardless of -std flag, so defining
a custom std::string_view results in a conflict.
This one is actually not a precise clone of the real one (uses two
pointers instead of pointer+length).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# src/common.hpp
# src/hir/deserialise.cpp
# src/hir_typeck/static.cpp
# src/mir/from_hir.cpp
# src/mir/from_hir.hpp
# src/mir/from_hir_match.cpp
# src/mir/helpers.hpp
# src/mir/mir_builder.cpp
|
|
|
|
|
|
compiling on visual studio (not complete)
|
|
|
|
No more DOS line endings or trailing whitespace either
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|