aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-21syslog: use local network for testsRuss Cox
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox
2010-06-21gc: include struct field tags in type equalityRuss Cox
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox
2010-06-21goinstall: process dependencies for package mainRoger Peppe
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox
2010-06-20gc: delete debug printRuss Cox
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox
2010-06-20gc: fix build - subnode not addable in complexgenRuss Cox
2010-06-18nacl: fix buildRuss Cox
2010-06-18strconv: add AtofN, FtoaNRuss Cox
2010-06-18fmt.Scanf: improve error message when input does not match formatRob Pike
2010-06-18complex divide: match C99 implementationRuss Cox
2010-06-16http: reply to Expect 100-continue requests automaticallyBrad Fitzpatrick
2010-06-16cmd/gotest: Delete temporary _testmain.go files.Nigel Tao
2010-06-16image: add an Alpha16 type, for completeness.Nigel Tao
2010-06-15fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike
2010-06-15bytes.Buffer.ReadFrom: fix bug.Rob Pike
2010-06-14runtime: correct fault for 16-bit divide on LeopardRuss Cox
2010-06-14fmt.Printf: write tests for %T.Rob Pike
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike
2010-06-15html: sync testdata/webkit to match WebKit tip.Nigel Tao
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe
2010-06-14gc: no more ...Russ Cox
2010-06-14remove uses of ... from tree, add one testRuss Cox
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox
2010-06-12runtime: fix 386 signal handler bugRuss Cox
2010-06-12gopack: add S flag to force marking a package as safeRuss Cox
2010-06-118l: correct test for sp == top of stack in 8l -K codeRuss Cox
2010-06-11gopack: simplify go metadata codeRuss Cox
2010-06-11gc: change -u to require imports to be marked safeRuss Cox
2010-06-11Pad Go symbol table out to page boundary when linking dynamically.Ian Lance Taylor
2010-06-11runtime: switch to OS stack during Windows syscallAlex Brainman
2010-06-11runtime: free lock handles on WindowsAlex Brainman
2010-06-09add path.Base, analogous to Unix basenameRob Pike
2010-06-09asn1: allow '*' in PrintableString.Adam Langley
2010-06-09exp/eval test: fix buildRobert Griesemer
2010-06-09go/scanner: report illegal escape sequencesRobert Griesemer
2010-06-09gc: more cleanupRuss Cox
2010-06-08gc: new typechecking rulesRuss Cox
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-06-08go/printer: deleted dead codeRobert Griesemer
2010-06-08gofmt: update test script so it can run to completion againRobert Griesemer
2010-06-08go/parser: correct position of empty statement ';'Robert Griesemer
2010-06-07gc: better error message when ~ operator is foundRobert Griesemer
2010-06-07gc: backslash newline is not a legal escape sequence in stringsRobert Griesemer
2010-06-08http: add Head function for making HTTP HEAD requestsAndrew Gerrand
2010-06-07runtime: finish pchw -> tiny, added gettime for tinyDaniel Theophanes