aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/unicode/utf16
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-1/+1
Reviewed-on: https://go-review.googlesource.com/136435 gotools/: * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to make sure it is writable. (check-go-tools): Likewise. (check-vet): Copy internal/objabi to check-vet-dir. * Makefile.in: Rebuild. From-SVN: r264546
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor3-19/+72
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-1/+1
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
2014-07-19libgo: Update to Go 1.3 release.Ian Lance Taylor1-1/+1
From-SVN: r212837
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-0/+48
This revision was committed January 7, 2014. The next revision deleted runtime/mfinal.c. That will be done in a subsequent merge. This merge changes type descriptors to add a zero field, pointing to a zero value for that type. This is implemented as a common variable. * go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and alignment parameters. Permit init parameter to be NULL. From-SVN: r211249
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor3-7/+35
From-SVN: r186023
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor2-0/+192
From-SVN: r182073