aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-append.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-74/+0
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-1/+4
2013-10-02runtime: Fix append of slice with elements of zero size.Ian Lance Taylor1-6/+6
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-2/+2
2012-09-28runtime: Better detection of memory allocation request overflow.Ian Lance Taylor1-0/+3
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-1/+1
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+1
2011-04-18libgo: Fix append declaration.Ian Lance Taylor1-1/+1
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor1-5/+5
2010-12-17Avoid always splitting the stack when calling append and copy.Ian Lance Taylor1-19/+24
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+62