aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2019-06-12compiler,runtime: implement non-blocking selectsAyke van Laethem
2019-06-03cgo: add support for anonymous structsAyke van Laethem
2019-06-03cgo: add support for bitfields using generated getters and settersAyke van Laethem
2019-05-24compiler,runtime: fix multiple definitions of a single functionAyke van Laethem
2019-05-17cgo: add support for enum typesAyke van Laethem
2019-05-14compiler: implement comparing channel valuesAyke van Laethem
2019-05-14runtime: implement growing hashmapsAyke van Laethem
2019-05-14compiler,runtime: use the size hint when creating a new mapAyke van Laethem
2019-05-13Test for functional argument passing (#336)seph
2019-05-12cgo: refactor; support multiple cgo files in a single packageAyke van Laethem
2019-05-12cgo: don't crash on `import "C"` without commentAyke van Laethem
2019-05-12cgo: add support for #define constantsAyke van Laethem
2019-05-11compiler: implement complex divisionAyke van Laethem
2019-05-11compiler: implement complex multiplicationAyke van Laethem
2019-05-11compiler: add support for complex add and subAyke van Laethem
2019-05-05compiler: allow larger-than-int values to be sent across a channelAyke van Laethem
2019-05-05compiler: support returning values from async functionsAyke van Laethem
2019-05-01compiler: avoid bitcast when replacing a method call with a direct callAyke van Laethem
2019-05-01cgo: only include the symbols that are necessary (recursively)Ayke van Laethem
2019-05-01cgo: improve typedef/struct/enum supportAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-25cgo: implement void* pointer typeAyke van Laethem
2019-04-25cgo: implement char typeAyke van Laethem
2019-04-20cgo: implement C.struct_ typesAyke van Laethem
2019-04-17cgo: implement C unionsAyke van Laethem
2019-04-17cgo: implement Go arrays (constant arrays in C)Ayke van Laethem
2019-04-17cgo: implement struct typesAyke van Laethem
2019-04-13all: support interface asserts in interpAyke van Laethem
2019-04-06compiler: implement casting named structs and pointers to themAyke van Laethem
2019-03-23all: implement trivial select statementsAyke van Laethem
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