summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/symtab_test.go
Commit message (Collapse)AuthorAgeFilesLines
* libgo: update to Go1.16.3 releaseIan Lance Taylor2021-04-121-0/+85
| | | | Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/309490
* libgo: update to go1.9Ian Lance Taylor2017-09-141-1/+16
| | | | | | Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
* runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor2015-10-311-5/+108
| | | | | | | | It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
* Update Go library to r60.Ian Lance Taylor2011-09-161-0/+55
From-SVN: r178910