| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fix _start on aarch64.
* Add fallbacks when a float type is unsupported.
Fixes #13357
|
|
|
|
Optimize size of optional slices (+ some fixes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sometimes you have to break a test to make progress :)
|
|
|
|
Global constant initializers can reference functions, so forward declare
the constants and initialize them later with the function definitions,
which guarantees that they appear after all declarations.
|
|
|
|
|
|
|
|
* Enable advanced start support.
* Enable advanced test_runner support.
* Zig Language Reference's Hello World now works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix C warnings triggered by these tests.
|
|
All remaining behavior test -Wall -Wextra warnings are unused (but set)
warnings.
|
|
Closes #11651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|