|
runtime: turn run time errors checks into panics
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -228 lines) |
Patch |
 |
M |
src/cmd/5g/cgen.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5g/gg.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5g/ggen.c
|
View
|
1
2
3
|
5 chunks |
+17 lines, -65 lines |
0 comments
|
Download
|
 |
M |
src/cmd/5g/gsubr.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/cgen.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/gg.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/ggen.c
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/gsubr.c
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/6g/reg.c
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/cgen.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/gg.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/ggen.c
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/cmd/8g/reg.c
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/cmd/cov/main.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/gc/builtin.c.boot
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/gc/print.c
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/gc/runtime.go
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/gc/walk.c
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/complex.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/error.go
|
View
|
1
2
3
|
4 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/hashmap.c
|
View
|
1
2
3
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/iface.c
|
View
|
1
2
3
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/runtime.h
|
View
|
1
2
3
|
5 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/runtime.c
|
View
|
1
2
3
|
6 chunks |
+20 lines, -27 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/slice.c
|
View
|
1
2
3
|
4 chunks |
+3 lines, -16 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/string.cgo
|
View
|
1
2
3
|
4 chunks |
+16 lines, -31 lines |
0 comments
|
Download
|
 |
M |
test/golden.out
|
View
|
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
test/recover.go
|
View
|
1
2
3
|
7 chunks |
+26 lines, -17 lines |
0 comments
|
Download
|
 |
A |
test/recover2.go
|
View
|
1
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4
|