aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-06-28rename std/special/bootstrap.zig to std/special/start.zigAndrew Kelley
2019-06-27Merge branch 'http.headers' of https://github.com/daurnimator/zig into daurni...Andrew Kelley
2019-06-27fixupsAndrew Kelley
2019-06-26Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-23Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2Andrew Kelley
2019-06-23increase stack size for mingwemekoi
2019-06-23Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-22supress warnings for format strings on msys64emekoi
2019-06-19Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-19stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...Shawn Landden
2019-06-16std: add gimli permutation to cryptodaurnimator
2019-06-11std: add std.http.Headers fielddaurnimator
2019-06-09Merge remote-tracking branch 'origin/master' into copy-elision-3Andrew Kelley
2019-06-05switched to fixed-length buffer for error messagesemekoi
2019-06-05fixed mismatched typesemekoi
2019-05-30no-copy semantics for basic runtime function call variable initAndrew Kelley
2019-05-30Merge pull request #2182 from mikdusan/issue.2046Andrew Kelley
2019-05-29improve the libc of wasm32-freestanding targetAndrew Kelley
2019-05-29zig fmt: fix 2 bugs of mangling source filesAndrew Kelley
2019-05-27new .d file parser for C compilationMichael Dusan
2019-05-27Merge pull request #2526 from LemonBoy/arch-format-osxAndrew Kelley
2019-05-27more fixes for windows and wasiAndrew Kelley
2019-05-27fixes for Windows and WASIAndrew Kelley
2019-05-26clean up references to posixAndrew Kelley
2019-05-26rename "posix" to "bits"Andrew Kelley
2019-05-26more progress. moving windows API layer to its own fileAndrew Kelley
2019-05-26more progress on posix API layerAndrew Kelley
2019-05-26extract posix functions from std/os.zig to std/os/posix.zigAndrew Kelley
2019-05-20Remove macos-specific linking hacksLemonBoy
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-10compiler-rt: Add __ashrti3LemonBoy
2019-05-10compiler-rt: Add __lshrti3LemonBoy
2019-05-10compiler-rt: Add __ashlti3LemonBoy
2019-05-10Fix minor bug in LEB128 parsingLemonBoy
2019-05-08compiler-rt: Add __floatdidfLemonBoy
2019-05-08compiler-rt: Add __floatundidf & __floatunsidfLemonBoy
2019-05-08compiler-rt: Add __floatsidf & __floatsisfLemonBoy
2019-05-08Implement stack probes for x86/x86_64LemonBoy
2019-05-07std: Implement TLS support for LinuxLemonBoy
2019-05-04Ugh. I updated these but forgot to git add.tgschultz
2019-05-01Don't install zig_cpp lib for stage2 targetMarc Tiehuis
2019-04-30Don't install stage2 artifactsMarc Tiehuis
2019-04-29compiler-rt: Add __mulodi4LemonBoy
2019-04-26zig fmt is built directly into stage1 rather than child processAndrew Kelley
2019-04-25translate-c: a little closer to self-hosted implementationAndrew Kelley
2019-04-24compiler-rt: add aeabi_dcmp, comparedf2vegecode
2019-04-24add -fvisibility-inlines-hiddenMichael Dusan
2019-04-24build libuserland in cross compilation modeAndrew Kelley
2019-04-21fixed stack protector issuesemekoi
2019-04-21compiler-rt: add aeabi_fcmp, comparesf2vegecode