aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-08add a README file, so that if someone finds aRuss Cox
2009-11-08links to Go Nuts, issue tracker,Russ Cox
2009-11-08another attempt at utf-8 uploads.Russ Cox
2009-11-08go for c++ programmers; fixes.Russ Cox
2009-11-08effective go: tiny fixesRuss Cox
2009-11-08TBRRobert Griesemer
2009-11-08TBRRobert Griesemer
2009-11-08- better support for text files: show them nicely formattedRobert Griesemer
2009-11-08make the visited color darker instead of lighterRob Pike
2009-11-08scaled bumpersRuss Cox
2009-11-07- avoid division-by-zero crash in tabwriterRobert Griesemer
2009-11-07Adjust gccgo license references.Ian Lance Taylor
2009-11-07fixes to spec. mostly minor but several of significance.Rob Pike
2009-11-07- added link to sourcesRobert Griesemer
2009-11-07nice directory listingsRobert Griesemer
2009-11-07fix authentication in parallel LoadAllCLRuss Cox
2009-11-07contribute.html fixesRuss Cox
2009-11-07tutorial fixesRuss Cox
2009-11-07FAQ editsRuss Cox
2009-11-07require Mercurial 1.3 again (how did that get dropped?)Russ Cox
2009-11-07language design FAQ editsRuss Cox
2009-11-07fix a few style nits; arrange the doc list inRuss Cox
2009-11-07Add flags of type float to the flag package.Vish Subramanian
2009-11-07- support to extract one-line package synopsis for package listingsRobert Griesemer
2009-11-07- blank before opening { for multi-line composite literals (as preferred by r)Robert Griesemer
2009-11-07Ignore more unimportant files.Ian Lance Taylor
2009-11-07new style; live at http://r45:3456/Russ Cox
2009-11-07change --enable-languages flag to include c, c++ in first mentionRob Pike
2009-11-06add an item about open sourceRob Pike
2009-11-06Typo fixes.David Symonds
2009-11-06codereview: print gofmt message when abortingRuss Cox
2009-11-068g has an optimizer; update its descriptionRob Pike
2009-11-06Contribute code instructions to use "hg codereview-login" did not work for me...Vish Subramanian
2009-11-06Add vish to contributors.Vish Subramanian
2009-11-06make temporary google.com -> golang.org hack more sophisticatedRuss Cox
2009-11-068g optimizerKen Thompson
2009-11-06format composite literal types that are "short" struct type literalsRobert Griesemer
2009-11-06- application of gofmt with one-line composite literal structs enabledRobert Griesemer
2009-11-06arm port description.Kai Backman
2009-11-06Rename go_gccgo_setup to gccgo_install.Ian Lance Taylor
2009-11-06- one-line funcs in miscRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-06Expand section on building gccgo.Ian Lance Taylor
2009-11-06Add a document on contributing to gccgo.Ian Lance Taylor
2009-11-06updated godoc documentationRobert Griesemer
2009-11-06fix argument order bug for floatKai Backman
2009-11-06with rsc: argsize rounding to 8 smashes stack data on 32bit machines.Kai Backman
2009-11-06Added tag release, release.2009-11-06 for changeset 1f0a01c93d30Russ Cox
2009-11-06replaced "Expressive" with "expressive" for a cleaner lookRobert Griesemer
2009-11-06big: fix carry error, add test case.Adam Langley