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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
testing: allow benchmarks to print and fail
Rob Pike
2011-12-20
1
-2
/
+2
*
various: use $GCFLAGS and $GCIMPORTS like Make does
Maxim Pimenov
2011-12-16
1
-1
/
+1
*
test/bench/go1: first draft of Go 1 benchmark suite
Russ Cox
2011-12-15
11
-0
/
+2548
*
gc: inlining, allow empty bodies, fix _ arguments.
Luuk van Dijk
2011-12-15
1
-1
/
+2
*
gc: omit argument names from function types in error messages
Luuk van Dijk
2011-12-15
1
-0
/
+12
*
gc: better loopdepth analysis for labels
Luuk van Dijk
2011-12-15
1
-0
/
+21
*
gc: implement and test \r in raw strings
Russ Cox
2011-12-15
1
-0
/
+52
*
gc: use inferred type rather than original one when reporting non-assignability.
Luuk van Dijk
2011-12-14
3
-2
/
+14
*
gc: add forgotten typecheck in a lonely corner of sinit
Luuk van Dijk
2011-12-14
1
-0
/
+30
*
gc: Use %#F in error messages instead of %F.
Luuk van Dijk
2011-12-14
1
-0
/
+13
*
gc: suppress non-root cause message for bad receivers.
Luuk van Dijk
2011-12-14
1
-0
/
+12
*
test/garbage: move to test/bench/garbage
Russ Cox
2011-12-13
6
-19
/
+7
*
fix build, sorry
Russ Cox
2011-12-13
1
-1
/
+1
*
test/bench: move to test/bench/shootout
Russ Cox
2011-12-13
52
-47
/
+37
*
gc: fix use of stackallocated AST node in generation of static initialisation...
Luuk van Dijk
2011-12-13
2
-0
/
+17
*
gc: implement == on structs and arrays
Russ Cox
2011-12-12
5
-24
/
+264
*
gc: 0 expected bugs
Russ Cox
2011-12-09
5
-21
/
+28
*
gc: fix another blank bug
Russ Cox
2011-12-09
1
-0
/
+17
*
gc: rune is now an alias for int32
Russ Cox
2011-12-09
1
-1
/
+2
*
gc: implement character constant type rules
Russ Cox
2011-12-08
1
-0
/
+43
*
gc: keep pointer to original node in constant rewrites.
R?my Oudompheng
2011-12-07
2
-2
/
+22
*
gc: fix spurious typecheck loop in &composite literal
Russ Cox
2011-12-07
1
-0
/
+11
*
test: make array smaller in nilptr test
Russ Cox
2011-12-07
1
-1
/
+1
*
gc: disallow map/func equality via interface comparison
Russ Cox
2011-12-06
1
-0
/
+39
*
use new strconv API
Russ Cox
2011-12-05
2
-10
/
+10
*
gc: remove type elision in struct literals
Russ Cox
2011-12-05
2
-2
/
+2
*
gc: use gofmt spacing when printing map type
Russ Cox
2011-12-02
1
-2
/
+2
*
gc: composite literals as per Go 1
Russ Cox
2011-12-02
2
-6
/
+37
*
gc: do not allow slice of array literal
Russ Cox
2011-12-02
2
-53
/
+24
*
Add a []byte argument to hash.Hash to allow an allocation to be saved.
Adam Langley
2011-12-01
1
-3
/
+2
*
use new time API
Russ Cox
2011-11-30
1
-2
/
+1
*
gc: remove funarg special case in structfield
Russ Cox
2011-11-28
1
-0
/
+24
*
gc: don't inherit orig from subnodes in constant expression nodes.
R?my Oudompheng
2011-11-28
1
-0
/
+18
*
gc: fix copying of types
Maxim Pimenov
2011-11-28
1
-0
/
+19
*
allow direct conversion between string and named []byte, []rune
Russ Cox
2011-11-22
3
-5
/
+101
*
gofmt: do not stop test.sh after 1 error
Russ Cox
2011-11-16
1
-1
/
+1
*
allow copy of struct containing unexported fields
Russ Cox
2011-11-15
7
-131
/
+11
*
gc: remove func, map compare
Russ Cox
2011-11-13
7
-120
/
+271
*
gc: remove m[k] = x, false
Russ Cox
2011-11-11
3
-16
/
+2
*
gc: better error for non-calling use of unsafe builtins.
Luuk van Dijk
2011-11-09
1
-0
/
+11
*
gc: Preserve original blank name for .anon substitution on out params.
Luuk van Dijk
2011-11-09
3
-0
/
+19
*
gc: Fail on implicit assigment to non-exported fields in copy and append.
Luuk van Dijk
2011-11-09
1
-0
/
+27
*
gc: Better typechecks and errors in switches.
Luuk van Dijk
2011-11-09
5
-23
/
+79
*
renaming_4: gofix -r everything/but/src/pkg
Rob Pike
2011-11-08
10
-24
/
+24
*
renaming_1: hand-edited files for go 1 renaming
Rob Pike
2011-11-08
1
-1
/
+1
*
gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...
Luuk van Dijk
2011-11-07
2
-1
/
+21
*
gc: Better error message for range over non-receive channel.
Luuk van Dijk
2011-11-06
1
-1
/
+4
*
gc: Switch related errors should use plain format.
Luuk van Dijk
2011-11-06
1
-1
/
+1
*
test: make closedchan.go exit with failure if something fails
Ian Lance Taylor
2011-11-04
1
-0
/
+18
*
gc: detect type switch variable not used cases.
Luuk van Dijk
2011-11-04
6
-4
/
+38
[next]