Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 2 | -6/+17 | |
From-SVN: r204466 | |||||
2013-07-16 | libgo: Update to Go 1.1.1. | Ian Lance Taylor | 3 | -5/+5 | |
From-SVN: r200974 | |||||
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r195560 | |||||
2012-11-21 | libgo: Update to current version of master library. | Ian Lance Taylor | 5 | -237/+557 | |
From-SVN: r193688 | |||||
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 8 | -44/+545 | |
From-SVN: r192704 | |||||
2012-06-25 | libgo: Update to Go 1.0.2 release. | Ian Lance Taylor | 1 | -3/+3 | |
From-SVN: r188943 | |||||
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 5 | -12/+64 | |
From-SVN: r186023 | |||||
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 4 | -9/+11 | |
From-SVN: r184798 | |||||
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 2 | -2/+5 | |
From-SVN: r184034 | |||||
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 2 | -313/+0 | |
From-SVN: r183540 | |||||
2012-01-12 | libgo: Update to weekly.2011-12-14. | Ian Lance Taylor | 1 | -4/+4 | |
From-SVN: r183118 | |||||
2011-12-14 | libgo: Update to weekly.2011-12-06. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r182338 | |||||
2011-12-07 | libgo: Update to weekly 2011-11-09. | Ian Lance Taylor | 6 | -0/+1240 | |
From-SVN: r182073 | |||||
2011-12-02 | libgo: Update to weekly.2011-11-01. | Ian Lance Taylor | 7 | -145/+146 | |
From-SVN: r181938 | |||||
2011-11-29 | libgo: update to weekly.2011-10-25 | Ian Lance Taylor | 1 | -2929/+2929 | |
Changes were mainly straightforward to merge. From-SVN: r181824 | |||||
2011-10-26 | Update Go library to last weekly. | Ian Lance Taylor | 1 | -3/+3 | |
From-SVN: r180552 | |||||
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 9 | -3862/+5927 | |
From-SVN: r178910 | |||||
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 1 | -1/+2 | |
From-SVN: r173931 | |||||
2011-03-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 3 | -186/+307 | |
From-SVN: r171076 | |||||
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 7 | -0/+5263 | |
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 |