1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/cmd/gc
Russ Cox 307a899d5b gc: bug238
Fixes #471.

R=ken2
CC=golang-dev
https://golang.org/cl/181184
2010-01-08 00:01:03 -08:00
..
align.c gc: recursive type error 2009-12-03 01:12:02 -08:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
closure.c gc: better diagnosis of initialization loops 2009-12-03 00:51:03 -08:00
const.c gc: bug238 2010-01-08 00:01:03 -08:00
dcl.c gc: method expressions on concrete types 2009-12-18 17:24:58 -08:00
doc.go tweak documentation of commands 2009-11-09 11:45:15 -08:00
export.c rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
gen.c gc: Allow allow data types up to 1GB 2009-12-03 12:46:34 -08:00
go.h gc: various C nits, found by plan 9 compiler. 2009-12-27 09:32:30 -08:00
go.y gc: fix import name resolution 2009-12-15 16:44:28 -08:00
init.c composit literals 2009-09-05 20:32:24 -07:00
lex.c gc: bug219, bug239, bug240 2010-01-07 23:24:48 -08:00
Makefile mkbuiltin: generate builtin.c directly 2009-12-11 12:41:33 -08:00
md5.c the last bug involving type hashes 2009-09-02 09:09:32 -07:00
md5.h the last bug involving type hashes 2009-09-02 09:09:32 -07:00
mkbuiltin Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
mkbuiltin1.c checkpoint; still plenty to clean up 2009-07-31 09:29:28 -07:00
mkopnames missed in last checkin 2009-07-31 09:45:39 -07:00
mparith1.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
mparith2.c signs on div and mod 2009-05-05 21:19:58 -07:00
mparith3.c warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
obj.c gc: five bug fixes, one better error. 2009-11-15 12:57:09 -08:00
print.c install copy predefined 2009-11-17 20:41:44 -08:00
range.c gc: walk pointer in range on slice/array 2009-12-04 20:40:21 -08:00
reflect.c gc: various C nits, found by plan 9 compiler. 2009-12-27 09:32:30 -08:00
runtime.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
select.c gc: handle _ = <-c in select. 2009-12-03 01:30:19 -08:00
sinit.c gc: var x, ok = m[y] 2009-12-15 14:26:33 -08:00
subr.c gc: various C nits, found by plan 9 compiler. 2009-12-27 09:32:30 -08:00
swt.c bug212, bug213. 2009-11-08 23:22:06 -08:00
typecheck.c gc: bug241 2010-01-07 23:20:00 -08:00
unsafe.c gc: various C nits, found by plan 9 compiler. 2009-12-27 09:32:30 -08:00
unsafe.go runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
walk.c gc: bug238 2010-01-08 00:01:03 -08:00