Age | Commit message (Collapse) | Author | Files | Lines |
|
second inlining pass after monomorph.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GCC 6.4 on Alpine incorrectly deduces the type returned from
::std::strchr(const char *, char)
as 'char *', instead of 'const char *', which causes the wrong constructor
to be used.
Closes #32.
|
|
|
|
|
|
serialised)
|
|
|
|
|
|
|
|
collisions)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 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)
|
|
|
|
|