aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2020-06-24Remove unreachable else prongsantlilja
2020-06-24Small fixes, fixed tests, added test for argument tuple typeAlexandros Naskos
2020-06-21stage1: fix concat of sliced str literalsxackus
2020-06-18Merge pull request #5203 from tadeokondrak/@type-for-even-more-typesAndrew Kelley
2020-06-18Merge pull request #5625 from antlilja/masterAndrew Kelley
2020-06-18make file and fn_name fields of SourceLocation also null-terminatedAndrew Kelley
2020-06-18add tests for `@src`Vexu
2020-06-17Improve builtin op support for f128/comptime_floatantlilja
2020-06-15stage1: implement type coercion of anon struct literal to structAndrew Kelley
2020-06-09Return should be i32 due to error signaling in memory.growJakub Konka
2020-06-09Add basic tests for the new builtinsJakub Konka
2020-06-05stage1: fix constness in some corner casesMichael Dusan
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-26Make align expr on fns a compile error in WasmJakub Konka
2020-05-26Changed test name to reflect it only fixes #4328Alexandros Naskos
2020-05-18Updated testAlexandros Naskos
2020-05-18Add TypeOf resolution of dereferences and struct fields of undefined valuesAlexandros Naskos
2020-05-18Narrow down behaviour test cases; this removes wasmtime-enabled check in testsJakub Konka
2020-05-12fix `@intToFloat` on comptime_floatsVexu
2020-05-05zig fmtTadeo Kondrak
2020-05-05update tests for nosuspendTadeo Kondrak
2020-05-05zig fmtTadeo Kondrak
2020-05-02Implement @Type for ErrorSetTadeo Kondrak
2020-05-02Implement @Type() for EnumLiteral and FnFrameTadeo Kondrak
2020-05-02Implement @typeInfo for @Frame()Tadeo Kondrak
2020-05-02add test coverage for top level fieldsAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27implement @Type() for more typesTadeo Kondrak
2020-04-27Cleaned up code, added a testcase for an extern member function callAlexandros Naskos
2020-04-27Added tests.Alexandros Naskos
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-23stage1: Fix bitcast of immediate to ptr type (#5131)LemonBoy
2020-04-22stage1: Prevent the creation of illegal pointer typesLemonBoy
2020-04-21Added peer type resolution for [*]T and *[N]T.elucent
2020-04-18fix typeInfo testsVexu
2020-04-17stage1: Fix several bugs in constant generationLemonBoy
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-13stage1: More fixes for BE targetsLemonBoy
2020-04-07fix lazy value in ir_analyze_instruction_elem_ptrxackus
2020-04-07fix broken testsVexu
2020-04-06ir: Support tuple multiplicationLemonBoy
2020-04-05annotate disabled tests with github issue linksAndrew Kelley
2020-04-05I'm getting tired of this shit LLVMLemonBoy
2020-04-05tests: Chop away some flaky testsLemonBoy