aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-05Added support for vector wrapping mult and subJimmi Holst Christensen
2019-02-04SIMD: array to vector, vector to array, wrapping int addAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2019-02-02Fix slice concatenationMatthew McAllister
2019-02-01introduce --single-threaded build optionAndrew Kelley
2019-02-01Fix runtime assignment to comptime aggregate fieldMatthew McAllister
2019-02-01add compile errror for @bitCast when bit counts mismatchAndrew Kelley
2019-01-30introduce vector type for SIMDAndrew Kelley
2019-01-30fix test after merging ad8381e0d2936fAndrew Kelley
2019-01-30Move tokenizer error location to offending charMatthew McAllister
2019-01-29backport copy elision changesAndrew Kelley
2019-01-29simpler implementation of `&&` and `||` hintsAndrew Kelley
2019-01-25Hint at use of and/or when &&/|| is improperly used (#1886)kristopher tate
2019-01-20add test case for previous commitAndrew Kelley
2019-01-06Added test caseJimmi HC
2019-01-04Mark comptime int hardcoded address pointee as a run time variable #1171 (#1868)vegecode
2019-01-02@bitreverse intrinsic, part of #767 (#1865)vegecode
2018-12-27Test cases for compiler error and working behavior for switching on booleansalexander
2018-12-23tests: make type info tests not depend on builtin.Os enumAndrew Kelley
2018-12-22comptime: ability to @ptrCast to an extern struct and read fieldsAndrew Kelley
2018-12-20tests: re: 79db394;kristopher tate
2018-12-19Fixed intToPtr to fn type when the address is hardcoded (#1842)Jimmi Holst Christensen
2018-12-17fix comptime pointer reinterpretation array index offsetAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-12-05implement compile error note for function parameter type mismatchAndrew Kelley
2018-11-24fix @intCast not catching negative numbers to unsignedAndrew Kelley
2018-11-19Crash fixes and small improvements to inline asm. (#1756)Sahnvour
2018-11-19improve error message when wrong type returnedAndrew Kelley
2018-11-18fix assertion failure related to @intToEnumAndrew Kelley
2018-11-18all numbers with comptime known values implicitly castAndrew Kelley
2018-11-17rename `section` keyword to `linksection`Andrew Kelley
2018-11-16Fixed #1663 and removed IrInstructionArrayLenJimmi Holst Christensen
2018-11-14** and ++ operators force comptime on operandsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-09array type syntax implies comptimeAndrew Kelley
2018-11-06limit integer types to maximum bit width of 65535Andrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06disable C ABI tests on macos due to LLD deficiencyAndrew Kelley
2018-10-01Fixed StackTrace not being resolved when panic is invalid (#1615)Jimmi Holst Christensen
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-26fix crash when compile error evaluating return...Andrew Kelley
2018-09-26fix variables which are pointers to packed struct fieldsAndrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-25fix crash on runtime index into slice of comptime typeAndrew Kelley
2018-09-25fix self reference through fn ptr field crashAndrew Kelley
2018-09-24fix more bigint code paths and add testsAndrew Kelley
2018-09-24fix translate-c test expecting incorrect C ABI on windowsAndrew Kelley