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-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
2010-06-02
fmt.Scan: scan []byte arguments
Rob Pike
3
-7
/
+34
2010-06-02
bufio: change ReadSlice to match description
Russ Cox
2
-15
/
+17
2010-06-02
fmt.Scanf: implement formats, provide Sscanf (strings)
Rob Pike
3
-56
/
+173
2010-06-02
big: fix spelling of Euclidean
Russ Cox
1
-2
/
+2
2010-06-01
fmt.Scan: renamings, strings, errors
Rob Pike
1
-1
/
+1
2010-06-01
fmt.Scan: renamings, strings, errors
Rob Pike
2
-192
/
+409
2010-06-01
gc: fix export of complex types
Russ Cox
1
-0
/
+3
2010-06-01
big: bug fix for Quo aliasing problem
Robert Griesemer
2
-3
/
+31
2010-06-01
goinstall: Use 'git pull' instead of 'git checkout' when updating a git repo.
Michael Hoisie
1
-1
/
+1
2010-06-01
runtime: Fix printing -Inf
Evan Shaw
1
-2
/
+2
2010-06-01
Correct the regexp for finding unix signal names.
Vinu Rajashekhar
1
-1
/
+1
2010-05-31
Fix typo in gob docs. They were introduced in revision 3199778baf
Nigel Tao
1
-5
/
+5
2010-05-31
vector: undo changes to autogenerated files
Fazlul Shahriar
7
-42
/
+50
2010-05-31
fmt: fix end-of-array error in parsenum.
Rob Pike
2
-8
/
+5
2010-05-31
IntVector.Do now takes an f(int), and StringVector.Do now takes an f(string).
Michael Hoisie
3
-23
/
+17
2010-05-31
fmt.Scan: refactor the implementation so format-driven and normal scanning us...
Rob Pike
2
-160
/
+100
2010-05-31
fmt.Scan:
Rob Pike
2
-154
/
+436
2010-05-31
implement os.FileInfo.*time_ns for windows
Alex Brainman
4
-13
/
+17
2010-05-30
Correct _cgo_free when C ABI does not pass first arg on stack.
Ian Lance Taylor
2
-2
/
+13
2010-05-31
net: fix typo
Andrew Gerrand
1
-1
/
+1
2010-05-28
netchan: improve closing and shutdown. there's still more to do.
Rob Pike
3
-7
/
+45
2010-05-28
Make image.Color.RGBA return 16 bit color instead of 32 bit color.
Nigel Tao
8
-108
/
+41
2010-05-28
syscall: windows SysAlloc should use stdcall_raw not syscall
Alex Brainman
1
-1
/
+1
2010-05-28
syscall: windows syscall trace to assist debugging
Alex Brainman
1
-0
/
+7
2010-05-28
fmt.Scan: add Fscan and Fscanln and make Scan and Scanln
Rob Pike
3
-12
/
+48
2010-05-27
Add Rectangle.Eq and Point.In.
Roger Peppe
1
-0
/
+14
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
46
-95
/
+95
2010-05-26
fmt.Scan: custom formatters
Rob Pike
1
-11
/
+11
2010-05-26
fmt.Scan: custom formatters
Rob Pike
2
-16
/
+76
2010-05-26
godoc: collect package comments from all package files, not just the first on...
Robert Griesemer
1
-6
/
+23
2010-05-26
big: add ModInverse.
Adam Langley
2
-0
/
+41
2010-05-26
fmt: fix 386 build. error strings differ for overflow on 386.
Rob Pike
1
-1
/
+3
2010-05-25
fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.
Rob Pike
3
-0
/
+595
2010-05-24
Optimize exp/draw/x11 flusher inner loop.
Nigel Tao
1
-6
/
+6
2010-05-24
8g: out of register bug
Russ Cox
1
-4
/
+8
2010-05-24
gc: more accurate error description
Russ Cox
1
-2
/
+2
2010-05-24
fix build - nacl stubs
Russ Cox
1
-0
/
+3
[next]