aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-06stage1: add @hasField() built-inShawn Landden
2019-05-03always respect threadlocal for variables with external linkageAndrew Kelley
2019-05-03Switch wasm export-all to only values marked exportsBenjamin Feng
2019-05-03optimize `@memset` with `undefined`Andrew Kelley
2019-05-01main: change --enable-pic and --disable-pic to -fPIC and -fno-PICDong-hee Na
2019-04-30translate-c: fix using wrong enumAndrew Kelley
2019-04-30self-hosted translate-c: iterate over top level declsAndrew Kelley
2019-04-29translate-c: Emit @ptrCast + @alignPtr sequenceLemonBoy
2019-04-29Fix crash due to command line argument parsingMatt Stancliff
2019-04-29fix build (unused function warning)Andrew Kelley
2019-04-29Merge pull request #2139 from emekoi/lib-on-mingwAndrew Kelley
2019-04-28Fix generation of container initializersLemonBoy
2019-04-27fixed visibility of zig_libc_cc_print_file_nameemekoi
2019-04-27added static_crt_dir to libc fileemekoi
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-26clean up test outputAndrew Kelley
2019-04-26Fix path canonicalization when $HOME has a trailing slashAndrew Kelley
2019-04-26Do not invoke UB in BigInt shr operationsLemonBoy
2019-04-26Change symbol name of tests in codegenrylmovuk
2019-04-25translate-c: put -x c back in there, it's necessaryAndrew Kelley
2019-04-25translate-c: unify API for self-hosted and C++ translate-cAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-24remove Shebang (#!) supportShawn Landden
2019-04-24`@sizeOf` returns 0 for comptime typesAndrew Kelley
2019-04-24Merge pull request #2296 from LemonBoy/translate-c-stuffAndrew Kelley
2019-04-24Merge pull request #2351 from ziglang/fixed-2346Jimmi Holst Christensen
2019-04-24fixed #2356Jimmi HC
2019-04-22Add translation from pointer to booleanLemonBoy
2019-04-22Add some zig_panic for 80-bit float codepathsLemonBoy
2019-04-22Correct rendering of AST Char literalsLemonBoy
2019-04-22More precise translation of char literalsLemonBoy
2019-04-22translate-c: Pointer to/from integral conversionLemonBoy
2019-04-22translate-c: Support for integer to boolean conversionsLemonBoy
2019-04-22Allow tag expr for enum but not structhryx
2019-04-20renamed add_gnu_link_argsemekoi
2019-04-19translate-c: Convert char literalsLemonBoy
2019-04-19translate-c: Parse float/double literalsLemonBoy
2019-04-19translate-c: support conversion to/from fp typesLemonBoy
2019-04-17stage1 assertions always on, and have stack tracesAndrew Kelley
2019-04-16stage1 is now a hybrid of C++ and ZigAndrew Kelley
2019-04-16stage1: const_values_equal support tagged unionMichael Dusan
2019-04-16freestanding target adds -ffrestanding to cc parametersAndrew Kelley
2019-04-16translate-c: move some code to the C APIAndrew Kelley
2019-04-16remove workaround for LLD bugAndrew Kelley
2019-04-15disable threads when linking WebAssembly to work around an LLD bugAndrew Kelley
2019-04-15fix Debug mode when error return tracing is offAndrew Kelley
2019-04-15wasm: add wasm-import-module attr to externShritesh Bhattarai
2019-04-15link: exemption for wasm instead of wasiShritesh Bhattarai
2019-04-15translate-c: move some code to the C APIAndrew Kelley
2019-04-14organize how the single threaded option is passed aroundAndrew Kelley