]> Cypherpunks repositories - gostls13.git/commit
runtime: make type assertion a runtime.Error, the first of many
authorRuss Cox <rsc@golang.org>
Wed, 31 Mar 2010 22:55:10 +0000 (15:55 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 31 Mar 2010 22:55:10 +0000 (15:55 -0700)
commit63e878a750952d33b97e55831964f1999100467c
treeaa8a3f0615a91c2da776e5d4fdc814bbb0310db9
parentb6ad074efcdcfa0e545a806d6aa8f34896e38056
runtime: make type assertion a runtime.Error, the first of many

R=r
CC=golang-dev
https://golang.org/cl/805043
src/pkg/runtime/386/asm.s
src/pkg/runtime/Makefile
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/arm/asm.s
src/pkg/runtime/error.go [new file with mode: 0644]
src/pkg/runtime/iface.c
src/pkg/runtime/print.c
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
test/golden.out