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
/
compress
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
18
-29
/
+113
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
22
-143
/
+850
2013-05-14
Imported Upstream version 1.1
upstream/1.1
Michael Stapelberg
8
-11
/
+63
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
19
-273
/
+668
2012-06-14
Imported Upstream version 1.0.2
upstream/1.0.2
Ondřej Surý
2
-0
/
+64
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
29
-669
/
+9533
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
33
-0
/
+5921
2011-09-13
Imported Upstream version 60
Ondřej Surý
33
-5922
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
3
-6
/
+6
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
12
-569
/
+612
2011-05-04
Imported Upstream version 57
upstream/57
Ondřej Surý
1
-5
/
+24
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
11
-51
/
+242
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
3
-9
/
+49
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
15
-135
/
+1718
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-3
/
+10
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
9
-71
/
+284
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
4
-4
/
+4
2010-05-07
compress: renamings.
Rob Pike
13
-154
/
+154
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
2
-9
/
+9
2010-03-02
strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...
Andrey Mirtchovski
1
-1
/
+1
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+2
2010-01-30
Check gzip strings for NUL elements, since they are NUL-terminated
Nigel Tao
2
-4
/
+4
2010-01-30
Add a GZIP test for the empty payload.
Nigel Tao
1
-37
/
+57
2010-01-29
gzip deflater (i.e., writer).
Nigel Tao
6
-25
/
+285
2010-01-19
compress/zlib: add example to doc comment
Russ Cox
1
-2
/
+19
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
14
-914
/
+914
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
1
-29
/
+29
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
2
-4
/
+5
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
3
-6
/
+6
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2
-2
/
+2
2009-11-18
remove bytes.Copy
Rob Pike
1
-3
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
10
-107
/
+107
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
15
-196
/
+196
2009-11-08
assorted cleanup
Russ Cox
1
-1
/
+0
2009-11-06
Typo fixes.
David Symonds
1
-1
/
+1
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
4
-33
/
+11
2009-11-05
gofmt'ed more stragglers
Robert Griesemer
1
-29
/
+29
2009-11-04
gofmt-ify compress
Robert Griesemer
3
-56
/
+61
2009-11-01
reverse the arguments to io.Copy so the destination is on the
Rob Pike
2
-2
/
+2
2009-10-08
more lgtm files from gofmt
Russ Cox
10
-355
/
+350
2009-10-06
another round of gofmt applications
Russ Cox
10
-173
/
+154
2009-10-01
Change deflate.go's default compression level from 4 to 6.
Nigel Tao
1
-1
/
+1
2009-09-30
clean up error output;
Russ Cox
1
-13
/
+11
2009-09-29
ZLIB deflater.
Nigel Tao
6
-3
/
+222
2009-09-29
Deflate encoder
Ivan Krasin
9
-36
/
+1835
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
2
-2
/
+2
2009-09-17
unused imports
Russ Cox
2
-5
/
+0
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
2
-2
/
+2
2009-09-15
more "declared and not used".
Russ Cox
5
-5
/
+5
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-2
/
+1
[next]