aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-03-19partial revert of an improvement this branch madeAndrew Kelley
2020-03-19fix alignment when slicing with comptime start and end indexAndrew Kelley
2020-03-19fixes in semantic analysis needed to support this featureAndrew Kelley
2020-03-19ir: More changes to sentinel-terminated const arraysLemonBoy
2020-03-18ir: Correct ABI size calculation for arraysLemonBoy
2020-03-15allow `_` separators in number literals (stage 1)momumi
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12Merge pull request #4707 from Vexu/small-atomicsAndrew Kelley
2020-03-12add note to disabled tests, improve comptime cmpxchgVexu
2020-03-12Simplify stores, use sext for signed intsVexu
2020-03-12disable test on mipselVexu
2020-03-12support `@atomicRmw` at comptimeVexu
2020-03-11fix codegen, update docsVexu
2020-03-11support cmpxchg at comptimeVexu
2020-03-11special case atomic operations on zero bit typesVexu
2020-03-10ir: Fix shift code for u0 operandsLemonBoy
2020-03-10support atomic operations with boolsVexu
2020-03-09ir: Fix codegen of ?*T types where T is zero-sizedLemonBoy
2020-03-09Merge pull request #4700 from Vexu/noasyncAndrew Kelley
2020-03-09ir: Fix lazy comparison between @alignOf and zeroLemonBoy
2020-03-09add LemonBoy's testVexu
2020-03-08ir: Create usize result_loc for array subscript exprLemonBoy
2020-03-07Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-06stage1: make get_optional_type more robustAndrew Kelley
2020-03-05Revert "Allow constant struct val to reallocate its fields when resolving an ...Andrew Kelley
2020-03-05Allow constant struct val to reallocate its fields when resolving an inferred...Alexandros Naskos
2020-03-04ir: Implement @TypeOf with multiple argumentsLemonBoy
2020-03-04Merge pull request #4573 from alexnask/tuple_concatAndrew Kelley
2020-03-04get_codegen_ptr_type returns possible errorAndrew Kelley
2020-03-03enable f128 test on windowsAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-02Merge branch 'master' of https://github.com/ziglang/zig into tuple_concatAlexandros Naskos
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-03-01revert changes outside std.fmtAndrew Kelley
2020-03-01std: format contents of sentinel terminated many pointersdaurnimator
2020-02-29Merge pull request #4550 from ziglang/os-version-rangesAndrew Kelley
2020-02-29C pointer slices are no longer allowzero (#4462)Alexandros Naskos
2020-02-28fix crash with multiple comptime fn calls and...Andrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-28Added testAlexandros Naskos
2020-02-26ir: Allow empty inferred error setsLemonBoy
2020-02-26add test for `@intToEnum`Vexu
2020-02-26fix `@tagName` on extern and non-exhaustive enumsVexu
2020-02-26Merge pull request #4561 from LemonBoy/fix-4536-1Andrew Kelley
2020-02-26ir: Fix regression with self-referencing containersLemonBoy
2020-02-25fix typo in previous commitAndrew Kelley
2020-02-25add test case to catch regression from previous commitAndrew Kelley
2020-02-25Revert "ir: Fix sizeOf comparison with ptr to zst"Andrew Kelley
2020-02-25ir: Fix array to slice conversion for zero-sized arraysLemonBoy