aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/callback.go
AgeCommit message (Expand)Author
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2019-03-25cmd/compile: use existing instructions instead of nops for inline marksKeith Randall
2019-02-24misc/cgo/test: fix tests in module modeBryan C. Mills
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2016-10-19cmd/cgo: always use a function literal for pointer checkingIan Lance Taylor
2015-11-29cmd/cgo: make the char * pointer in GoString constIan Lance Taylor
2015-11-19cmd/cgo, runtime: exported Go functions can't return a Go pointerIan Lance Taylor
2015-11-10cmd/cgo, runtime: add checks for passing pointers from Go to CIan Lance Taylor
2015-10-13misc/cgo/test: fix go vet warningsIan Lance Taylor
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-04-17runtime: delete cgo_allocateRuss Cox
2015-01-06misc/cgo: disable TestAllocateFromC in wbshadow modeRuss Cox
2015-01-06reflect: add write barriersRuss Cox
2014-12-24misc/cgo/test: get rid of the backdoor packageShenghou Ma
2014-09-25cgo: adjust return value location to account for stack copies.Keith Randall
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-05runtime: use reflect.call during panic instead of newstackcallRuss Cox
2014-09-04runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox
2014-09-03cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox
2013-10-09runtime/cgo: mark callback functions as NOSPLITIan Lance Taylor
2013-08-05runtime: Use old reflect.call implementation from cgo.Keith Randall
2013-08-02runtime: reimplement reflect.call to not use stack splitting.Keith Randall
2013-07-29runtime: do not split stacks in syscall statusDmitriy Vyukov
2013-07-25cmd/cgo: gccgo fixesIan Lance Taylor
2013-07-22misc/cgo/test: add test for cgo callbacks with different amount of stack spac...Dmitriy Vyukov
2013-06-12runtime: add lr, ctxt, ret to GobufRuss Cox
2013-03-26runtime: ensure forward progress when unwinding an arm stack frameCarl Shapiro
2013-03-25runtime: store asmcgocall return PC where the ARM unwind expects itCarl Shapiro
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-03-06misc/cgo: re-enable some testsRuss Cox
2012-01-24test: Add the usual Copyright notice.Olivier Duperray
2011-08-30cgo: fix GoBytesGustavo Niemeyer
2011-05-02misc/cgo/test: run testsRuss Cox
2011-03-22go/printer, gofmt: simplify struct formatting and respect line breaksRobert Griesemer
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox