Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -190/+0 |
* | runtime: smarter slice grow | Dmitriy Vyukov | 2014-01-27 | 1 | -0/+19 |
* | cmd/gc: inline copy in frontend to call memmove directly. | R?my Oudompheng | 2013-09-12 | 1 | -0/+40 |
* | runtime: tune append crossover on amd64 and 386 | Dave Cheney | 2013-08-06 | 1 | -0/+8 |
* | runtime: benchmark for appending N bytes should not append N? bytes. | R?my Oudompheng | 2013-03-02 | 1 | -6/+2 |
* | runtime: special-case append([]byte, string) for small strings | Rob Pike | 2013-03-01 | 1 | -0/+32 |
* | runtime: special-case small byte appends. | Rob Pike | 2013-03-01 | 1 | -0/+43 |
* | runtime: make TestSideEffectOrder work twice | Russ Cox | 2011-07-14 | 1 | -1/+2 |
* | gc: inline append when len<cap | Luuk van Dijk | 2011-05-11 | 1 | -0/+51 |