aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-make-slice.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28compiler, runtime: copy slice code from Go 1.7 runtimeIan Lance Taylor1-99/+0
2015-01-15libgo, compiler: Upgrade libgo to Go 1.4, except for runtime.Ian Lance Taylor1-1/+1
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-8/+8
2013-10-11runtime: Report len out of range for large len when making slice.Ian Lance Taylor1-1/+4
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-5/+18
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-5/+5
2012-09-28runtime: Better detection of memory allocation request overflow.Ian Lance Taylor1-1/+1
2012-02-08compiler, runtime: Check make int64 args for overflow.Ian Lance Taylor1-0/+24
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-2/+2
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-0/+1
2011-09-20Fix calling make with slice whose element type is size zero.Ian Lance Taylor1-1/+2
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-0/+57