aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2019-11-17compiler: add support for async interface callsJaden Weiss
2019-11-17add code to handle programs which use heap allocations but never hit the GCJaden Weiss
2019-11-10runtime: only implement CountString for required platformsAyke van Laethem
2019-11-09runtime: implement comparing uintptr values in interfacesAyke van Laethem
2019-11-08cgo: add support for nested structs and unionsAyke van Laethem
2019-11-07cgo: refactor union supportAyke van Laethem
2019-11-04runtime: implement interface equalityKonstantin Itskov
2019-11-04add blocking selectJaden Weiss
2019-11-02fix miscompile of static goroutine calls to closuresJaden Weiss
2019-10-25compiler: fix interface lowering miscompilation with reflectAyke van Laethem
2019-10-13compiler: support recursive typesAyke van Laethem
2019-10-01compiler: support constant indices with a named typeAyke van Laethem
2019-09-24interp: implement runtime.sliceCopyAyke van Laethem
2019-09-22Improved blocking (#513)Jaden Weiss
2019-09-20fix bug in IR regarding type aliasesJaden Weiss
2019-08-20reflect: implement t.Comparable()Ayke van Laethem
2019-08-19reflect: implement support for array typesAyke van Laethem
2019-08-17compiler: add support for 'go' on func valuesAyke van Laethem
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem
2019-08-11compiler,runtime: implement []rune to string conversionAyke van Laethem
2019-08-11compiler: add support for full slice expression for slicing arraysAyke van Laethem
2019-08-11reflect: add support for linked listsAyke van Laethem
2019-08-08reflect: add support for struct typesAyke van Laethem
2019-08-08reflect: add support for Type.Bits()Ayke van Laethem
2019-08-08compiler: make struct types more uniqueAyke van Laethem
2019-08-05reflect: add support for named typesAyke van Laethem
2019-08-05compiler: fix crash with linked lists in interfacesAyke van Laethem
2019-08-04compiler: implement full slice expressionAyke van Laethem
2019-06-19compiler,runtime: implement string to []rune conversionscriptonist
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