aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-01-19astgen: eliminate rlWrapPtr and all its callsitesAndrew Kelley
2021-01-18stage2: fix orelse at comptimeg-w1
2021-01-18Merge pull request #7797 from Luukdegram/wasm-refactorAndrew Kelley
2021-01-18translate-c: Add Wide, UTF-16, and UTF-32 character literalsEvan Haas
2021-01-17macho: improve x86_64 tests; clean fixups on errorJakub Konka
2021-01-17stage2 aarch64: add basic function pro/epilogueJakub Konka
2021-01-17stage2: add compile error for label redefinitionAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-16Add tests and move tests to wasm's own fileLuuk de Gram
2021-01-15macho: ensure that strtab always follows symtabJakub Konka
2021-01-15translate-c: ensure bools are cast to int when necessaryEvan Haas
2021-01-13macho: add x86_64 testsJakub Konka
2021-01-13macho: document more code + add test caseJakub Konka
2021-01-11Merge pull request #7200 from Vexu/arrAndrew Kelley
2021-01-10stage2: add support for loops in LLVM backendTimon Kruiper
2021-01-09Merge pull request #7725 from FireFox317/even-more-llvmAndrew Kelley
2021-01-08stage2: add initial impl of control flow in LLVM backendTimon Kruiper
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: C backend: support unused DeclsAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-06stage2: add initial impl for generating global decls in LLVM backendTimon Kruiper
2021-01-05stage2: add compile log statementg-w1
2021-01-05stage2: C backend: re-implement emit-hAndrew Kelley
2021-01-05stage2: C backend: remove format() hackeryAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-05integrate CBE with Compilation.update pipeline (closes #7589)Noam Preil
2021-01-04Merge pull request #7592 from LemonBoy/fix-7188Andrew Kelley
2021-01-04Allow dollar sign $ in identifiers in translate-cEvan Haas
2021-01-04stage2: implementation of `@setEvalBranchQuota`:g-w1
2021-01-03Merge pull request #7681 from kubkon/stage2-aarch64-fn-argsAndrew Kelley
2021-01-03Merge pull request #7598 from FireFox317/more-llvm-stage2Andrew Kelley
2021-01-03Static function declarations with no prototype should not be variadicEvan Haas
2021-01-03stage2: add aarch64 stage2 testsJakub Konka
2021-01-03stage2: Add support for testing LLVM enabled builds in test-stage2Timon Kruiper
2021-01-02stage2: support recursive inline/comptime functionsAndrew Kelley
2021-01-02stage2: fix handling compile error in inline fn callAndrew Kelley
2021-01-02stage2: re-use ZIR for comptime and inline callsAndrew Kelley
2021-01-02stage2: implement function call inlining in the frontendAndrew Kelley
2021-01-02stage2: comptime function callsAndrew Kelley
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
2021-01-02tests: Use {s} instead of {} when formatting stringsLemonBoy
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2021-01-01stage2 ARM: Add simple tests for conditional branchingjoachimschmidt557
2020-12-31stage2: compile error for invalid `var` typeAndrew Kelley
2020-12-31stage2: type inference for local varAndrew Kelley
2020-12-31stage2: inferred local variablesAndrew Kelley
2020-12-30std: Clean up some testsLemonBoy
2020-12-30stage1: Allow variable capture for multi-prong switch armsLemonBoy
2020-12-29stage2: C backend improvementsAndrew Kelley