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
*
cmd/dist: cross-compiling fixes
Russ Cox
2012-02-13
2
-3
/
+3
*
gc: diagnose field+method of same name
Russ Cox
2012-02-11
1
-0
/
+13
*
gc: make constant arith errors a little more friendly
Russ Cox
2012-02-11
1
-0
/
+4
*
gc: fix import of struct type in struct literal
Russ Cox
2012-02-11
3
-0
/
+32
*
gc: add test case for issue 1743
Russ Cox
2012-02-10
3
-0
/
+46
*
gc: diagnose init loop involving func
Russ Cox
2012-02-10
1
-0
/
+11
*
gc: eliminate duplicate ambiguous selector message
Russ Cox
2012-02-10
1
-0
/
+16
*
8g: fix opt bug
Russ Cox
2012-02-10
1
-0
/
+19
*
6g: fix out of registers bug
Russ Cox
2012-02-10
1
-0
/
+24
*
cmd/gc: suspend safemode during typecheck of inlined bodies.
Luuk van Dijk
2012-02-10
6
-1
/
+49
*
gc: implicit type bug fix in export data
Russ Cox
2012-02-09
4
-2
/
+21
*
6g,8g: make constant propagation inlining-friendly.
Jamie Gennis
2012-02-08
2
-0
/
+21
*
bug408: delete
Rob Pike
2012-02-08
1
-20
/
+0
*
5l, 6l, 8l: implement -X flag
Russ Cox
2012-02-07
1
-0
/
+15
*
test: disable bug408
Russ Cox
2012-02-07
1
-1
/
+5
*
cgo: print line numbers in fatal errors when relevant.
R?my Oudompheng
2012-02-06
1
-0
/
+16
*
runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).
R?my Oudompheng
2012-02-06
11
-58
/
+70
*
cmd/gc: disallow switch _ := v.(type)
Russ Cox
2012-02-06
1
-0
/
+4
*
cmd/gc: another special (%hhS) case for method names.
Luuk van Dijk
2012-02-06
3
-0
/
+42
*
cmd/gc: fix codegen reordering for expressions involving && and ||
Luuk van Dijk
2012-02-06
1
-0
/
+25
*
gc: don't print implicit type on struct literal in export
Luuk van Dijk
2012-02-06
2
-0
/
+20
*
build: use cmd/dist
Russ Cox
2012-02-04
1
-2
/
+2
*
test: fix copyright year in new test case
Ian Lance Taylor
2012-02-03
1
-1
/
+1
*
test: test method expressions with parameters, and with import
Ian Lance Taylor
2012-02-03
2
-0
/
+146
*
test: fix bug headers
Russ Cox
2012-02-03
2
-2
/
+2
*
test: don't use package main for files without a main function
Brad Fitzpatrick
2012-02-03
20
-20
/
+20
*
test: add test for receiver named _
Ian Lance Taylor
2012-02-03
1
-0
/
+24
*
test: test slice beyond len
Ian Lance Taylor
2012-02-03
1
-0
/
+3
*
build: rename $GOROOT/bin/go-tool to $GOROOT/bin/tool.
Russ Cox
2012-02-02
2
-4
/
+4
*
test: make map nan timing test more robust
Brad Fitzpatrick
2012-02-02
1
-5
/
+20
*
test: add import test that caused an incorrect gccgo error
Ian Lance Taylor
2012-02-02
3
-0
/
+38
*
test: test append with two different named types with same element type
Ian Lance Taylor
2012-02-01
1
-0
/
+15
*
test: test that x := <-c accepts a general expression
Ian Lance Taylor
2012-02-01
1
-2
/
+2
*
test: add test which crashed gccgo compiler
Ian Lance Taylor
2012-01-31
1
-0
/
+23
*
gc: diagnose \ in import path
Russ Cox
2012-01-31
1
-0
/
+11
*
test: float to integer test case
Ian Lance Taylor
2012-01-30
1
-0
/
+31
*
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-30
1
-1
/
+1
*
test: attempt at making a test more robust
Brad Fitzpatrick
2012-01-30
1
-1
/
+1
*
go: move compilers into the go-tool directory
Rob Pike
2012-01-30
2
-0
/
+6
*
test: add test of NaN in map
Russ Cox
2012-01-30
1
-2
/
+30
*
gopack: rename pack, move to go-tool directory
Rob Pike
2012-01-30
1
-1
/
+1
*
gc: use original constant expression in error messages.
R?my Oudompheng
2012-01-29
1
-3
/
+14
*
test: match gccgo error messages
Ian Lance Taylor
2012-01-26
15
-62
/
+62
*
gc, runtime: handle floating point map keys
Russ Cox
2012-01-26
1
-0
/
+157
*
gc: fix order of evaluation
Russ Cox
2012-01-25
3
-12
/
+250
*
test: Add the usual Copyright notice.
Olivier Duperray
2012-01-24
13
-0
/
+52
*
gc: static implements check on typeswitches only applies to concrete case types.
Luuk van Dijk
2012-01-24
1
-6
/
+21
*
gc: missed typecheck in subscripting a const string.
Luuk van Dijk
2012-01-23
1
-0
/
+15
*
gc: handle function calls in arguments to builtin complex operations.
Luuk van Dijk
2012-01-23
1
-0
/
+29
*
gc: fix recursion loop in interface comparison
Russ Cox
2012-01-23
1
-0
/
+24
[next]