aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2019-12-06add behavioral test case for previous commitAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-02fix crash assigning optional struct with anon literalAndrew Kelley
2019-12-01fix assigning to an unwrapped optional field in an inline loopAndrew Kelley
2019-12-01this test isn't passing in master branch eitherAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-29fix return result loc as peer result loc in inferred error set functionAndrew Kelley
2019-11-28more progressAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-24add test cases for arbitrary pointer sentinelsAndrew Kelley
2019-11-24fix comptime `@ptrCast` of pointers to arraysAndrew Kelley
2019-11-24add test for struct with var fieldAndrew Kelley
2019-11-24add type coercion: [:x]T to [*:x]TAndrew Kelley
2019-11-24all tests passingAndrew Kelley
2019-11-23structs can have fields with type `var`Andrew Kelley
2019-11-23update the stage1 implementation to the new proposalAndrew Kelley
2019-11-21update tests, better error messages, update self-hosted tokenizerAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21add null terminated pointers and arrays to self-hostedAndrew Kelley
2019-11-21implement null terminated pointersAndrew Kelley
2019-11-18add regression test case. closes #2889Andrew Kelley
2019-11-18add regression test case. closes #3007Andrew Kelley
2019-11-17fix bug on empty error uniondaurnimator
2019-11-17properly parse anon literal in arrayVexu
2019-11-14Update discriminant value also for zero-sized unionsLemonBoy
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fix anonymous struct literal assigned to variableAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13fix comptime atomicStore and add testsVexu
2019-11-13use @atomicStore in std libVexu
2019-11-13add @atomicStore builtinVexu
2019-11-12support atomic operations with enumsVexu
2019-11-11implement fully anonymous list literalsAndrew Kelley
2019-11-11fully anonymous struct literalsAndrew Kelley
2019-11-11fix anon literal used with return result locAndrew Kelley
2019-11-11add behavior test case for anonymous list literal syntaxAndrew Kelley
2019-11-11add behavior test case for anon union literalAndrew Kelley
2019-11-11implement anon struct literal syntaxAndrew Kelley
2019-11-09Fix initialization of union referencesLemonBoy
2019-11-08behavior tests passingAndrew Kelley
2019-11-08more regressions fixedAndrew Kelley
2019-11-08fix result loc of cast not finding parentAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-07Fix ptrCast of array references to fnLemonBoy
2019-11-06allow type coercion from *[0]T to E![]const TAndrew Kelley
2019-11-06add token for parsing pointer dereferenceBrendan Hansknecht
2019-11-05fix initialization of vector in a struct fieldAndrew Kelley