index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
template: implement multi-word variable instantation for formatters.
Rob Pike
2010-12-01
2
-17
/
+44
*
template: change the signature of formatters for future development.
Rob Pike
2010-12-01
5
-44
/
+54
*
Removed bytes.Add and bytes.AddByte; we now have 'append'.
Kyle Consalus
2010-12-01
8
-92
/
+8
*
log: ensure writes are atomic.
Roger Peppe
2010-12-01
1
-5
/
+12
*
path: Windows support for Split
Benny Siegert
2010-11-30
5
-8
/
+55
*
runtime: fix windows breakage
Luuk van Dijk
2010-12-01
1
-0
/
+2
*
fmt: fix documentation format glitch. no content to change.
Rob Pike
2010-11-30
1
-2
/
+1
*
utf8: make EncodeRune's destination the first argument.
Adam Langley
2010-11-30
14
-233
/
+21
*
crypto/elliptic: use a Jacobian transform
Adam Langley
2010-11-30
2
-68
/
+180
*
fmt.Scan: accept Inf and NaN
Rob Pike
2010-11-30
2
-0
/
+66
*
strconv: Atof on Infs and NaNs
Rob Pike
2010-11-30
2
-0
/
+52
*
sort: avoid overflow in pivot calculation.
Rob Pike
2010-11-30
1
-1
/
+1
*
big: fix (*Rat) SetFrac64(a, b) when b < 0.
Eoghan Sherry
2010-11-30
2
-2
/
+24
*
runtime: parallel definitions in Go for all C structs.
Luuk van Dijk
2010-11-30
16
-18
/
+621
*
godoc: fix doc typo
Peter Mundy
2010-11-29
1
-1
/
+1
*
[68]l: correct dwarf location for globals and ranges for arrays.
Luuk van Dijk
2010-11-29
1
-16
/
+96
*
fmt: allow "% X" as well as "% x"
Rob Pike
2010-11-29
3
-2
/
+6
*
exp/eval: build fix for parser.ParseFile API change.
Anschel Schaffer-Cohen
2010-11-29
1
-1
/
+1
*
compress/flate: fix typo in comment.
Mathieu Lonjaret
2010-11-26
1
-1
/
+1
*
runtime: fix SysFree to really free memory on Windows
Alex Brainman
2010-11-24
1
-2
/
+21
*
net: add ReadFrom and WriteTo windows version.
Wei Guangjing
2010-11-22
3
-3
/
+111
*
gc: better error message for bad type in channel send
Anthony Martin
2010-11-22
1
-0
/
+1
*
position.go: more flexible AddFile method
Robert Griesemer
2010-11-20
2
-17
/
+55
*
more on dynamic hash in compound literals.
Ken Thompson
2010-11-20
1
-10
/
+24
*
godoc: use correct time stamp to indicate accuracy of search result
Robert Griesemer
2010-11-19
1
-6
/
+8
*
crypto/cipher: add CFB and OCFB mode.
Adam Langley
2010-11-19
5
-1
/
+232
*
index/suffixarray: use sort.Search
Russ Cox
2010-11-19
1
-20
/
+2
*
crypto/cipher: add package
Adam Langley
2010-11-19
8
-0
/
+481
*
godoc: compute search index for all file systems under godoc's observation
Robert Griesemer
2010-11-18
3
-31
/
+92
*
adjustable hash code in
Ken Thompson
2010-11-18
1
-5
/
+48
*
Makefiles: Don't define _64BIT now that 6c does it by default.
Ian Lance Taylor
2010-11-18
2
-5
/
+2
*
cgo: Print required space after parameter name in wrapper function.
Ian Lance Taylor
2010-11-18
1
-1
/
+1
*
6c: automatically #define _64BIT.
Ian Lance Taylor
2010-11-18
1
-0
/
+1
*
sort: invert meaning of f in Search
Russ Cox
2010-11-18
3
-32
/
+48
*
sort: edit doc comment for Search
Russ Cox
2010-11-18
1
-39
/
+46
*
rpc: add RegisterName to allow override of default type name
Andrew Gerrand
2010-11-18
1
-8
/
+23
*
go/token position: code improvements per rsc's suggestion
Robert Griesemer
2010-11-17
1
-28
/
+7
*
position.go: test cases for token.Pos
Robert Griesemer
2010-11-17
2
-10
/
+167
*
godoc: bug fix in relativePath
Robert Griesemer
2010-11-17
1
-14
/
+20
*
token/position: implemented Pos
Robert Griesemer
2010-11-12
3
-40
/
+317
*
exec: enable tests on windows
Alex Brainman
2010-11-13
2
-26
/
+17
*
sort.Search: slightly more precise wording in comment
Robert Griesemer
2010-11-12
1
-3
/
+4
*
sort: simplify semantics of Search.
Roger Peppe
2010-11-12
2
-39
/
+40
*
Remove unnecessary casts in Get() methods.
Kyle Consalus
2010-11-12
1
-8
/
+8
*
arm is not little-endian
Ken Thompson
2010-11-12
2
-7
/
+7
*
strings: add LastIndexAny
Benny Siegert
2010-11-12
4
-9
/
+79
*
gc: fix arm build
Rob Pike
2010-11-12
2
-0
/
+4
*
crypto/elliptic: add package
Adam Langley
2010-11-12
4
-0
/
+544
*
last of the arm conversions
Ken Thompson
2010-11-11
7
-134
/
+204
*
sort.Search: added extra test to verify efficiency
Robert Griesemer
2010-11-11
1
-0
/
+37
[next]