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
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
4
-104
/
+313
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
14
-633
/
+440
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
13
-0
/
+1703
2011-09-13
Imported Upstream version 60
Ondřej Surý
13
-1704
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
3
-39
/
+108
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
2
-7
/
+25
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
5
-33
/
+32
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
3
-71
/
+158
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
2
-7
/
+11
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-2
/
+6
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
2
-11
/
+12
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
9
-1179
/
+67
2010-06-20
reflect: add Kind, remove Int8Type, Int8Value, etc.
Russ Cox
1
-31
/
+34
2010-06-14
remove uses of ... from tree, add one test
Russ Cox
1
-3
/
+7
2010-04-11
testing: update documentation to match current coding style
Christopher Wedgwood
3
-10
/
+10
2010-03-31
testing/regexp: use recover.
Rob Pike
1
-58
/
+31
2010-03-26
fix build
Robert Griesemer
1
-1
/
+1
2010-03-26
regexp: don't return non-nil *Regexp if there is an error.
Rob Pike
1
-0
/
+3
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
1
-1
/
+1
2010-03-16
gofmt: more consistent formatting of const/var decls
Robert Griesemer
1
-11
/
+11
2010-02-26
testing/benchmark: paranoia - make sure n always grows
Russ Cox
1
-1
/
+9
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-7
/
+3
2010-02-07
testing: Fix comment typo
Evan Shaw
1
-1
/
+1
2010-02-02
Change type of Printf's args to ... interface{}
Rob Pike
1
-6
/
+6
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
11
-795
/
+795
2009-12-11
Various cleanups:
Robert Griesemer
1
-2
/
+1
2009-12-04
testing: compute MB/s in benchmarks
Russ Cox
1
-1
/
+11
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
4
-8
/
+8
2009-11-23
Fix doc striing for NewReadLogger.
Rob Pike
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2
-2
/
+2
2009-11-19
Adds benchmark support to gotest.
Trevor Strohman
4
-0
/
+208
2009-11-18
remove bytes.Copy
Rob Pike
1
-2
/
+1
2009-11-10
make regexp comment not a package comment
Russ Cox
1
-0
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
4
-16
/
+16
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
10
-161
/
+161
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
6
-231
/
+77
2009-11-05
gofmt'ed more stragglers
Robert Griesemer
2
-11
/
+11
2009-11-03
Add testing/script.
Adam Langley
3
-0
/
+475
2009-11-02
eliminate goroutine from testing/regexp too.
Rob Pike
1
-75
/
+77
2009-10-28
Add a quickcheck package which is a little like the Haskell one of the same
Adam Langley
3
-0
/
+564
2009-10-08
more lgtm files from gofmt
Russ Cox
4
-183
/
+238
2009-10-07
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
4
-23
/
+22
2009-10-05
Add write support for the GNU tar binary numeric field extension.
David Symonds
2
-0
/
+39
2009-09-14
fix "declared and not used" errors in non-test code.
Russ Cox
1
-1
/
+0
2009-09-01
Don't crash for regexps > 19 characters.
Austin Clements
1
-1
/
+1
2009-08-28
Run the tests for the testing package. Fix them so that they
Ian Lance Taylor
1
-15
/
+14
2009-08-26
fix bufio bugs involving readers that return os.EOF with
Russ Cox
1
-8
/
+41
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
4
-119
/
+10
2009-08-11
make a simpler regexp implementation with fewer dependencies and put it insid...
Rob Pike
4
-7
/
+1160
2009-08-05
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
1
-1
/
+1
[next]