1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/cmd/gc
Maxim Pimenov 87a04c0bcf gc: fix comment in mkbuiltin
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5669046
2012-02-14 16:27:35 -05:00
..
align.c gc: Nicer errors before miscompiling. 2012-01-10 11:19:22 +01:00
bisonerrors gc: support for building with Plan 9 yacc 2011-11-16 16:58:02 -05:00
bits.c gc: format nits 2011-11-07 11:42:08 -05:00
builtin.c gc: delete old unsafe functions 2012-02-13 15:37:35 -05:00
closure.c gc: omit runtime.closure wrap for closures without closure variables 2012-01-10 11:07:35 +01:00
const.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
cplx.c gc: handle function calls in arguments to builtin complex operations. 2012-01-23 16:56:57 +01:00
dcl.c gc: diagnose field+method of same name 2012-02-11 01:21:12 -05:00
doc.go gc: composite literals as per Go 1 2011-12-02 14:13:12 -05:00
esc.c gc: give esc.c's sink an orig so -mm diagnostics work again. 2012-01-17 10:01:12 +01:00
export.c gc: use original constant expression in error messages. 2012-01-29 10:35:11 +01:00
fmt.c gc: implicit type bug fix in export data 2012-02-09 00:26:08 -05:00
gen.c gc: fix order of evaluation 2012-01-25 17:53:50 -05:00
go.errors gc: clean up if grammar 2011-09-12 15:52:29 -04:00
go.h runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
go.y gc: fix bug introduced earlier 2012-02-11 01:04:24 -05:00
init.c gc: changes in export format in preparation of inlining. 2011-12-05 14:40:19 -05:00
inl.c cmd/gc: suspend safemode during typecheck of inlined bodies. 2012-02-10 22:50:55 +01:00
lex.c runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
Makefile build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
md5.c gc: shuffle #includes 2011-08-25 16:25:10 -04:00
md5.h the last bug involving type hashes 2009-09-02 09:09:32 -07:00
mkbuiltin gc: fix comment in mkbuiltin 2012-02-14 16:27:35 -05:00
mkbuiltin1.c gc: delete old unsafe functions 2012-02-13 15:37:35 -05:00
mkopnames gc: use octal escapes in mkopnames 2012-01-31 18:15:42 -08:00
mparith1.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
mparith2.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
mparith3.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
obj.c gc: clean up printing. 2011-10-31 18:09:40 +01:00
order.c cmd/gc: forgotten recursion on ninit itself in order.c 2012-01-26 15:10:24 +01:00
pgen.c gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
range.c runtime: prep for type-specific algorithms 2011-12-05 09:40:22 -05:00
reflect.c gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
runtime.go cmd/go: work toward build script 2011-12-20 16:42:44 -05:00
select.c gc: introduce temp = nod+tempname 2011-09-02 15:35:16 -04:00
sinit.c gc: diagnose init loop involving func 2012-02-10 23:10:45 -05:00
subr.c gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
swt.c gc: static implements check on typeswitches only applies to concrete case types. 2012-01-24 13:53:00 +01:00
typecheck.c gc: print detail for typechecking loop error 2012-02-11 01:04:33 -05:00
unsafe.c gc: keep pointer to original node in constant rewrites. 2011-12-07 16:18:50 -05:00
unsafe.go gc: delete old unsafe functions 2012-02-13 15:37:35 -05:00
walk.c gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
y.tab.c gc: fix bug introduced earlier 2012-02-11 01:04:24 -05:00
y.tab.h gc: implicit type bug fix in export data 2012-02-09 00:26:08 -05:00
yerr.h gc: check in y.tab.[ch], yerr.h, builtin.c. 2012-02-03 10:53:31 -05:00