aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-10Implement new emacs command M-x gofmtweekly.2009-11-10.1Kevin Ballard
Define a new interactive function in go-mode.el called gofmt. This function passes the current buffer through the external `gofmt` tool and replaces the buffer with the result. R=agl, rsc https://golang.org/cl/154044
2009-11-10Fix go-mode.el to work on empty buffersKevin Ballard
Fixes #8. R=agl, agl1, rsc https://golang.org/cl/153056
2009-11-10update old comment: things are much better nowRuss Cox
R=r https://golang.org/cl/152057
2009-11-10gotest: avoid problems with grepping for ·Russ Cox
Fixes #7. R=r CC=golang-dev https://golang.org/cl/154043
2009-11-10install.html: ed needs to be installed tooRuss Cox
Fixes #14. R=r https://golang.org/cl/152052
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox
R=agl1 CC=golang-dev https://golang.org/cl/152056
2009-11-10sanity check environment variables better.Russ Cox
Fixes #12. R=agl1 CC=golang-dev https://golang.org/cl/152055
2009-11-10Adding myself (Kevin Ballard) to the AUTHORS/CONTRIBUTORS filesKevin Ballard
R=rsc https://golang.org/cl/153055
2009-11-10net: fix error for connect to /etc/ on some systemsRuss Cox
R=agl1 CC=golang-dev https://golang.org/cl/152051
2009-11-10fix final program to have Html->HTMLRob Pike
R=rsc CC=go-dev https://golang.org/cl/152050
2009-11-10change code review link to appspot.Russ Cox
R=r https://golang.org/cl/153051
2009-11-10test for invalid $GOBIN setting before trying to buildRuss Cox
R=r CC=golang-dev https://golang.org/cl/153049
2009-11-10net: disable more ipv6 testsRuss Cox
R=agl, agl1 CC=golang-dev https://golang.org/cl/153050
2009-11-10net: disable ipv6 test if we know kernel won't take it.Russ Cox
R=agl, agl1 CC=golang-dev https://golang.org/cl/153048
2009-11-10net: disable dns error testRuss Cox
some dns resolvers (opendns, for example) are willing to make up results for any name. R=agl, agl1 CC=golang-dev https://golang.org/cl/152049
2009-11-10net: fix dns bug reported on irc.Russ Cox
if suffixes don't work, check for name directly. also fixes short names like bit.ly when ndots>1. tested by tossing domain and search lines from /etc/resolv.conf Fixes #2. R=agl, agl1 CC=golang-dev https://golang.org/cl/152048
2009-11-10video is readyRuss Cox
R=r http://codereview.prom.corp.google.com/1024050
2009-11-10better code for a copy loopRobert Griesemer
R=rsc https://golang.org/cl/152046
2009-11-10default to codereview.appspot.comRuss Cox
R=r http://codereview.prom.corp.google.com/1026040
2009-11-10spell it with an "e"Ken Thompson
R=rsc http://go/go-review/1025037
2009-11-10video is coming soonRuss Cox
R=r http://go/go-review/1024049
2009-11-10delete old release tagRuss Cox
2009-11-10tag for public releaseRuss Cox
2009-11-10update video linksweekly.2009-11-10Russ Cox
R=r http://go/go-review/1024048
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer
R=rsc CC=r http://go/go-review/1026038
2009-11-10correct mailing list URLRuss Cox
R=r http://go/go-review/1024047
2009-11-10remove internal references from doc/install.htmlRuss Cox
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
2009-11-10make regexp comment not a package commentRuss Cox
R=r http://go/go-review/1025036
2009-11-10allow user agent to mention Go.Russ Cox
R=r http://go/go-review/1024046
2009-11-10Minor tweaks.Ian Lance Taylor
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045
2009-11-09make the titles of the FAQs match their links; adds clarity too. requested ↵Rob Pike
by rsc. R=rsc CC=go-dev http://go/go-review/1025034
2009-11-09- add .. link to package directory listing, for easy traversalRobert Griesemer
- matches style of source file directory listing R=rsc http://go/go-review/1024044
2009-11-09in addition to bison, need to have gcc and c libraries installed.Russ Cox
R=r http://go/go-review/1024043
2009-11-09drop output from nilptr tests;Russ Cox
too hard to make it the same everywhere. still checking for non-zero exit status though. disable core files while running tests R=r http://go/go-review/1026037
2009-11-09- minor cleanupsRobert Griesemer
- better debugging support - gofmt -l src misc | wc -l is 0 R=rsc http://go/go-review/1024042
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
2009-11-09add a q&a about google's internal use of goRob Pike
R=rsc CC=go-dev http://go/go-review/1026035
2009-11-09noted by kaib: explicit assignment initializationRuss Cox
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
2009-11-09add id tags to contribute.htmlRuss Cox
R=r http://go/go-review/1025033
2009-11-09cleanup style:Robert Griesemer
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
2009-11-09comment out red TODO clauses except for the last oneRob Pike
R=rsc CC=go-dev http://go/go-review/1024037
2009-11-09error rewording suggested by robert.Russ Cox
update comment. R=ken http://go/go-review/1025031
2009-11-09make search box ever so slightly widerRobert Griesemer
R=rsc http://go/go-review/1024036
2009-11-09TBR:Robert Griesemer
fix typo that prevented function bodies from being indexed (ouch!) R=rsc http://go/go-review/1024035
2009-11-09fix for incorrect composite literal grammarRobert Griesemer
(issue found by ken) R=go-dev, rsc http://go/go-review/1025030
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
R=rsc, r http://go/go-review/1025029
2009-11-09tweak documentation of commandsRuss Cox
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-09- rename Context to exprContext to remove it from public interfaceRobert Griesemer
(and to match the style of declContext) R=rsc http://go/go-review/1024033