aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-28crypto/tls: don't rely on map iteration order.Adam Langley
2011-11-28text/template: address a couple of issues for html/templateRob Pike
2011-11-28strings: fix test outputChristopher Wedgwood
2011-11-28bytes: fix test outputChristopher Wedgwood
2011-11-28doc/tmptohtml: output fixChristopher Wedgwood
2011-11-28exp/ssh: add safeString error sanitiserDave Cheney
2011-11-28gc: don't inherit orig from subnodes in constant expression nodes.Rémy Oudompheng
2011-11-28exp/ssh: fix three shift bugs related to packet lengthsDave Cheney
2011-11-28gc: fix copying of typesMaxim Pimenov
2011-11-28http: fix sniffing bug causing short writesBrad Fitzpatrick
2011-11-28CONTRIBUTORS: add Maxim Pimenov (Google CLA)Russ Cox
2011-11-28sql: add Tx.Stmt to use an existing prepared stmt in a transactionBrad Fitzpatrick
2011-11-28exp/ssh: fix misleading spelling mistake in commentGustav Paul
2011-11-27filepath/path: fix Rel buffer sizingGustavo Niemeyer
2011-11-27math: fix typo in Log1p commentsCharles L. Dorian
2011-11-28html: parse <nobr> elementsAndrew Balholm
2011-11-27math/big: use recursive subdivision for significant speedupMichael T. Jones
2011-11-27exp/ssh: messages now contain remote channel's id instead of local idGustav Paul
2011-11-27html: ignore <head> tags in <head> elementAndrew Balholm
2011-11-26text/template: rename the method Template.Template to Template.LookupRob Pike
2011-11-26os: fail if Open("") is called on windowsAlex Brainman
2011-11-25exp/sql/driver: Correct package name in comment.Benny Siegert
2011-11-25C+A: add Gustav Paul (individual CLA)Brad Fitzpatrick
2011-11-25time: fix timer stopDmitriy Vyukov
2011-11-25html/template: fix documentation indentAndrew Gerrand
2011-11-25dashboard: builder-facing implementation and testsAndrew Gerrand
2011-11-24text/template: fix bug in CloneRob Pike
2011-11-24effective_go: remove unused variable from a couple of examplesRob Pike
2011-11-23strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc.Scott Lawrence
2011-11-23gofix: trivial rewrite for template.ParseFilesRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-24html: ingore newline at the start of a <pre> blockAndrew Balholm
2011-11-23go/ast: trivial cleanup (remove superfluous string conversion)Robert Griesemer
2011-11-24html: parse DOCTYPE into name and public and system identifiersAndrew Balholm
2011-11-23go/printer, gofmt: more performance tweaksRobert Griesemer
2011-11-23fmt: don't check for nil when printing arrays as Go syntax.Rémy Oudompheng
2011-11-23crypto/openpgp/packet: fix private key checksumAdam Langley
2011-11-23exp/ssh: add simple tcpip.go functional testsDave Cheney
2011-11-23exp/ssh: remove unused forwarding methods in Server ListenerDave Cheney
2011-11-22go/printer: remove "written" result value - is never usedRobert Griesemer
2011-11-22go/printer, gofmt: 20 to 30% faster gofmtRobert Griesemer
2011-11-23html: on EOF in a comment, ignore final dashes (up to 2)Andrew Balholm
2011-11-23dashboard: new Go dashboard data structure designAndrew Gerrand
2011-11-22tutorial: update go_tutorial.htmlRob Pike
2011-11-22encoding/xml: fix copy bugRuss Cox
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-22os: make ReadAt comment clearerRuss Cox
2011-11-22cgo: add support for callbacks from dynamic librariesDmitriy Vyukov
2011-11-22html: copy attributes from extra <html> tags to root elementAndrew Balholm
2011-11-22html: ignore whitespace before <head> elementAndrew Balholm