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
/
pkg
/
encoding
/
ascii85
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
2
-2
/
+31
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
1
-1
/
+0
2012-05-02
Imported Upstream version 1.0.1
upstream/1.0.1
Ondřej Surý
2
-0
/
+6
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
3
-27
/
+15
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
3
-0
/
+499
2011-09-13
Imported Upstream version 60
Ondřej Surý
3
-499
/
+0
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
2
-5
/
+5
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-5
/
+5
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-6
/
+5
2010-02-02
fix build - misc ... vs ...T fixes
Russ Cox
1
-6
/
+2
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2
-165
/
+165
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
1
-7
/
+7
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-3
/
+3
2009-11-30
Add trivial whitespace to CorruptInputError strings.
Christopher Wedgwood
1
-1
/
+1
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-7
/
+7
2009-11-18
remove bytes.Copy
Rob Pike
1
-3
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2
-18
/
+18
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2
-28
/
+28
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-9
/
+3
2009-11-05
gofmt-ify io, json, runtime, encoding
Robert Griesemer
1
-7
/
+7
2009-11-05
gofmt-ify encoding
Robert Griesemer
2
-12
/
+11
2009-11-03
encoding/*: reverse the order of src, dst so that dst is first.
Adam Langley
2
-10
/
+10
2009-11-01
misc cleanup
Russ Cox
1
-3
/
+0
2009-10-20
base64 -> encoding/base64
Russ Cox
3
-0
/
+515