aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
AgeCommit message (Expand)Author
2016-09-14MacOSX compatibilityalter
2016-09-13change `unreachable{}` to `@unreachable()`Andrew Kelley
2016-09-10rename LLVMZig to ZigLLVMAndrew Kelley
2016-09-09Fix for C pointer generatorConstantine Tarasenkov
2016-09-08ability to infer parameter typesAndrew Kelley
2016-09-06build: fix warning on gcc 6.2Andrew Kelley
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-09-05fix gcc 5.4.0compile errorsAndrew Kelley
2016-09-04generate debug info for global constantsAndrew Kelley
2016-09-04port to llvm 3.9Andrew Kelley
2016-09-01restore shared library functionalityAndrew Kelley
2016-08-29add ability to explicitly cast enum with no payload to intAndrew Kelley
2016-08-29implement null as a literal typeAndrew Kelley
2016-08-29implement `?return` expressionAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-08-11add CBuf to standard libraryAndrew Kelley
2016-08-08add zeroes valueAndrew Kelley
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-26unsigned integers for sizes of thingsAndrew 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-18support extern C ABI for return typesAndrew Kelley
2016-05-15add int_type builtin functionAndrew Kelley
2016-05-14add compile_err builtinAndrew Kelley
2016-05-13ability to cast maybe pointer to isize/usizeAndrew Kelley
2016-05-12For the sake of correctness: we can always rely on ZIG_STD_DIRJosé Miguel Sánchez
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-09add hashmap to standard libraryAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-08add list implementation to standard libraryAndrew Kelley
2016-05-08ability to cast u8 slice to bigger sliceAndrew Kelley
2016-05-07add div_exact builtin fnAndrew Kelley
2016-05-07add debug safety for divisionAndrew Kelley
2016-05-07ability to cast slice to u8 sliceAndrew Kelley
2016-05-07self hosted tests test release mode tooAndrew 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-06add debug safety for left shiftingAndrew Kelley
2016-05-05add tests for integer overflow crashingAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-05-04add fence builtin functionAndrew Kelley
2016-05-04add cmpxchg builtin functionAndrew Kelley