summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor12-3/+26
2010-02-268g: make a[byte(x)] truncate xRuss Cox1-1/+8
2010-02-26go/scanner: the position of '\n's chars must be the last position of the curr...Robert Griesemer2-8/+12
2010-02-26Fix a couple of bugs referencing data values in template.Micah Stetson2-0/+18
2010-02-25use []byte("abc") in place of []byte{'a', 'b', 'c'}Russ Cox4-12/+12
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer11-67/+115
2010-02-25strings: delete Runes, BytesRuss Cox60-303/+235
2010-02-25tabwriter: make use of new []byte() conversionRobert Griesemer1-2/+2
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox6-14/+118
2010-02-25Fix small typo in net package.Stephen Weinberg1-1/+1
2010-02-25go/printer, gofmt: correct indentation after certain /*-style commentsRobert Griesemer5-36/+53
2010-02-25tabwriter: indicate section breaks if Debug flag is setRobert Griesemer2-0/+10
2010-02-25Use consistent types in .h file and .c file.Ian Lance Taylor2-2/+2
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