1
0
mirror of https://github.com/golang/go synced 2024-10-03 21:21:22 -06:00
go/src/cmd/gc
Russ Cox 5e253645d2 gc: bug278
Fixes #804.

R=ken2
CC=golang-dev
https://golang.org/cl/1224045
2010-05-24 14:22:54 -07:00
..
align.c gc: Better error when computing remainder of non-int 2010-05-18 22:41:12 -07:00
bisonerrors gc: improved syntax errors 2010-01-26 23:13:22 -08:00
bits.c move bits.c from 6g to gc 2009-03-30 16:13:11 -07:00
builtin.c.boot gc: be pickier about slice, chan, array, and map sizes 2010-05-01 13:15:42 -07:00
closure.c gc: ... T corner cases 2010-02-01 10:49:24 -08:00
const.c 1. decommit complex(float) conversion 2010-03-09 17:51:30 -08:00
cplx.c fix bug 275 2010-05-20 20:56:28 -07:00
dcl.c gc: implement panic and recover 2010-03-31 11:46:01 -07:00
doc.go *l/*c: add -V flag to display version number 2010-02-08 09:46:53 -08:00
export.c more complex - constants 2010-02-18 14:46:28 -08:00
gen.c fix issue 798 2010-05-20 17:31:28 -07:00
go.errors gc: error for nested functions, one semicolon problem 2010-05-03 15:02:32 -07:00
go.h fix issue 798 2010-05-20 17:31:28 -07:00
go.y gc: more specific error for statements at top level 2010-04-26 22:35:27 -07:00
init.c allow data statements for simple 2010-05-03 22:51:30 -07:00
lex.c gc: disallow · in Go programs 2010-05-20 17:34:22 -07:00
Makefile gc: fix build in France 2010-03-23 18:11:21 -07: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 gc: do not build builtin.c automatically; use golden copy instead. 2010-01-22 16:58:33 -08:00
mkbuiltin1.c cleanup toward eliminating package global name space 2010-01-19 21:34:44 -08:00
mkopnames gc: fix mkopnames and color grep interaction 2010-02-10 00:44:43 -08:00
mparith1.c fixed bug in mpconst float multiply by 0. 2010-02-19 20:42:50 -08:00
mparith2.c bug in const float divide 2010-02-05 15:18:32 -08:00
mparith3.c fixed bug in mpconst float multiply by 0. 2010-02-19 20:42:50 -08:00
obj.c gc: distinguish fatal compiler bug from error+exit 2010-04-11 14:52:06 -07:00
print.c gc: distinguish array, slice literal in error messages 2010-05-06 09:34:12 -07:00
range.c gc: walk pointer in range on slice/array 2009-12-04 20:40:21 -08:00
reflect.c new types complex, complex64 and complex128 2010-02-17 22:08:30 -08:00
runtime.go gc: be pickier about slice, chan, array, and map sizes 2010-05-01 13:15:42 -07:00
select.c gc: handle _ = <-c in select. 2009-12-03 01:30:19 -08:00
sinit.c gc: bug264 2010-05-03 17:51:48 -07:00
subr.c gc: never include ( ) on singleton func return type 2010-04-29 16:07:14 -07:00
swt.c runtime, type switch: eliminate package global name space assumption 2010-01-25 18:23:20 -08:00
typecheck.c gc: bug278 2010-05-24 14:22:54 -07:00
unsafe.c gc: fix unsafe.Sizeof on ideal constants 2010-05-24 14:18:15 -07:00
unsafe.go gc: do not build builtin.c automatically; use golden copy instead. 2010-01-22 16:58:33 -08:00
walk.c gc: handle use of builtin function outside function call 2010-05-20 22:57:08 -07:00