Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: add empty line between copyright header and package clause | Tobias Klauser | 2020-08-17 | 1 | -0/+1 |
* | cmd/compile: optimize make+copy pattern to avoid memclr | Martin Möhrmann | 2020-05-07 | 1 | -0/+78 |
* | runtime: use multiplication with overflow check for makeslice | Martin Möhrmann | 2018-10-23 | 1 | -8/+56 |
* | cmd/compile: optimize append(x, make([]T, y)...) slice extension | Martin Möhrmann | 2018-05-06 | 1 | -0/+30 |
* | runtime: avoid division in growslice | Ilya Tocar | 2018-04-13 | 1 | -0/+6 |
* | runtime: improve test file naming | Martin Möhrmann | 2018-02-15 | 1 | -0/+338 |