aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-13cache_add_dep_file: handle ErrorFileNotFound speciallyAndrew Kelley
2019-05-13Merge branch 'asm-cc' of https://github.com/LemonBoy/zig into LemonBoy-asm-ccAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-11Amend the error messagesLemonBoy
2019-05-11Change the enum value allocation strategyLemonBoy
2019-05-11amend type_is_valid_extern_enum_tagLemonBoy
2019-05-11Support signed types as enum tagsLemonBoy
2019-05-11Validate enum tag for extern enumLemonBoy
2019-05-11fixes #2235Jimmi Holst Christensen
2019-05-11Fixed parser for extern threadlocal variablesJimmi Holst Christensen
2019-05-10stage2 translate-c: simple function definitionsAndrew Kelley
2019-05-10fix hang for some compile errorsAndrew Kelley
2019-05-10translate-c: we have our first test of self-hostedAndrew Kelley
2019-05-10stage1: compile error for loop expr val ignoredMichael Dusan
2019-05-10Fixes and simplifications for stage 1 parserJimmi HC
2019-05-10translate-c: progress on self-hosted function prototypesAndrew Kelley
2019-05-09fix translate-c regressionAndrew Kelley
2019-05-09translate-c: progress on self-hosted function prototypesAndrew Kelley
2019-05-09translate-c: use C API for builtin typesAndrew Kelley
2019-05-09stage1: make some asserts print source locationAndrew Kelley
2019-05-09compile error for attempt to cast enum literal to errorAndrew Kelley
2019-05-09translate-c: enough C tokenization/parsing to handle shifting in macrosAndrew Kelley
2019-05-09translate-c: handle int to ptr and ptr to int castingAndrew Kelley
2019-05-08fix build on macOSAndrew Kelley
2019-05-08self-hosted translate-c progress on function declsAndrew Kelley
2019-05-08add --bundle-compiler-rt function to link optionsAndrew Kelley
2019-05-08stage1: remove unneeded extern functionAndrew Kelley
2019-05-08translate-c: NULL pointers translate to `null`Andrew Kelley
2019-05-08C pointers support if and orelseAndrew Kelley
2019-05-08C pointers support .? operatorAndrew Kelley
2019-05-08C pointers support `null`Andrew Kelley
2019-05-08Implement stack probes for x86/x86_64LemonBoy
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