| 9 years ago | Andrew Kelley | | fix segfault when var args fn proto shows up in ir printing |
| 9 years ago | Andrew Kelley | | silence false positives about uninitialized variables |
| 9 years ago | Andrew Kelley | | remove duplicate gitignore entry |
| 9 years ago | Andrew Kelley | | add missing stdcallcc to ExitProcess decl |
| 9 years ago | Andrew Kelley | | fix initializing undefined and crash when casting to invalid type |
| 9 years ago | Marc Tiehuis | | Add Visual Studio Code extension link |
| 9 years ago | Andrew Kelley | | remove unused enum |
| 9 years ago | Andrew Kelley | | better bigint/bigfloat implementation |
| 9 years ago | Andrew Kelley | | Merge branch 'math' |
| 9 years ago | Andrew Kelley | | don't call c.getrandom because older libcs don't have it |
| 9 years ago | Andrew Kelley | | build: link against system libs reported by llvm-config |
| 9 years ago | Andrew Kelley | | Merge branch 'trailing-commas' |
| 9 years ago | Andrew Kelley | | fix peer type resolution for array and error |
| 9 years ago | Andrew Kelley | | update C headers to clang 4.0.0 |
| 9 years ago | Andrew Kelley | | parseh: fix not recognizing integer suffixes on hex numbers |
| 9 years ago | Andrew Kelley | | fix alignOf builtin |
| 9 years ago | Andrew Kelley | | fix compiler segfault on `null ?? x` |
| 9 years ago | Andrew Kelley | | partial implementation of printing floating point numbers with errol3 |
| 9 years ago | Andrew Kelley | | progress toward windows hello world working |
| 9 years ago | Andrew Kelley | | progress toward hello world without libc in windows |
| 9 years ago | Andrew Kelley | | compileError builtin includes "referenced by" notes |
| 9 years ago | Andrew Kelley | | add appveyor integration testing |
| 9 years ago | Andrew Kelley | | change std.rand.Rand.rangeUnsigned to std.rand.Rand.range |
| 9 years ago | Andrew Kelley | | fix crash when writing to const hardcoded ptr |
| 9 years ago | Andrew Kelley | | fix crash when unwrapping optional field of global variable |
| 9 years ago | Andrew Kelley | | Merge pull request #380 from AndreaOrru/master |
| 9 years ago | Andrew Kelley | | const global values can reference each other |
| 9 years ago | Andrew Kelley | | implicitly cast by value var args parameters to const references |
| 9 years ago | Andrew Kelley | | fix segfault with array of generic functions |
| 9 years ago | Andrew Kelley | | fix segfault with array of variadic functions |
| 9 years ago | Andrew Kelley | | clean up behavior test names |
| 9 years ago | Andrew Kelley | | std.fmt can print nullables, errors, and error unions |
| 9 years ago | Andrew Kelley | | building with mingw for windows |
| 9 years ago | Andrew Kelley | | add compile error for goto leaving defer expression |
| 9 years ago | Andrew Kelley | | add error for break/continue exiting defer expression |
| 9 years ago | Andrew Kelley | | fix compiler crash when indexing types |
| 9 years ago | Andrew Kelley | | flip the enum order of FloatMode |
| 9 years ago | Andrew Kelley | | add setFloatMode builtin and std.math.floor |
| 9 years ago | Andrew Kelley | | change slicing syntax from ... to .. |
| 9 years ago | Andrew Kelley | | typeId builtin instead of isInteger, isFloat, etc |
| 9 years ago | Andrew Kelley | | add compile error for compile-time integer cast truncating bits |
| 9 years ago | Andrew Kelley | | fix printf format specifier |
| 9 years ago | Andrew Kelley | | add compile error for comptime division by zero |
| 9 years ago | Andrew Kelley | | add compile error for casting negative value to... |
| 9 years ago | Andrew Kelley | | inline function call with builtin function instead... |
| 9 years ago | Andrew Kelley | | ability to slice ptr to hard coded integer at comptime |
| 9 years ago | Andrew Kelley | | zig build: allow calling b.standardReleaseOptions... |
| 9 years ago | Andrew Kelley | | move docs to ziglang.org |
| 9 years ago | Andrew Kelley | | delete @generatedCode builtin function |
| 9 years ago | Andrew Kelley | | std.fmt.format prints bool values |
|