summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/slice.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-196/+0
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-110/+11
2013-06-14Imported Upstream version 1.1.1upstream/1.1.1Ingo Oeser1-19/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-167/+125
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-20/+45
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+330
2011-09-13Imported Upstream version 60Ondřej Surý1-330/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-36/+55
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-113/+195
2010-05-03runtime, strconv: tiny cleanupsRuss Cox1-3/+1
2010-05-01gc: be pickier about slice, chan, array, and map sizesRuss Cox1-8/+11
2010-04-09runtime: delete malx, skip_depth argument to mallocRuss Cox1-1/+1
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-16/+3
2010-03-23runtime: add memory profiling, disabled.Russ Cox1-1/+1
2010-02-10runtime: garbage collection + malloc performanceRuss Cox1-2/+2
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-54/+54
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-3/+2
2009-12-07pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns).Rob Pike1-1/+5
2009-12-06runtime: disable pointer scan optimizationRuss Cox1-1/+3
2009-12-04gc/runtime: pass type structure to makeslice.Russ Cox1-13/+13
2009-11-20x[lo:] - gc and runtime.Russ Cox1-30/+44
2009-11-17bug in copyKen Thompson1-1/+1
2009-11-17install copy predefinedKen Thompson1-0/+33
2009-10-20bug162, over and overRuss Cox1-0/+14
2009-10-15rename sys functions to runtime,Russ Cox1-44/+44
2009-08-25rename runtime internals to have modern names (array->slice etc)Rob Pike1-0/+175