aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-30A+C: Vincent AmboAndrew Gerrand
2010-08-30regexp: interpret all Go characer escapes \a \b \f \n \r \t \vRob Pike
2010-08-29codereview: Fix uploading for Mercurial 1.6.3Evan Shaw
2010-08-30crypto/tls: Fix doc typoEvan Shaw
2010-08-30doc: various changes for validating HTMLScott Lawrence
2010-08-30rpc: fix bug that caused private methods to attempt to be registered.Rob Pike
2010-08-28 Documentation: Fix a bug in the example in Constants subsectionJames Fysh
2010-08-28template: finally fix space handling around actions.Rob Pike
2010-08-28CLA: Add James FyshRob Pike
2010-08-27gofmt: permit omission of first index in slice expressionRobert Griesemer
2010-08-278g: use FCHS, not FMUL, for minus floatRuss Cox
2010-08-26go/printer: align ImportPaths in ImportDecls if PackageName is given.Scott Lawrence
2010-08-27doc: fix margins in root.htmlAndrew Gerrand
2010-08-27doc: remove console.log line from root.htmlAndrew Gerrand
2010-08-27doc: fix wiki codelab title and srcextract.goAndrew Gerrand
2010-08-26Make.pkg: never use quietgccRuss Cox
2010-08-26math: amd64 version of SincosCharles L. Dorian
2010-08-26codereview: speed uploadRuss Cox
2010-08-26build: fix cgo with -j2Russ Cox
2010-08-26gc: brace nit from last reviewKyle Consalus
2010-08-26netchan: Fix race condition in test.Ian Lance Taylor
2010-08-26codereview: consistent indent, cut dead codeRuss Cox
2010-08-26go/typechecker: 2nd step towards augmenting AST with full type information.Robert Griesemer
2010-08-26codereview: fix hang on standard hg commandsRuss Cox
2010-08-26codereview: print status when hungRuss Cox
2010-08-26misc/emacs: make _ a word symbolScott Lawrence
2010-08-26net: add LookupMXCorey Thomasson
2010-08-26runtime: special case copy, equal for one-word interface valuesKyle Consalus
2010-08-26crypto/hmac: make Sum idempotentJukka-Pekka Kekkonen
2010-08-26net/textproto: Handle multi-line responsesEvan Shaw
2010-08-26http: obscure passwords in return value of URL.StringScott Lawrence
2010-08-26A+C: Corey Thomasson (individual CLA)Russ Cox
2010-08-26runtime: Correct commonType.kind values to match compiler.Ian Lance Taylor
2010-08-26.hgignore: ignore src/cmd/cc/y.outputChristian Himpel
2010-08-26doc/go_learning: add links to more German docsAndrew Gerrand
2010-08-25goinstall: use https for Google Code checkoutsRuss Cox
2010-08-25gotest: allow make test of cgo packages (without make install)Russ Cox
2010-08-25build: let pkg/Makefile coordinate building of Go commandsRuss Cox
2010-08-25libcgo: update Makefile to use Make.incRuss Cox
2010-08-25codereview: really disable codereview when not availableRuss Cox
2010-08-25build: delete Make.386 Make.amd64 Make.armRuss Cox
2010-08-25websocket: fix missing Sec-WebSocket-Protocol on server response.Jukka-Pekka Kekkonen
2010-08-25A+C: Jukka-Pekka Kekkonen (individual CLA)Russ Cox
2010-08-25src/pkg/Makefile: delete use of QUOTED_GOBINMartin Neubauer
2010-08-25A+C: Martin NeubauerAndrew Gerrand
2010-08-25go/doc: use correct escaper for URLRuss Cox
2010-08-25syscall: change BUG(brainman) to NOTE(brainman)Russ Cox
2010-08-25tag release.2010-08-25Andrew Gerrand
2010-08-25release.2010-08-25weekly.2010-08-25Andrew Gerrand
2010-08-25scanner: change package comment to be clearer about its functionality.Rob Pike