Age | Commit message (Collapse) | Author | Files | Lines |
|
for outer context
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but it's less ugly)
- Also includes some MIR optimisation changes to reduce some compile times (hopefully)
- Removed duplicated MIR consteval and now-unused HIR consteval
|
|
|
|
|
|
|
|
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).
|
|
|
|
minicargo
|
|
|
|
|
|
|
|
|
|
ARM's 64-bit ISA introduced in ARMv8-A is called "aarch64" by most
projects, including Rust and GCC. Better to avoid more confusions.
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|