aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/image/geom.go
AgeCommit message (Collapse)AuthorFilesLines
2021-08-12libgo: update to Go1.17rc2Ian Lance Taylor1-0/+8
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/341629
2020-08-01libgo: update to go1.15rc1Ian Lance Taylor1-0/+35
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/245157
2019-09-06libgo: update to Go 1.13beta1 releaseIan Lance Taylor1-0/+4
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/193497 From-SVN: r275473
2017-09-14libgo: update to go1.9Ian Lance Taylor1-1/+5
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
2015-10-31runtime: Remove now unnecessary pad field from ParFor.Ian Lance Taylor1-6/+38
It is not needed due to the removal of the ctx field. Reviewed-on: https://go-review.googlesource.com/16525 From-SVN: r229616
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-6/+6
From-SVN: r204466
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor1-1/+1
From-SVN: r183540
2011-09-16Update Go library to r60.Ian Lance Taylor1-4/+15
From-SVN: r178910
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+223
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. From-SVN: r167407