aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-29html: adjust bookmark in "adoption agency" algorithmAndrew Balholm
2011-10-28html: don't run "adoption agency" on elements that aren't in scope.Andrew Balholm
2011-10-27fmt: handle os.Error valuesRuss Cox
2011-10-27template: do not use error as stringerRuss Cox
2011-10-27gob: split uses of gobError, remove unnecessary embeddingRuss Cox
2011-10-27strconv: use better errors than os.EINVAL, os.ERANGERuss Cox
2011-10-27crypto/tls: add Error method to alertRuss Cox
2011-10-27test: error-related fixesRuss Cox
2011-10-27xml: simplify testRuss Cox
2011-10-27go/build: avoid os.Error in testsRuss Cox
2011-10-27go/doc: remove os.NewError anti-heuristicRuss Cox
2011-10-27encoding/binary: fix type in testRuss Cox
2011-10-27crypto/openpgp/error: use Error in names of error impl typesRuss Cox
2011-10-28doc: A Tour of Go in JapaneseAndrew Gerrand
2011-10-27html: fix print argument in testRuss Cox
2011-10-27runtime: lock the main goroutine to the main OS thread during initRuss Cox
2011-10-27pkg: remove .String() from some print argumentsRuss Cox
2011-10-28html: allow whitespace text nodes in <head>Andrew Balholm
2011-10-28misc/windows: allow to be used for amd64Alex Brainman
2011-10-27spec: define that initialization is sequentialRuss Cox
2011-10-27go/parser: test and fix := scoping bugRuss Cox
2011-10-27goinstall: More intelligent vcs selection for common sitesJulian Phillips
2011-10-27doc: fix escaping in weekly.htmlAndrew Gerrand
2011-10-27html: parse <style> elements inside <head> element.Andrew Balholm
2011-10-27html: close <option> element when opening <optgroup>Andrew Balholm
2011-10-266l: remove mention of -e flagRuss Cox
2011-10-26cc: change cas to newcaseRon Minnich
2011-10-26test/alias.go: additional testsRuss Cox
2011-10-27misc/vim: Add rune keywordJongmin Kim
2011-10-26gofix: test import insertion, deletionRuss Cox
2011-10-26A+C: Ron Minnich (individual CLA)Russ Cox
2011-10-26A+C: Jan Newmarch (individual CLA)Russ Cox
2011-10-26C+A: add Jongmin Kim (individual CLA)Brad Fitzpatrick
2011-10-26crypto/rsa: change public exponent from 3 to 65537Adam Langley
2011-10-26net: document why we do not use SO_REUSEADDR on windowsAlex Brainman
2011-10-26.hgignore: ignore src/pkg/exp/ebnflint/ebnflintAlex Brainman
2011-10-26gc: fix [568]g -V crashMikio Hara
2011-10-26redo CL 5302057 / dac58d9c9e4aAndrew Gerrand
2011-10-26tag weekly.2011-10-26Andrew Gerrand
2011-10-26weekly.2011-10-26 (new rune type)weekly.2011-10-26Andrew Gerrand
2011-10-25exp/norm: use runeRuss Cox
2011-10-25csv, gob, json, mail, mime, xml: use runeRuss Cox
2011-10-25bufio, io: use runeRuss Cox
2011-10-25unicode, utf8, utf16: use runeRuss Cox
2011-10-25old/regexp, old/template, template: use runeRuss Cox
2011-10-25exp/template/html: use runeRuss Cox
2011-10-25bytes, strings: use runeRuss Cox
2011-10-25big: update for fmt interface changesRuss Cox
2011-10-25fmt: use runeRuss Cox
2011-10-25exp/winfsnotify: fix govet-found bugRuss Cox