1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:34:45 -07:00
go/test/bugs
Russ Cox 565b5dc076 gc: new typechecking rules
* Code for assignment, conversions now mirrors spec.
* Changed some snprint -> smprint.
* Renamed runtime functions to separate
  interface conversions from type assertions:
  convT2I, assertI2T, etc.
* Correct checking of \U sequences.

Fixes #840.
Fixes #830.
Fixes #778.

R=ken2
CC=golang-dev
https://golang.org/cl/1303042
2010-06-08 18:50:02 -07:00
..
bug260.go Generate same output on all architectures. 2010-03-05 10:43:33 -08:00
bug274.go bug274: test case for issue 777 2010-05-13 11:52:04 -07:00
placeholder address bug193 and add note to spec about it. 2009-10-20 08:27:14 -07:00