| 9 years ago | Andrew Kelley | | replace "&&" and "||" with "and" and "or" |
| 9 years ago | Andrew Kelley | | new unreachable syntax |
| 9 years ago | Andrew Kelley | | add comptime top level declaration |
| 9 years ago | Andrew Kelley | | add test for implicit conversion from array to mutable slice |
| 9 years ago | Andrew Kelley | | introduce copyable concept |
| 9 years ago | Andrew Kelley | | use intel dialect for inline assembly |
| 9 years ago | Andrew Kelley | | don't mangle symbols with underscores |
| 9 years ago | Andrew Kelley | | improvements for windows and libc integration |
| 9 years ago | Andrew Kelley | | on Darwin/MacOS/iOS, add c to link libs implicitly |
| 9 years ago | Andrew Kelley | | unify main entry point regardless of whether linking libc |
| 9 years ago | Andrew Kelley | | fix test regression regarding shadowing names |
| 9 years ago | Andrew Kelley | | lazy analysis of top level declarations |
| 9 years ago | Andrew Kelley | | introduce new test syntax |
| 9 years ago | Andrew Kelley | | Merge branch 'master' into lld |
| 9 years ago | Andrew Kelley | | add --each-lib-rpath option and corresponding config option |
| 9 years ago | Andrew Kelley | | use lld instead of system linker |
| 9 years ago | Andrew Kelley | | types with zero bits do not have a pointer handle |
| 9 years ago | Andrew Kelley | | codegen nullable void the same way as bool |
| 9 years ago | Andrew Kelley | | add default value for macosx version min when compiling natively |
| 9 years ago | Andrew Kelley | | fix not allocating enough memory for passing args |
| 9 years ago | Andrew Kelley | | update to llvm 4.0 |
| 9 years ago | Andrew Kelley | | break off some of std.io into std.fmt, generalize printf |
| 9 years ago | Andrew Kelley | | support passing var args directly |
| 9 years ago | Andrew Kelley | | fix a case of invalid ptr const-ness |
| 9 years ago | Andrew Kelley | | fix assertion error, trying to dereference to array |
| 9 years ago | Andrew Kelley | | add basic emacs syntax file |
| 9 years ago | Andrew Kelley | | remove zeroes from vim syntax file |
| 9 years ago | Andrew Kelley | | Merge pull request #269 from Jmeggesto/master |
| 9 years ago | Andrew Kelley | | add compile error for assigning number literal to non-comptime var |
| 9 years ago | Andrew Kelley | | fix assertion failure for some switch errors |
| 9 years ago | Andrew Kelley | | rename CBuf to Buffer0 and some minor std API changes |
| 9 years ago | Andrew Kelley | | fix inability to write to global in some cases |
| 9 years ago | Andrew Kelley | | more robust const struct values |
| 9 years ago | Andrew Kelley | | add passing test for floating point edge case |
| 9 years ago | Andrew Kelley | | fix examples |
| 9 years ago | Andrew Kelley | | README: more robust suggested configuration command |
| 9 years ago | Andrew Kelley | | unwrap error payload instruction has side effects only if safety check on |
| 9 years ago | Andrew Kelley | | fix unwrap error payload not emitting debug safety |
| 9 years ago | Andrew Kelley | | add compile error for ignoring return value |
| 9 years ago | Andrew Kelley | | add compile error for control flow using comptime var at runtime |
| 9 years ago | Andrew Kelley | | add character format specifier to std.io.OutStream.printf |
| 9 years ago | Andrew Kelley | | fix use decls not always working |
| 9 years ago | Andrew Kelley | | update std code for MacOS |
| 9 years ago | Andrew Kelley | | fix wrong format specifier |
| 9 years ago | Andrew Kelley | | fix regression with bit fields that align properly |
| 9 years ago | Andrew Kelley | | bitfields support for array of non-store-aligned packed structs |
| 9 years ago | Andrew Kelley | | correct size of types for packed structs |
| 9 years ago | Andrew Kelley | | more robust detection of types that failed to resolve |
| 9 years ago | Andrew Kelley | | fix assertion failure when first use of a struct is sizeOf |
| 9 years ago | Andrew Kelley | | pointers with bit offset contain length |
|