summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-18complex divide: match C99 implementationRuss Cox7-41/+2569
2010-06-18Effective Go: panic and recoverRob Pike1-3/+168
2010-06-16Effective Go: add a section on defer.Rob Pike1-3/+143
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick2-0/+35
2010-06-16cmd/gotest: Delete temporary _testmain.go files.Nigel Tao1-1/+1
2010-06-16image: add an Alpha16 type, for completeness.Nigel Tao2-0/+69
2010-06-15fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike2-29/+100
2010-06-15bytes.Buffer.ReadFrom: fix bug.Rob Pike1-1/+1
2010-06-14Effective Go: update ... discussion.Rob Pike1-11/+28
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox4-14/+10
2010-06-14fmt.Printf: write tests for %T.Rob Pike2-1/+7
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike6-626/+457
2010-06-15html: sync testdata/webkit to match WebKit tip.Nigel Tao1-0/+44
2010-06-14Add test for division by zero.Rob Pike2-0/+180
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe2-36/+187
2010-06-14tutorial: update discussion of variadic functionsRob Pike2-15/+25
2010-06-14gc: no more ...Russ Cox17-838/+497
2010-06-14remove uses of ... from tree, add one testRuss Cox9-47/+54
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao1-10/+11
2010-06-12spec: remove ... (keeping ...T)Russ Cox1-60/+21
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox9-82/+155
2010-06-12runtime: fix 386 signal handler bugRuss Cox2-15/+35
2010-06-12gopack: add S flag to force marking a package as safeRuss Cox2-4/+16
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike1-2/+5
2010-06-118l: correct test for sp == top of stack in 8l -K codeRuss Cox1-1/+1
2010-06-11gopack: simplify go metadata codeRuss Cox1-314/+36
2010-06-11gc: change -u to require imports to be marked safeRuss Cox5-3/+22
2010-06-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor3-7/+11
2010-06-11runtime: switch to OS stack during Windows syscallAlex Brainman5-56/+163
2010-06-11runtime: free lock handles on WindowsAlex Brainman1-0/+2
2010-06-10test: check that surrogate pair runes and huge rune values are rejectedRuss Cox1-0/+25
2010-06-09.hgignore: ignore doc/htmlgenPaolo Giarrusso1-0/+1
2010-06-09codereview: avoid exception in matchPaolo Giarrusso1-1/+2
2010-06-09A+C: James Whitehead and Paolo Giarrusso (both individual CLA)Russ Cox2-0/+4
2010-06-09add path.Base, analogous to Unix basenameRob Pike2-0/+45
2010-06-09asn1: allow '*' in PrintableString.Adam Langley2-1/+6
2010-06-09bug286: test caseRobert Griesemer2-0/+101
2010-06-09exp/eval test: fix buildRobert Griesemer1-3/+3
2010-06-09go/scanner: report illegal escape sequencesRobert Griesemer2-21/+30
2010-06-09release.2010-06-09 tagAndrew Gerrand0-0/+0
2010-06-09release.2010-06-09Andrew Gerrand1-0/+47
2010-06-09gc: more cleanupRuss Cox6-40/+120
2010-06-08fix build: invalid character literalsRuss Cox1-6/+6
2010-06-08gc: new typechecking rulesRuss Cox29-1330/+1469
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox10-141/+149
2010-06-08go/printer: deleted dead codeRobert Griesemer2-23/+14
2010-06-08gofmt: update test script so it can run to completion againRobert Griesemer1-1/+2
2010-06-08go/parser: correct position of empty statement ';'Robert Griesemer3-10/+9
2010-06-08fix buildRuss Cox2-21/+22
2010-06-08doc: add Google I/O talk and programsRuss Cox6-0/+722