aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-unsafe-pointer.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor1-2/+2
2020-01-02compiler, runtime, reflect: generate hash functions only for map keysIan Lance Taylor1-15/+9
2019-08-30compile, runtime: permit anonymous and empty fields in C headerIan Lance Taylor1-33/+36
2018-01-24compiler: rationalize external symbol namesIan Lance Taylor1-6/+6
2017-05-10Big merge of changes to gofrontend repo that were postponed due to theIan Lance Taylor1-17/+18
2017-02-17libgo: update to final Go 1.8 releaseIan Lance Taylor1-1/+7
2017-01-23re PR go/79037 (gccgo: Binaries crash with parforsetup: pos is not aligned on...Ian Lance Taylor1-1/+2
2017-01-10compiler, runtime: drop size arguments to hash/equal functionsIan Lance Taylor1-4/+9
2015-10-29compiler, reflect, runtime: remove zero field from type descriptorIan Lance Taylor1-9/+2
2015-10-29compiler, runtime: change type hash/equal to Go funcsIan Lance Taylor1-4/+4
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-2/+2
2014-09-05runtime: Use correct size for unsafe.Pointer GC instructions.Ian Lance Taylor1-1/+1
2014-09-03compiler: Add precise type information on the heap.Chris Manghane1-0/+10
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-2/+9
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-2/+2
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-5/+5
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-2/+2
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-0/+4
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+97