1
0
mirror of https://github.com/golang/go synced 2024-10-03 21:21:22 -06:00
go/src/cmd/gc
Jeff R. Allen 3a2d64789b gc: make string const comparison unsigned
Make compile-time string const comparison match semantics
of runtime.cmpstring.

Fixes #1515.

R=rsc
CC=golang-dev, rog
https://golang.org/cl/4172049
2011-02-16 17:57:15 -05:00
..
align.c gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00
bisonerrors gc: improved syntax errors 2010-01-26 23:13:22 -08:00
bits.c gc: no more ... 2010-06-14 11:24:51 -07:00
builtin.c.boot gc: remove non-blocking send, receive syntax 2011-01-31 18:52:16 -05:00
closure.c various: avoid %ld etc 2010-10-13 16:20:22 -04:00
const.c gc: make string const comparison unsigned 2011-02-16 17:57:15 -05:00
cplx.c gc: delete float, complex 2011-01-19 23:08:11 -05:00
dcl.c gc: fix method offsets of anonymous interfaces 2010-12-07 12:56:26 -05:00
doc.go gc: doc nit 2010-11-05 11:21:54 -07:00
export.c gc: bug302 2010-08-10 17:39:38 -07:00
gen.c gc: issue 1231 2010-12-13 16:51:19 -05:00
go.errors gc: syntax error for incomplete chan type 2010-12-09 13:41:24 -05:00
go.h gc: remove non-blocking send, receive syntax 2011-01-31 18:52:16 -05:00
go.y gc, ld: package name main no longer reserved 2011-02-03 14:17:20 -05:00
init.c gc: no more ... 2010-06-14 11:24:51 -07:00
lex.c gc, ld: package name main no longer reserved 2011-02-03 14:17:20 -05:00
Makefile build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04: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 build: add a few missing --no-print-directory 2010-12-13 15:50:57 -05: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 gc: complex(0) 2010-12-13 15:34:45 -05:00
mparith2.c gc: index bounds tests and fixes 2010-08-03 00:26:02 -07:00
mparith3.c gc: correct rounding of denormal constants 2011-02-02 22:36:54 -05:00
obj.c gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00
print.c gc: special case code for single-op blocking and non-blocking selects 2011-01-30 16:07:57 -05:00
range.c gc, runtime: make range on channel safe for multiple goroutines 2011-01-18 15:59:19 -05:00
reflect.c gc: delete float, complex 2011-01-19 23:08:11 -05:00
runtime.go gc: remove non-blocking send, receive syntax 2011-01-31 18:52:16 -05:00
select.c gc: select receive bug fix 2011-02-02 18:34:09 -05:00
sinit.c gc: remove non-blocking send, receive syntax 2011-01-31 18:52:16 -05:00
subr.c gc, ld: detect stale or incompatible object files 2011-02-03 13:51:43 -05:00
swt.c compiler fatal error in switch. 2010-06-28 16:30:55 -07:00
typecheck.c gc: correct receiver in method missing error 2011-02-11 17:47:58 -05:00
unsafe.c gc: bug292 2010-07-15 16:13:47 -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: remove non-blocking send, receive syntax 2011-01-31 18:52:16 -05:00