aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2019-03-05compiler: calculate max number of entries in slice at compile timeAyke van Laethem
2019-02-18cgo: implement bool/float/complex typesAyke van Laethem
2019-02-08loader/cgo: add support for function pointersAyke van Laethem
2019-02-08loader/cgo: add support for pointer typesAyke van Laethem
2019-02-08loader: support global variables in CGo (#173)Ayke
2019-02-05runtime: add support for math packageAyke van Laethem
2019-02-05os: add basic OS functionalityAyke van Laethem
2019-02-05reflect: implement Value.Set*() for basic typesAyke van Laethem
2019-02-05compiler: add support for comparing complex numbersAyke van Laethem
2019-02-05reflect: add limited support for all type kindsAyke van Laethem
2019-02-05reflect: support slices and indexing of strings and slicesAyke van Laethem
2019-02-05reflect: add support for non-named basic typesAyke van Laethem
2019-02-05reflect: add reflect.TypeOfAyke van Laethem
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