aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2020-04-05ir: Support shift left/right on vectorsLemonBoy
2020-04-05ir: Support bitwise not on vectorsLemonBoy
2020-04-05ir: Support div/mod/rem on vector typesLemonBoy
2020-04-05type_has_one_possible_value takes comptime struct fields into accountAndrew Kelley
2020-04-03stage1: add compile errors for sentinel slicingMichael Dusan
2020-03-31Merge pull request #4871 from boothby/issue4769Andrew Kelley
2020-03-30added unit tests to demonstrate #4769 and related bugsKelly Boothby
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-30add peer type resolution for mixed-const []T and *[N]TAndrew Kelley
2020-03-30ir: Avoid constant-folding ptr to sentinelsLemonBoy
2020-03-29enable now-passing test casesAndrew Kelley
2020-03-26prevent ptr cast from forcing alignment resolution unnecessarilyAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-23ir: Prevent crash when slicing hardcoded pointerLemonBoy
2020-03-23Merge pull request #4741 from momumi/masterAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-22ir: Implement cast from anon struct to unionLemonBoy
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-21Address review commentsLemonBoy
2020-03-21ir: Allow errdefer with payloadLemonBoy
2020-03-20ir: Peer type resolution between ?[]T and *[N]TLemonBoy
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-19add behavior tests for slicing with comptime indexesAndrew Kelley
2020-03-19slicing sentinel-terminated slice without endAndrew Kelley
2020-03-19fixes to std.metaAndrew Kelley
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