summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-25strings: remove a couple of redundant testsRobert Griesemer1-2/+4
2010-02-25path: Fix bug in Match with non-greedy starsKevin Ballard2-1/+9
2010-02-25%q in fmt: if the object is a Stringer, use String() to get the value to quote.Rob Pike3-1/+11
2010-02-24go/scanner: support for complex (imaginary) constantsRobert Griesemer6-2/+106
2010-02-24Install runtime.h and cgocall.h.Ian Lance Taylor2-2/+9
2010-02-24go/ast: streamline representation of field listsRobert Griesemer11-115/+151
2010-02-24path: add MatchRuss Cox3-0/+274
2010-02-24http: fix handling of Close, use Close in http.PostRuss Cox5-11/+68
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer9-37/+41
2010-02-24go/printer: use general comment intersperse mechanism everywhereRobert Griesemer5-69/+77
2010-02-23crypto package documentation fixMark Zavislak2-6/+6
2010-02-23goyacc: fix handling of / and comments in goyaccRob Pike1-2/+20
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox1-14/+6
2010-02-22net: disable UDP server testRuss Cox1-3/+6
2010-02-22math: add lgamma; in-line special cases of acosh, nextafterCharles L. Dorian5-3/+404
2010-02-23Fix xgb/example.go typo.Nigel Tao1-1/+1
2010-02-22go/printer (gofmt): remove more residue from semicolon transitionRobert Griesemer1-79/+14
2010-02-22http: use RawURL in Request.WritePetar Maymounkov2-5/+8
2010-02-22xml: treat bool as value in UnmarshalMichael Hoisie2-9/+19
2010-02-22http: fix bug in PostPetar Maymounkov1-1/+3
2010-02-22json: fix quoted strings in MarshalSergei Skorobogatov2-29/+85
2010-02-22scanner: match go/scanner and disallow NUL character;Robert Griesemer2-6/+17
2010-02-21http request URI should never be emptyMichael Hoisie1-1/+1
2010-02-21all done except -Ken Thompson3-103/+297
2010-02-21gc: minor const simplificationsRuss Cox1-32/+15
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson12-28/+262
2010-02-19websocket: fix binary frame size decodingTimo Savola1-3/+2
2010-02-19go/ast: use a slice instead of a linked list for the list of commentsRobert Griesemer7-42/+38
2010-02-19godoc: fix path resolution for command-line one more time (sigh...)Robert Griesemer1-2/+21
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer18-2382/+33
2010-02-19godoc: make commandline use work againRobert Griesemer2-10/+7
2010-02-19http: unified body transfer (read & write) logic in http.Request/Response.Petar Maymounkov6-348/+482
2010-02-19http: add Pending method to ServerConn, ClientConnPetar Maymounkov1-1/+19
2010-02-19crypto/x509: support certificate creation.Adam Langley2-2/+280
2010-02-19http: add DumpRequest, DumpResponse, for debuggingPetar Maymounkov2-0/+77
2010-02-18http: persistent connection objectsPetar Maymounkov2-0/+286
2010-02-18http: do not edit Response.ContentLength in Response.WritePetar Maymounkov1-6/+7
2010-02-18gc: double-initializationRuss Cox1-1/+0
2010-02-18combined pchw and embedded into tiny. added section on arm to READMEKai Backman21-142/+58
2010-02-18math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, LdexpCharles L. Dorian13-53/+311
2010-02-188a/8l: Added FCMOVcc instructionsEvan Shaw4-0/+40
2010-02-18xml: allow unquoted attribute values in non-Strict modeAmrut Joshi2-8/+55
2010-02-18http: avoid server crash on malformed client requestFumitoshi Ukai2-8/+37
2010-02-18exec: add dir argument to Run.Russ Cox3-15/+52
2010-02-18gc: fix this morning's bug fixRuss Cox5-5/+7
2010-02-18complex constant multiply and divideKen Thompson5-10/+92
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer3-36/+20
2010-02-18sync: allow to work on armv5Dean Prichard3-1/+55
2010-02-18more complex - constantsKen Thompson6-3/+41
2010-02-18gc: recursive interface embeddingRuss Cox4-23/+73