index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
bugs
Age
Commit message (
Expand
)
Author
2016-10-25
test: delete bugs directory
Josh Bleecher Snyder
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2014-12-22
test: migrate remaining tests to run.go
Josh Bleecher Snyder
2012-12-22
cmd/gc: fix wrong interaction between inlining and embedded builtins.
Rémy Oudompheng
2012-09-23
test: expand run.go's errorcheck, make clear which bugs run
Russ Cox
2012-09-01
cmd/6g, cmd/8g: eliminate short integer arithmetic when possible.
Rémy Oudompheng
2012-05-24
exp/locale/collate: avoid 16-bit math
Russ Cox
2012-05-02
cmd/gc: test for issue 3552
Luuk van Dijk
2012-03-07
cmd/gc: do not confuse unexported methods of same name
Russ Cox
2012-02-27
test: bug424: wrong embedded method called
Robert Griesemer
2012-01-20
gc: undo most of 'fix infinite recursion for embedded interfaces'
Russ Cox
2011-12-09
gc: 0 expected bugs
Russ Cox
2011-09-14
test: Add test for inheriting private method from anonymous field.
Ian Lance Taylor
2011-05-24
gc: relax assignability of method receivers
Anthony Martin
2011-04-21
gc: correct handling of unexported method names in embedded interfaces
Russ Cox
2011-03-29
test: adjust bug324 to expect run-time failure, not compile-time.
Ian Lance Taylor
2011-03-29
test: adjust bugs/bug322 to match current spec.
Ian Lance Taylor
2011-02-24
bug324.go: test case for issue 1550
Robert Griesemer
2011-02-03
issue 1402: added test case
Robert Griesemer
2010-12-13
gc: align structs according to max alignment of fields
Russ Cox
2010-09-15
fix build
Robert Griesemer
2010-09-10
test: Add test for //line (currently fails).
Ian Lance Taylor
2010-08-03
gc: bug299, bug300
Russ Cox
2010-07-29
bug300: literal types must not be parenthesized
Robert Griesemer
2010-07-29
bug299: parenthesized receiver types/anonymous fields are illegal
Robert Griesemer
2010-07-15
gc: bug274
Russ Cox
2010-07-15
gc: fix handling of types inside function bodies
Russ Cox
2010-06-09
bug286: test case
Robert Griesemer
2010-06-08
gc: new typechecking rules
Russ Cox
2010-06-08
fix build
Russ Cox
2010-06-08
bug284: make conversion legal, fix error patterns
Russ Cox
2010-06-08
bug285: delete invalid map assignment
Russ Cox
2010-06-03
bug285: assignment compatible map keys must be accepted
Robert Griesemer
2010-06-02
bug284: additional conversion test case
Robert Griesemer
2010-06-02
bug284: test cases for new conversion rules
Robert Griesemer
2010-05-24
gc: bug277 - new conversion syntax
Russ Cox
2010-05-24
bug277: tests for conversion syntax
Robert Griesemer
2010-05-20
clean up bug 275
Ken Thompson
2010-05-19
bug275: cannot apply real() to a complex array element
Robert Griesemer
2010-05-13
bug274: test case for issue 777
Robert Griesemer
2010-05-03
gc: bug264
Russ Cox
2010-05-03
gc: bug267
Russ Cox
2010-04-27
6g bug: no need for parens around array index expression
Robert Griesemer
2010-03-29
gc: bug265
Russ Cox
2010-03-29
bug265: test case for issue 700
Robert Griesemer
2010-03-25
bug264 didn't report BUG correctly, caused "fail" from test/run
Rob Pike
2010-03-25
bug264: test case for issue 692
Robert Griesemer
2010-03-05
Generate same output on all architectures.
Ian Lance Taylor
2010-03-04
add a test that structures pack. 6g fails.
Rob Pike
2010-02-18
gc: recursive interface embedding
Russ Cox
[next]