aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-16Overhauled leb128:tgschultz
2020-06-16Code cleanup, documentation added, read*Mem functions now take *[]const u8tgschultz
2020-06-16Overhauled leb128:tgschultz
2020-06-16Merge pull request #5422 from pixelherodev/error_testsAndrew Kelley
2020-06-15Stage2/Testing: Code cleanupNoam Preil
2020-06-15Stage2/Testing: Enable another testNoam Preil
2020-06-15Stage2/Testing: Remove dead codeNoam Preil
2020-06-15Stage2/Testing: Add error tests to ZIRCaseNoam Preil
2020-06-15Stage2/Testing: Fix transformation testsNoam Preil
2020-06-15Stage2/Testing: remove ZIRTransformCaseNoam Preil
2020-06-15Stage2/Testing: Rename stage -> updateNoam Preil
2020-06-15Stage2/Testing: Move Transformation case to ZIRCaseNoam Preil
2020-06-15Stage2/Testing: Fix error specificationNoam Preil
2020-06-15Stage2/Testing: Fix error testsNoam Preil
2020-06-15Stage2/Testing: Staged test harness draft designNoam Preil
2020-06-15[Stage2/Testing] Attempt to call nakedcc functionNoam Preil
2020-06-15[Stage2/Testing] Handle decl and export errorsNoam Preil
2020-06-15[Stage2/Testing] Make API more friendlyNoam Preil
2020-06-15[Stage2/Testing] Add (failing) testNoam Preil
2020-06-15[Stage2/Testing] Reduce testNoam Preil
2020-06-15[Stage2/Testing] Always finish case, note all errsNoam Preil
2020-06-15[Stage2/Testing] Don't rely on update erroringNoam Preil
2020-06-15[Stage2/Testing] Print name of failed testNoam Preil
2020-06-15[Stage2/Testing] ZIR tests for expected errorsNoam Preil
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-14add workaround for #5599Vexu
2020-06-12Add strict_align to pre-v6 ARM targetsCarter Sande
2020-06-12Merge pull request #5589 from kubkon/preopens-exampleAndrew Kelley
2020-06-12Fix formatting of floating point values with the B and Bi specifiersAlexandros Naskos
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-06-12Merge pull request #5595 from ifreund/doc-arraylist-fixVeikka Tuominen
2020-06-12docs: fix mention of deprecated ArrayList.span()Isaac Freund
2020-06-11Add unit test for std.fs.wasi.PreopenListJakub Konka
2020-06-11Add custom format method for Preopen structJakub Konka
2020-06-11Add doc example for extracting WASI preopensJakub Konka
2020-06-09Support Reader for InStreamJonathan Marler
2020-06-09Merge branch 'kubkon-wasm-instrinsics'Andrew Kelley
2020-06-09Update langref.html.inJakub Konka
2020-06-09Document the builtinsJakub Konka
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 basic tests for the new builtinsJakub Konka
2020-06-09Use builtins in std.heap.WasmAllocatorJakub 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-09fix memory errorsJonathan Marler
2020-06-09Merge pull request #5539 from mikdusan/issue5474Andrew Kelley
2020-06-08support Writer instead of OutStreamJonathan Marler