aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
AgeCommit message (Expand)Author
2016-08-04new multiline string syntaxAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-25inline parametersAndrew Kelley
2016-07-17rename NodeTypeStructDecl to NodeTypeContainerDeclAndrew Kelley
2016-07-09ability to cast explicitly from int to enumAndrew Kelley
2016-05-15add int_type builtin functionAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-12Add --zig-std-dirJosé Miguel Sánchez
2016-05-11add readonly attribute to relevant functions and parametersAndrew Kelley
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-05-09support variable declarations in structsAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-07ability to cast slice to u8 sliceAndrew Kelley
2016-05-07support generic data structuresAndrew Kelley
2016-05-07better array concatenation semanticsAndrew Kelley
2016-05-06add frame_address and return_address builtinsAndrew Kelley
2016-05-06add shl_with_overflow builtin functionAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-05-04add fence builtin functionAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew Kelley
2016-05-03support maybe destructuring into a pointer variableAndrew Kelley
2016-04-28add array multiplication operatorAndrew Kelley
2016-04-27better parameter codegenAndrew Kelley
2016-04-26add array bounds checking in debug modeAndrew Kelley
2016-04-25support switching on error union typeAndrew Kelley
2016-04-24rename unknown_size_array to sliceAndrew Kelley
2016-04-24add skeleton for union supportAndrew Kelley
2016-04-20for loop: add ability to get pointer to elem varAndrew Kelley
2016-04-19add optional continue expression to while loopAndrew Kelley
2016-04-19enum init uses container init syntax instead of fn callAndrew Kelley
2016-04-18add @embed_file builtin functionAndrew Kelley
2016-04-12eval: ability to eval more thingsAndrew Kelley
2016-04-12eval: support more node typesAndrew Kelley
2016-04-12compile-time function evaluation of pure functionsAndrew Kelley
2016-04-09add @breakpoint()Andrew Kelley
2016-04-09re-introduce gotoAndrew Kelley
2016-04-09implement @err_name builtin functionAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-04-06support simple generic functionsAndrew Kelley
2016-03-01c_void is provided outside of C importsAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-16update bootstrap to work for macos tooAndrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-13respect link order in source codeAndrew Kelley
2016-02-13if any c imports fail, don't emit undefined identifier errorsAndrew Kelley
2016-02-13add @ctz, @clz and compiler_rt implementationAndrew Kelley
2016-02-12avoid codegening functions never called from conditional compilationAndrew Kelley
2016-02-12c integer size takes into account architecture and OSAndrew Kelley