aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-09Return u32 in @wasmMemorySize instead of i32Jakub Konka
2020-06-09Return should be i32 due to error signaling in memory.growJakub Konka
2020-06-09Fix builtins to return and accept u32 instead of i32Jakub Konka
2020-06-09Expose full llvm intrinsicJakub Konka
2020-06-09Add builtin for llvm.wasm.memory.grow.i32 intrinsicJakub Konka
2020-06-09Add builtin for llvm.wasm.memory.size.i32 instrinsicJakub Konka
2020-06-09Merge pull request #5539 from mikdusan/issue5474Andrew Kelley
2020-06-08Add option for overriding the stack sizeJakub Konka
2020-06-08Increase default Wasm stack to 1MBJakub Konka
2020-06-08stage1: fix crash on slice byte reinterpretationxackus
2020-06-05stage1: fix constness in some corner casesMichael Dusan
2020-06-01Merge pull request #4976 from xackus/std-lib-docsVeikka Tuominen
2020-05-31stage1: fix unresolved inferred error setsxackus
2020-05-29Support equality comparison for optional to non-optional (?T ==/!= T)foobles
2020-05-30Merge pull request #5184 from alexnask/typeof_extern_callVeikka Tuominen
2020-05-28C ABI: Add C support for passing structs of floats to an extern functionTimon Kruiper
2020-05-26Merge pull request #5440 from kubkon/align-fn-error-wasmAndrew Kelley
2020-05-26Add caller location tracking for asserts (ir_assert, src_assert, ir_assert_ge...foobles
2020-05-26Make align expr on fns a compile error in WasmJakub Konka
2020-05-23fix regression in compile errorsAndrew Kelley
2020-05-20stage1: fix false positive redeclared variable compile errorAndrew Kelley
2020-05-18Add TypeOf resolution of dereferences and struct fields of undefined valuesAlexandros Naskos
2020-05-17Merge pull request #5307 from ziglang/self-hosted-incremental-compilationAndrew Kelley
2020-05-17Merge pull request #5057 from xackus/opaque-paramAndrew Kelley
2020-05-17Fix compilation with GCC 5Noam Preil
2020-05-16Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...Andrew Kelley
2020-05-15fix infinite loop with mismatced bracketVexu
2020-05-14remove useless nosuspend parsingVexu
2020-05-12clear progress indicator before printing errorsAndrew Kelley
2020-05-12Merge pull request #5319 from Vexu/float-fixVexu
2020-05-12fix `@intToFloat` on comptime_floatsVexu
2020-05-11stage1: detect underflow in bigint_fits_in_bitsxackus
2020-05-08Merge pull request #4932 from Qix-/fix-private-accessVexu
2020-05-08fix private member checking for non-canonical invocations (fixes #4909)Josh Junon
2020-05-07stage1: handle all cases of invalid struct field default valuexackus
2020-05-05remove nakedcc/stdcallcc/async fn/extern fn fnprotoTadeo Kondrak
2020-05-05Merge pull request #5272 from tadeokondrak/noasync-to-nosuspendAndrew Kelley
2020-05-05Rename noasync to nosuspend in C++ compilerTadeo Kondrak
2020-05-04Merge pull request #5267 from Vexu/const-callVexu
2020-05-04fix missing compile error on call assigned to constVexu
2020-05-04stage1: remove unneeded switchxackus
2020-05-04stage1: fix assert fail on opaque fn ptr paramxackus
2020-05-02Include dbg.h to third-party libsdata-man
2020-05-02Merge pull request #5243 from niacat/kern-arandAndrew Kelley
2020-05-01stage1: cleanupMichael Dusan
2020-05-01In init_rand avoid reading from /dev/urandom on NetBSD/FreeBSDnia
2020-04-28Validate vector types for @VectorTadeo Kondrak
2020-04-27implement @Type() for more typesTadeo Kondrak
2020-04-27Add missing state to C object cacheGeorge Roman