aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-05-02Implement @Type for ErrorSetTadeo Kondrak
2020-05-02Implement @Type() for EnumLiteral and FnFrameTadeo Kondrak
2020-05-02Implement @typeInfo for @Frame()Tadeo Kondrak
2020-05-02add test coverage for top level fieldsAndrew Kelley
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-28Merge pull request #5196 from tadeokondrak/@vector-to-@type-vectorAndrew Kelley
2020-04-28@Vector -> std.meta.VectorTadeo Kondrak
2020-04-28@OpaqueType -> @Type(.Opaque)Tadeo Kondrak
2020-04-27implement @Type() for more typesTadeo Kondrak
2020-04-27Cleaned up code, added a testcase for an extern member function callAlexandros Naskos
2020-04-27Added tests.Alexandros Naskos
2020-04-24Add mips support to standard libraryTimon Kruiper
2020-04-23stage1: Fix bitcast of immediate to ptr type (#5131)LemonBoy
2020-04-22stage1: Prevent the creation of illegal pointer typesLemonBoy
2020-04-21Added peer type resolution for [*]T and *[N]T.elucent
2020-04-18fix typeInfo testsVexu
2020-04-17stage1: Fix several bugs in constant generationLemonBoy
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-13stage1: More fixes for BE targetsLemonBoy
2020-04-07fix lazy value in ir_analyze_instruction_elem_ptrxackus
2020-04-07fix broken testsVexu
2020-04-06ir: Support tuple multiplicationLemonBoy
2020-04-05annotate disabled tests with github issue linksAndrew Kelley
2020-04-05I'm getting tired of this shit LLVMLemonBoy
2020-04-05tests: Chop away some flaky testsLemonBoy
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