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
*
test: add test for function type in function literal
Ian Lance Taylor
2014-08-04
1
-0
/
+22
*
test/run: go fmt
David du Colombier
2014-08-01
1
-15
/
+15
*
runtime: move built-in print routines to go.
Keith Randall
2014-07-31
2
-0
/
+66
*
runtime: rewrite malloc in Go.
Keith Randall
2014-07-30
1
-5
/
+5
*
test/run: always set goos and goarch
David du Colombier
2014-07-24
1
-2
/
+11
*
test: avoid "declared but not used" errors in shift1.go
Ian Lance Taylor
2014-07-20
1
-0
/
+2
*
test: add test for confusion with dot imports
Ian Lance Taylor
2014-07-20
3
-0
/
+28
*
cmd/gc: allocate select descriptor on stack
Dmitriy Vyukov
2014-07-20
1
-3
/
+3
*
test: add some tests for mismatches between call results and uses
Ian Lance Taylor
2014-07-19
1
-0
/
+24
*
test: add test for issue8347
Shenghou Ma
2014-07-18
1
-0
/
+27
*
cmd/gc: implement 'for range x {'
Russ Cox
2014-07-16
6
-1
/
+102
*
test: add test for gccgo comment lexing failure
Ian Lance Taylor
2014-07-08
1
-0
/
+14
*
cmd/8g: don't allocate a register early for cap(CHAN).
R?my Oudompheng
2014-07-01
1
-0
/
+7
*
test/fixedbugs: fix typo in comment
Dave Cheney
2014-06-29
1
-1
/
+1
*
cmd/gc: drop parenthesization restriction for receiver types
Russ Cox
2014-06-25
1
-4
/
+6
*
test: add test case for issue 8074.
Dave Cheney
2014-06-22
1
-0
/
+16
*
test: speed up chan/select5
Josh Bleecher Snyder
2014-06-17
1
-3
/
+3
*
runtime: fix defer of nil func
Russ Cox
2014-06-12
1
-0
/
+22
*
runtime: add test for issue 8047.
Keith Randall
2014-06-11
1
-0
/
+29
*
cmd/gc: fix &result escaping into result
Russ Cox
2014-06-11
1
-0
/
+12
*
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
Russ Cox
2014-06-11
1
-0
/
+10
*
runtime: fix panic stack during runtime.Goexit during panic
Russ Cox
2014-06-06
1
-0
/
+41
*
cmd/6g: fix stack zeroing on native client
Russ Cox
2014-06-05
1
-0
/
+48
*
cmd/gc: fix escape analysis of func returning indirect of parameter
Russ Cox
2014-06-03
1
-3
/
+28
*
cmd/gc: fix liveness for address-taken variables in inlined functions
Russ Cox
2014-06-02
2
-0
/
+71
*
runtime: fix 1-byte return during x.(T) for 0-byte T
Russ Cox
2014-06-02
1
-0
/
+50
*
runtime: fix correctness test at end of traceback
Russ Cox
2014-06-01
1
-0
/
+32
*
runtime: make continuation pc available to stack walk
Russ Cox
2014-05-31
1
-0
/
+107
*
cmd/6g: treat vardef-initialized fat variables as live at calls
Russ Cox
2014-05-30
1
-0
/
+45
*
cmd/gc: fix x=x crash
Russ Cox
2014-05-29
1
-0
/
+26
*
undo CL 102820043 / b0ce6dbafc18
Russ Cox
2014-05-28
1
-26
/
+0
*
cmd/gc: fix x=x crash
Russ Cox
2014-05-28
1
-0
/
+26
*
test/run: limit parallelism to 1 for cross-exec builds
Russ Cox
2014-05-28
1
-5
/
+5
*
test: expand issue7863 test
Russ Cox
2014-05-27
1
-5
/
+48
*
cmd/gc: fix race compilation failure 'non-orig name'
Russ Cox
2014-05-27
1
-0
/
+27
*
cmd/gc: fix defer copy(x, <-c)
Russ Cox
2014-05-27
1
-0
/
+23
*
cmd/gc: fix infinite loop in nil check removal
Russ Cox
2014-05-27
1
-0
/
+17
*
cmd/gc: fix conversion of runtime constant
Russ Cox
2014-05-27
1
-0
/
+15
*
test: add test for fixed issue 7863
Brad Fitzpatrick
2014-05-27
1
-0
/
+17
*
test: fix two typos in float_lit2.go
Russ Cox
2014-05-21
1
-2
/
+2
*
test/float_lit2.go: rewrite to test values near boundaries
Russ Cox
2014-05-21
2
-84
/
+170
*
test/float_lit2.go: fix constants for 386 platforms (fix build)
Robert Griesemer
2014-05-21
1
-12
/
+12
*
test/float_lit2.go: compute test values from first principles
Robert Griesemer
2014-05-21
1
-10
/
+65
*
build: make nacl pass
Russ Cox
2014-05-20
2
-2
/
+5
*
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-20
1
-0
/
+19
*
cmd/gc: fix float32 const conversion and printing of big float consts
Russ Cox
2014-05-19
2
-0
/
+71
*
cmd/gc: fix <-<-expr
Russ Cox
2014-05-19
1
-0
/
+18
*
cmd/gc: fix two select temporary bugs
Russ Cox
2014-05-15
2
-0
/
+76
*
runtime: make scan of pointer-in-interface same as scan of pointer
Russ Cox
2014-05-15
1
-0
/
+59
*
cmd/gc: correct handling of globals, func args, results
Russ Cox
2014-05-15
6
-51
/
+134
[next]