aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/exp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor10-1315/+0
The exp/proxy package was removed from the master library in https://golang.org/cl/6461056 (August, 2012). The exp/terminal package was removed from the master library in https://golang.org/cl/5970044 (March, 2012). I'm not sure why they lingered in the gofrontend copy, but let's finally remove them now. Reviewed-on: https://go-review.googlesource.com/87138 From-SVN: r256435
2016-11-18Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the ↵Ian Lance Taylor2-8/+0
gofrontend repo... Correct gcc/go/gofrontend/lex.cc and libgo/aclocal.m4 to the versions in the gofrontend repo, which is supposed to be the master copy. Remove a few files in libgo that somehow were not deleted in the past. From-SVN: r242583
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor145-106742/+0
From-SVN: r200974
2013-01-30libgo: Update Go library to master revision 15502/229081515358.Ian Lance Taylor3-45/+41
From-SVN: r195569
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor75-54556/+53875
From-SVN: r195560
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.Ian Lance Taylor20-151/+501
From-SVN: r194692
2012-12-12libgo: Update to current master library sources.Ian Lance Taylor20-296/+1612
From-SVN: r194460
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor74-15888/+54266
From-SVN: r193688
2012-10-23libgo: Update to current sources.Ian Lance Taylor107-3377/+31188
From-SVN: r192704
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor5-107/+124
From-SVN: r186029
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor2-6/+1
From-SVN: r186026
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor4-483/+2
From-SVN: r186023
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor7-13/+23
From-SVN: r185010
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor12-63/+656
From-SVN: r184819
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor14-5439/+5358
From-SVN: r184798
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor17-333/+409
From-SVN: r184034
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor1-1/+2
From-SVN: r183981
2012-02-01libgo: Update to weekly.2012-01-27.Ian Lance Taylor88-6535/+23368
From-SVN: r183810
2012-01-25libgo: Update to weekly.2012-01-20.Ian Lance Taylor22-2636/+441
From-SVN: r183540
2012-01-25libgo: Update to weekly.2012-01-15.Ian Lance Taylor28-660/+999
From-SVN: r183539
2012-01-13libgo: Update to weekly.2011-12-22.Ian Lance Taylor18-91/+304
From-SVN: r183150
2012-01-12libgo: Update to weekly.2011-12-14.Ian Lance Taylor16-185/+549
From-SVN: r183118
2011-12-14libgo: Update to weekly.2011-12-06.Ian Lance Taylor13-313/+337
From-SVN: r182338
2011-12-13libgo: Update to weekly.2011-12-02.Ian Lance Taylor23-985/+841
From-SVN: r182295
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor21-555/+1473
From-SVN: r182266
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor51-6379/+625
From-SVN: r182073
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor44-395/+387
From-SVN: r181964
2011-12-02libgo: Update to weekly.2011-11-01.Ian Lance Taylor26-260/+432
From-SVN: r181938
2011-11-29libgo: update to weekly.2011-10-25Ian Lance Taylor12-85/+1166
Changes were mainly straightforward to merge. From-SVN: r181824
2011-11-02exp/terminal: Use tcgetattr/tcsetattr rather than ioctl.Ian Lance Taylor1-8/+7
From-SVN: r180780
2011-10-26Update Go library to last weekly.Ian Lance Taylor96-8846/+21884
From-SVN: r180552
2011-10-24Error if naked return when result variables are shadowed.Ian Lance Taylor2-16/+21
From-SVN: r180401
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor3-1408/+0
From-SVN: r180327
2011-09-16Update Go library to r60.Ian Lance Taylor65-13167/+14724
From-SVN: r178910
2011-05-20Update to current version of Go library.Ian Lance Taylor11-95/+253
From-SVN: r173931
2011-04-07libgo: Update to current Go library.Ian Lance Taylor2-2/+2
From-SVN: r172106
2011-03-30Update to current Go library.Ian Lance Taylor4-11/+15
From-SVN: r171732
2011-03-24Update to current version of Go library.Ian Lance Taylor3-10/+7
From-SVN: r171427
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor6-11/+526
From-SVN: r171076
2011-01-21Remove the types float and complex.Ian Lance Taylor30-11110/+166
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor49-0/+26001
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