index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
runtime: correct fault for 16-bit divide on Leopard
Russ Cox
2
-2
/
+6
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
5
-625
/
+456
2010-06-15
html: sync testdata/webkit to match WebKit tip.
Nigel Tao
1
-0
/
+44
2010-06-14
Add IndexFunc and LastIndexFunc.
Roger Peppe
2
-36
/
+187
2010-06-14
gc: no more ...
Russ Cox
17
-838
/
+497
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
5
-26
/
+47
2010-06-14
exp/draw: small draw.drawGlyphOver optimization.
Nigel Tao
1
-10
/
+11
2010-06-12
gc: less aggressive name binding, for better line numbers in errors
Russ Cox
8
-82
/
+111
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
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-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
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
gc: more cleanup
Russ Cox
5
-39
/
+100
2010-06-08
gc: new typechecking rules
Russ Cox
17
-938
/
+757
2010-06-08
misc cleanup: gofmt + &x -> x[0:] conversion
Russ Cox
7
-26
/
+33
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-07
gc: better error message when ~ operator is found
Robert Griesemer
1
-1
/
+1
2010-06-07
gc: backslash newline is not a legal escape sequence in strings
Robert Griesemer
1
-4
/
+0
2010-06-08
http: add Head function for making HTTP HEAD requests
Andrew Gerrand
2
-1
/
+23
2010-06-07
runtime: finish pchw -> tiny, added gettime for tiny
Daniel Theophanes
5
-5
/
+17
2010-06-06
http: fix erroneous comment
Andrew Gerrand
1
-4
/
+4
2010-06-04
HTML5 parser test data from WebKit.
Nigel Tao
24
-0
/
+10233
2010-06-04
Fixes issue 836.
Nigel Tao
2
-1
/
+15
2010-06-03
draw.Draw fast paths for the Over operator.
Nigel Tao
1
-34
/
+93
2010-06-03
Add Opaque method to the image types.
Nigel Tao
2
-0
/
+102
2010-06-03
fmt.Scan: %c
Rob Pike
2
-5
/
+23
2010-06-03
io/ioutil: add TempFile
Russ Cox
3
-0
/
+93
2010-06-03
http: handle status 304 correctly
Russ Cox
1
-0
/
+11
2010-06-03
fmt.Scan: field widths
Rob Pike
3
-122
/
+290
2010-06-03
math: fix typo in Exp2 benchmark
Charles L. Dorian
1
-1
/
+1
2010-06-03
netchan: fix typo in test
Rob Pike
1
-1
/
+1
2010-06-03
Fix typo in xml comments.
Nigel Tao
1
-3
/
+1
2010-06-02
Optimization to regexp _CharClass: keep track of overall range of
Kyle Consalus
2
-10
/
+48
2010-06-02
math: Pow special cases (signed zero, IEEE 754-2008)
Charles L. Dorian
2
-190
/
+245
[next]