aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
AgeCommit message (Expand)Author
2021-08-01move some behavior tests to the "passing for stage2" sectionAndrew Kelley
2021-08-01stage2: implement `@truncate`Andrew Kelley
2021-08-01Sema: implement comptime variablesAndrew Kelley
2021-07-28stage1: fix anon struct naming in certain casesMichael Dusan
2021-07-26minimum/maximum builtinsRobin Voetter
2021-07-26Add @selectRobin Voetter
2021-07-25ctz + clzAuguste Rame
2021-07-25Add vector support for @popCountAuguste Rame
2021-07-15Fix "unused local constant" errorDaniele Cocca
2021-07-15src: return a null-terminated sliceDaniele Cocca
2021-07-13Fix bigint_shl (#9305)leesongun
2021-07-08stage2 astgen: provide 3 more errors for invalid inline assemblyJacob G-W
2021-07-06Fix unexpected truncation behavior with comptime_int larger than u64 range (#...leesongun
2021-06-27stage2: fix unreachable in union(enum) with anytype payloadg-w1
2021-06-23stage1: `@shuffle` type and mask params in comptime scopeAndrew Kelley
2021-06-21cleanups related to unused paramsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-16embedFile: change notation from [X:0] to [N:0]Daniele Cocca
2021-06-16typeName: amend return type to string literalDaniele Cocca
2021-06-16errorName: return a null-terminated sliceDaniele Cocca
2021-06-16tagName: return a null-terminated sliceDaniele Cocca
2021-06-14add ast-check flag to zig fmt, fix found bugsVeikka Tuominen
2021-06-13meta.cast: handle casts from negative ints to ptrsVeikka Tuominen
2021-06-12Renamed @byteOffsetOf to @offsetOfExonorid
2021-06-10zig fmtAndrew Kelley
2021-06-10Have std.fmt functions take case as an enumdaurnimator
2021-06-09Re-enable multiple wasm32 vector testsJakub Konka
2021-06-08stage1: make `@truncate` to an integer type of different sign an error at com...Matthew Borkowski
2021-06-06stage1: Allow array-like initialization for tuple typesLemonBoy
2021-06-05test: re-enable dragonfly testsMichael Dusan
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-28Merge pull request #8918 from ziglang/stage1-tokenizerAndrew Kelley
2021-05-28stage1: Fix for atomicrmw xchg on fp typesLemonBoy
2021-05-28stage1: rework tokenizer to match stage2Andrew Kelley
2021-05-17behavior tests: re-enable commented out testAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley