aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata
AgeCommit message (Expand)Author
2020-12-27compiler: fix non-int integer constantsAyke van Laethem
2020-10-29runtime: allow ranging over a nil mapAyke van Laethem
2020-10-28compiler: implement negate for complex numbersAyke van Laethem
2020-10-23implement reflect.SwapperTakeshi Yoneda
2020-10-14runtime: add cheap atomic condition variableNia Weiss
2020-10-02runtime: use dedicated printfloat32Ayke van Laethem
2020-07-31compiler: implement func value and builtin deferswaj334
2020-07-29compiler: fix named string to []byte slice conversionAyke van Laethem
2020-06-23extend stdlib to allow import of more packages (#1099)Cornel
2020-05-28compiler: add support for atomic operationsAyke van Laethem
2020-05-27compiler: fix a few crashes due to named typesAyke van Laethem
2020-05-13os: implement virtual filesystem supportAyke van Laethem
2020-05-12runtime: add cap and len support for chanscornelk
2020-05-12testdata: fix formattingcornelk
2020-05-09testdata, sync: add sync.Mutex test to testdata/coroutines.goJaden Weiss
2020-05-09testdata: replace fake waitgroup in channel.go with sync.WaitGroupJaden Weiss
2020-04-13runtime (chan): fix blocking select on a nil channelJaden Weiss
2020-04-09compiler: pass interface typecode through defer framesJaden Weiss
2020-04-07builder: make sure -fshort-enums is used consistentlyAyke van Laethem
2020-04-05all: change //go:export to //exportAyke van Laethem
2020-03-29compiler: add support for anonymous type assertsAyke van Laethem
2020-03-28compiler: implement spec-compliant shiftsJaden Weiss
2020-03-22all: include picolibc for bare metal targetsAyke van Laethem
2020-03-20interp: add support for constant type assertsAyke van Laethem
2020-03-17refactor coroutine lowering and tasksJaden Weiss
2020-03-13compiler,runtime: check for channel size limitsAyke van Laethem
2020-02-27compiler: fix deferred calls to exported functionsJaden Weiss
2020-02-26compiler,runtime: support operations on nil mapAyke van Laethem
2020-01-27avr: use a garbage collectorAyke van Laethem
2020-01-27compiler,runtime: implement maps for arbitrary keysAyke van Laethem
2019-12-30revise defer to use heap allocations when running a variable number of timesJaden Weiss
2019-12-26compiler: fix assertion on empty interfaceAyke van Laethem
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