aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2019-01-31all: update import paths to github.com/tinygo-org/tinygoAyke van Laethem
2019-01-31compiler: support for byte arrays as keys in mapsKonstantin Yegupov
2019-01-31interp: support map literals with integer keysKonstantin Yegupov
2019-01-27runtime: make stringNext use byteindex only, fix index offsetMichael Teichgraeber
2019-01-21compiler: add support for channel operationsAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-04compiler: allow slicing arrays of a named typeKonstantin Yegupov
2018-12-10cgo: add package directory to header include pathsAyke van Laethem
2018-12-10cgo: do not rely on stdint.h to be availableAyke van Laethem
2018-12-10cgo: add support for C.int, c.uint, etcAyke van Laethem
2018-12-10cgo: add support for C typedefsAyke van Laethem
2018-12-10all: add bare-bones Cgo supportAyke van Laethem
2018-12-01compiler: lower interfaces in a separate passAyke van Laethem
2018-11-24compiler: fix binops on named types in struct fieldsAyke van Laethem
2018-11-18runtime: implement a simple mark/sweep garbage collectorAyke van Laethem
2018-11-18compiler: support creating slices with uncommon initial len/cap typesAyke van Laethem
2018-11-15compiler: implement array equalityAyke van Laethem
2018-11-14compiler: support any int type in slice indexesAyke van Laethem
2018-11-08compiler: implement binop string: <, <=, >, >=Marc-Antoine Ruel
2018-11-04interp: add new compile-time package initialization interpreterAyke van Laethem
2018-11-03compiler: implement deferring of interface callsAyke van Laethem
2018-11-03compiler: fix float <-> int conversionsAyke van Laethem
2018-10-31ir: do not throw an error on unknown conversionsAyke van Laethem
2018-10-27compiler: implement operations on nil hashmapsAyke van Laethem
2018-10-25testdata: add more test cases in testdataMarc-Antoine Ruel
2018-10-23compiler: fix invalid incoming block in complex typeassert flowAyke van Laethem
2018-10-23compiler: implement comparing structs directlyAyke van Laethem
2018-10-23testdata: go fmtAyke van Laethem
2018-10-22compiler: implement deferring of immediately-applied closuresAyke van Laethem
2018-10-22compiler: add complex manipulationAyke van Laethem
2018-10-20compiler: support comma-ok in map lookupAyke van Laethem
2018-10-20compiler: compare slice against nilAyke van Laethem
2018-10-20compiler, runtime: implement delete builtinAyke van Laethem
2018-10-19compiler: add support for the append builtinAyke van Laethem
2018-10-18test: add slice testsAyke van Laethem
2018-10-10test: add hashmap testsAyke van Laethem
2018-10-07main: extra interface test for simple named typesAyke van Laethem
2018-10-07compiler: fix expanded structs in invoke callsAyke van Laethem
2018-10-07compiler: fix interface calls for big underlying valuesAyke van Laethem
2018-09-29main: add basic float testsAyke van Laethem
2018-09-29main: add coroutine/sleep testsAyke van Laethem
2018-09-25testdata: add better tests for struct expandingAyke van Laethem
2018-09-25compiler: fix expanding zero-length structsAyke van Laethem
2018-09-24main: add testsAyke van Laethem