1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00
go/test/fixedbugs/bug248.dir
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
..
bug0.go runtime, type switch: eliminate package global name space assumption 2010-01-25 18:23:20 -08:00
bug1.go runtime, type switch: eliminate package global name space assumption 2010-01-25 18:23:20 -08:00
bug2.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug3.go gc: new typechecking rules 2010-06-08 18:50:02 -07:00