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
/
fixedbugs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-20
1
-0
/
+19
*
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
5
-0
/
+83
*
cmd/gc: fix duplicate map key check
Russ Cox
2014-05-15
1
-0
/
+14
*
test: fix flakey test case for issue 4388
Mikio Hara
2014-05-15
1
-3
/
+9
*
cmd/gc: fix liveness vs regopt mismatch for input variables
Russ Cox
2014-05-12
1
-0
/
+40
*
cmd/gc: alias more variables during register allocation
Josh Bleecher Snyder
2014-05-12
1
-0
/
+37
*
cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1
Russ Cox
2014-05-12
1
-0
/
+50
*
cmd/gc: don't give credit for NOPs during register allocation
Josh Bleecher Snyder
2014-05-09
1
-0
/
+43
*
test: add test that gccgo compiled incorrectly
Ian Lance Taylor
2014-05-06
1
-0
/
+39
*
cmd/gc: fix segfault in isgoconst.
Shenghou Ma
2014-04-16
1
-0
/
+12
*
cmd/gc: fewer errors for wrong argument count
Jan Ziak
2014-04-16
1
-0
/
+24
*
undo CL 66510044 / 6c0339d94123
Russ Cox
2014-04-14
1
-26
/
+0
*
cmd/gc: increase specificity of errors in function call context
Jan Ziak
2014-04-11
1
-0
/
+21
*
cmd/gc: fix typo in ordermapassign
Jan Ziak
2014-04-11
1
-0
/
+18
*
cmd/gc: avoid confusing error message "ovf in mpaddxx"
Jan Ziak
2014-04-09
1
-0
/
+103
*
cmd/gc: ignore blank (_) labels in label declarations
Jan Ziak
2014-04-09
2
-0
/
+28
*
cmd/gc: compute size of keys & values before making map bucket
Keith Randall
2014-04-04
1
-0
/
+17
*
cmd/gc: check duplicate keys in maps with interface{} key type
Jan Ziak
2014-04-04
1
-0
/
+30
*
runtime: check that new slice cap doesn't overflow
Dave Cheney
2014-04-03
1
-0
/
+27
*
cmd/gc: fix spurious "bad negated constant" for complex constants.
Shenghou Ma
2014-04-01
3
-0
/
+31
*
cmd/gc: suppress array index error caused by a previously reported error
Jan Ziak
2014-03-29
2
-1
/
+12
*
cmd/gc: liveness-related bug fixes
Russ Cox
2014-03-27
1
-0
/
+90
*
cmd/gc: fix spurious 'use of untyped nil' error
Jan Ziak
2014-03-27
1
-0
/
+13
*
cmd/gc: fix spurious 'const initializer is not a constant' error
Jan Ziak
2014-03-24
1
-0
/
+14
*
cmd/gc: round floats with a large negative exponent towards zero
Jan Ziak
2014-03-24
1
-0
/
+21
*
cmd/6g, cmd/8g: skip CONVNOP nodes in bgen.
R?my Oudompheng
2014-03-20
1
-0
/
+51
*
test: add extra test case for issue 7590
Chris Manghane
2014-03-20
1
-0
/
+21
*
test: enable bug385_32 test on amd64p32.
R?my Oudompheng
2014-03-20
1
-1
/
+1
*
cmd/gc: check exponent overflow and underflow in mparith
Jan Ziak
2014-03-19
1
-0
/
+25
*
cmd/gc: fix error check for self-referential array type.
Chris Manghane
2014-03-17
1
-0
/
+19
*
undo CL 77050045 / 073d79675aae
Brad Fitzpatrick
2014-03-17
1
-19
/
+0
*
cmd/gc: Add tests for self-referential array types.
Chris Manghane
2014-03-17
1
-0
/
+19
*
cmd/gc: fix spurious 'not enough arguments to return' error
Jan Ziak
2014-03-14
1
-0
/
+13
*
cmd/gc: fix spurious type errors in walkselect.
R?my Oudompheng
2014-03-13
1
-0
/
+85
*
liblink: fix bad code generated for MOVFD/MOVDF when reg > 7
Josh Bleecher Snyder
2014-03-11
1
-0
/
+43
*
cmd/gc: allow append and complex builtins to accept 2-result call expression ...
Chris Manghane
2014-03-05
1
-0
/
+36
*
cmd/gc: use a register to checknil constants.
R?my Oudompheng
2014-03-04
1
-0
/
+14
[next]