index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-18
complex divide: match C99 implementation
Russ Cox
7
-41
/
+2569
2010-06-18
Effective Go: panic and recover
Rob Pike
1
-3
/
+168
2010-06-16
Effective Go: add a section on defer.
Rob Pike
1
-3
/
+143
2010-06-16
http: reply to Expect 100-continue requests automatically
Brad Fitzpatrick
2
-0
/
+35
2010-06-16
cmd/gotest: Delete temporary _testmain.go files.
Nigel Tao
1
-1
/
+1
2010-06-16
image: add an Alpha16 type, for completeness.
Nigel Tao
2
-0
/
+69
2010-06-15
fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.
Rob Pike
2
-29
/
+100
2010-06-15
bytes.Buffer.ReadFrom: fix bug.
Rob Pike
1
-1
/
+1
2010-06-14
Effective Go: update ... discussion.
Rob Pike
1
-11
/
+28
2010-06-14
runtime: correct fault for 16-bit divide on Leopard
Russ Cox
4
-14
/
+10
2010-06-14
fmt.Printf: write tests for %T.
Rob Pike
2
-1
/
+7
2010-06-14
fmt.Print*: reimplement to switch on type first.
Rob Pike
6
-626
/
+457
2010-06-15
html: sync testdata/webkit to match WebKit tip.
Nigel Tao
1
-0
/
+44
2010-06-14
Add test for division by zero.
Rob Pike
2
-0
/
+180
2010-06-14
Add IndexFunc and LastIndexFunc.
Roger Peppe
2
-36
/
+187
2010-06-14
tutorial: update discussion of variadic functions
Rob Pike
2
-15
/
+25
2010-06-14
gc: no more ...
Russ Cox
17
-838
/
+497
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
9
-47
/
+54
2010-06-14
exp/draw: small draw.drawGlyphOver optimization.
Nigel Tao
1
-10
/
+11
2010-06-12
spec: remove ... (keeping ...T)
Russ Cox
1
-60
/
+21
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
9
-82
/
+155
2010-06-12
runtime: fix 386 signal handler bug
Russ Cox
2
-15
/
+35
2010-06-12
gopack: add S flag to force marking a package as safe
Russ Cox
2
-4
/
+16
2010-06-11
spec: clarify that result parameters are always zeroed before the function ex...
Rob Pike
1
-2
/
+5
2010-06-11
8l: correct test for sp == top of stack in 8l -K code
Russ Cox
1
-1
/
+1
2010-06-11
gopack: simplify go metadata code
Russ Cox
1
-314
/
+36
2010-06-11
gc: change -u to require imports to be marked safe
Russ Cox
5
-3
/
+22
2010-06-11
Pad Go symbol table out to page boundary when linking dynamically.
Ian Lance Taylor
3
-7
/
+11
2010-06-11
runtime: switch to OS stack during Windows syscall
Alex Brainman
5
-56
/
+163
2010-06-11
runtime: free lock handles on Windows
Alex Brainman
1
-0
/
+2
2010-06-10
test: check that surrogate pair runes and huge rune values are rejected
Russ Cox
1
-0
/
+25
2010-06-09
.hgignore: ignore doc/htmlgen
Paolo Giarrusso
1
-0
/
+1
2010-06-09
codereview: avoid exception in match
Paolo Giarrusso
1
-1
/
+2
2010-06-09
A+C: James Whitehead and Paolo Giarrusso (both individual CLA)
Russ Cox
2
-0
/
+4
2010-06-09
add path.Base, analogous to Unix basename
Rob Pike
2
-0
/
+45
2010-06-09
asn1: allow '*' in PrintableString.
Adam Langley
2
-1
/
+6
2010-06-09
bug286: test case
Robert Griesemer
2
-0
/
+101
2010-06-09
exp/eval test: fix build
Robert Griesemer
1
-3
/
+3
2010-06-09
go/scanner: report illegal escape sequences
Robert Griesemer
2
-21
/
+30
2010-06-09
release.2010-06-09 tag
Andrew Gerrand
0
-0
/
+0
2010-06-09
release.2010-06-09
Andrew Gerrand
1
-0
/
+47
2010-06-09
gc: more cleanup
Russ Cox
6
-40
/
+120
2010-06-08
fix build: invalid character literals
Russ Cox
1
-6
/
+6
2010-06-08
gc: new typechecking rules
Russ Cox
29
-1330
/
+1469
2010-06-08
misc cleanup: gofmt + &x -> x[0:] conversion
Russ Cox
10
-141
/
+149
2010-06-08
go/printer: deleted dead code
Robert Griesemer
2
-23
/
+14
2010-06-08
gofmt: update test script so it can run to completion again
Robert Griesemer
1
-1
/
+2
2010-06-08
go/parser: correct position of empty statement ';'
Robert Griesemer
3
-10
/
+9
2010-06-08
fix build
Russ Cox
2
-21
/
+22
2010-06-08
doc: add Google I/O talk and programs
Russ Cox
6
-0
/
+722
[prev]
[next]