summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-28gob: allow transmission of things other than structs at the top level.Rob Pike6-113/+234
2010-06-28Move the functions, newPollServer and Run, from fd.goVinu Rajashekhar3-75/+88
2010-06-288g compiler missing call to splitclean().Ken Thompson1-1/+4
2010-06-27optimization of static initializationKen Thompson4-128/+202
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike2-2/+53
2010-06-24gob: add support for complex numbersRob Pike4-69/+224
2010-06-23gc: fix crash for nested complex divisionRuss Cox1-1/+1
2010-06-23Build draw/x11. Skip for test.Christopher Wedgwood1-0/+2
2010-06-22regexp: restore accidentally deleted test item.Rob Pike1-0/+1
2010-06-22regexp: bug fix: need to track whether match begins with fixed prefix.Rob Pike2-17/+20
2010-06-22debug/dwarf: update PDF link.Rob Pike1-1/+1
2010-06-21runtime: split extern.go into debug.go, extern.go, sig.go.Russ Cox6-152/+164
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox6-14/+28
2010-06-21net: move Dial, Listen out of net.go.Russ Cox3-172/+180
2010-06-21ld: add -u flag to check safe bits; discard old -u, -x flagsRuss Cox4-31/+28
2010-06-21runtime: delete old typesRuss Cox1-36/+0
2010-06-21net: Fix ICMP test.Christopher Wedgwood1-2/+2
2010-06-21syslog: use local network for testsRuss Cox1-1/+1
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox8-141/+112
2010-06-21gc: include struct field tags in type equalityRuss Cox1-1/+13
2010-06-21pkg/Makefile: allow DISABLE_NET_TESTS=1 to disable network testsRuss Cox4-11/+16
2010-06-21goinstall: process dependencies for package mainRoger Peppe3-16/+30
2010-06-20undo changes accidentally included in 09c5add99d50Russ Cox6-37/+20
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox25-937/+623
2010-06-20gc: delete debug printRuss Cox1-1/+0
2010-06-20gc: better error messages for interface failures, conversionsRuss Cox13-56/+139
2010-06-20gc: fix build - subnode not addable in complexgenRuss Cox1-6/+9
2010-06-18nacl: fix buildRuss Cox2-2/+2
2010-06-18strconv: add AtofN, FtoaNRuss Cox4-0/+47
2010-06-18fmt.Scanf: improve error message when input does not match formatRob Pike2-4/+7
2010-06-18complex divide: match C99 implementationRuss Cox1-23/+47
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-14runtime: correct fault for 16-bit divide on LeopardRuss Cox2-2/+6
2010-06-14fmt.Printf: write tests for %T.Rob Pike2-1/+7
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike5-625/+456
2010-06-15html: sync testdata/webkit to match WebKit tip.Nigel Tao1-0/+44
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe2-36/+187
2010-06-14gc: no more ...Russ Cox17-838/+497
2010-06-14remove uses of ... from tree, add one testRuss Cox5-26/+47
2010-06-14exp/draw: small draw.drawGlyphOver optimization.Nigel Tao1-10/+11
2010-06-12gc: less aggressive name binding, for better line numbers in errorsRuss Cox8-82/+111
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-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