aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-23release.2010-02-23 part oneweekly.2010-02-23Andrew Gerrand
2010-02-23misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks
2010-02-23crypto package documentation fixMark Zavislak
2010-02-23add Mark Zavislak (Google) to CONTRIBUTORSRuss Cox
2010-02-23goyacc: fix handling of / and comments in goyaccRob Pike
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox
2010-02-22net: disable UDP server testRuss Cox
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian
2010-02-23Fix xgb/example.go typo.Nigel Tao
2010-02-22go_mem: clarified unbuffered channel sync exampleAndrew Gerrand
2010-02-22go/printer (gofmt): remove more residue from semicolon transitionRobert Griesemer
2010-02-22http: use RawURL in Request.WritePetar Maymounkov
2010-02-22xml: treat bool as value in UnmarshalMichael Hoisie
2010-02-22effective_go: clarified small commentAndrew Gerrand
2010-02-22http: fix bug in PostPetar Maymounkov
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov
2010-02-22A+C: add Sergei Skorobogatov (individual CLA)Russ Cox
2010-02-22scanner: match go/scanner and disallow NUL character;Robert Griesemer
2010-02-21http request URI should never be emptyMichael Hoisie
2010-02-21test: rename nul.go to nul1.goRuss Cox
2010-02-21all done except -Ken Thompson
2010-02-21gc: minor const simplificationsRuss Cox
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson
2010-02-19websocket: fix binary frame size decodingTimo Savola
2010-02-19A+C: add Timo Savola (individual CLA)Russ Cox
2010-02-19go/ast: use a slice instead of a linked list for the list of commentsRobert Griesemer
2010-02-19godoc: fix path resolution for command-line one more time (sigh...)Robert Griesemer
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer
2010-02-19godoc: make commandline use work againRobert Griesemer
2010-02-19remove absolute paths from search resultsRobert Griesemer
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov
2010-02-19http: add Pending method to ServerConn, ClientConnPetar Maymounkov
2010-02-19dashboard: lots of caching to avoid datastore queriesRuss Cox
2010-02-19crypto/x509: support certificate creation.Adam Langley
2010-02-19http: add DumpRequest, DumpResponse, for debuggingPetar Maymounkov
2010-02-18http: persistent connection objectsPetar Maymounkov
2010-02-18http: do not edit Response.ContentLength in Response.WritePetar Maymounkov
2010-02-18gc: double-initializationRuss Cox
2010-02-18combined pchw and embedded into tiny. added section on arm to READMEKai Backman
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian
2010-02-188a/8l: Added FCMOVcc instructionsEvan Shaw
2010-02-18xml: allow unquoted attribute values in non-Strict modeAmrut Joshi
2010-02-18A+C: add Amrut Joshi (individual CLA)Russ Cox
2010-02-18http: avoid server crash on malformed client requestFumitoshi Ukai
2010-02-18exec: add dir argument to Run.Russ Cox
2010-02-18gc: fix this morning's bug fixRuss Cox
2010-02-18complex constant multiply and divideKen Thompson
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer
2010-02-18sync: allow to work on armv5Dean Prichard
2010-02-18more complex - constantsKen Thompson