1
0
mirror of https://github.com/golang/go synced 2024-10-03 13:21:22 -06:00
go/src/cmd/gc
2013-02-02 23:17:25 -05:00
..
align.c cmd/gc: silence redundant error prints for misuse of [...]int 2013-02-01 21:21:27 -05:00
bisonerrors cmd/gc: support GNU Bison 2.7 in bisonerrors 2013-01-30 15:06:35 -08:00
bits.c gc: format nits 2011-11-07 11:42:08 -05:00
builtin.c cmd/gc: mapassign2 doesn't exist anymore. 2012-12-21 20:39:30 +01:00
closure.c cmd/gc: track parameter flow, step 0: synthesize name nodes for anonymous PPARAMOUTs without breaking anything. 2012-10-22 10:09:52 +02:00
const.c cmd/gc: reject non-Go constants 2013-02-01 23:10:02 -05:00
cplx.c cmd/gc: contiguous loop layout 2012-05-30 18:07:39 -04:00
dcl.c cmd/gc: allow registerization of temporaries created by inlining. 2013-01-18 22:25:17 +01:00
doc.go cmd/gc, cmd/ld: update doc.go for -race 2013-01-11 12:35:58 +08:00
esc.c cmd/gc: remove an incorrect assertion in escape analysis. 2012-12-20 23:27:28 +01:00
export.c cmd/gc: fix export data for aggressive inlining. 2013-01-30 21:10:19 +01:00
fmt.c cmd/gc: remove spurious newline from node dump 2013-02-02 23:09:49 -05:00
gen.c cmd/gc: avoid duplicate allocation during inlining 2013-02-02 23:17:25 -05:00
go.errors gc: improve error message for composite literals with unexpected newlines 2012-04-02 11:00:55 -04:00
go.h cmd/gc: reject non-Go constants 2013-02-01 23:10:02 -05:00
go.y cmd/gc: put 'not used' message on correct line 2013-02-01 21:13:41 -05:00
init.c cmd/gc: do not generate code for var _ = ... unless necessary 2012-12-30 12:01:53 -05:00
inl.c cmd/gc: avoid duplicate allocation during inlining 2013-02-02 23:17:25 -05:00
lex.c cmd/6c, cmd/6g: add flag to support large-model code generation 2013-02-01 08:35:33 -08:00
Makefile build: update Makefile to track source code dependencies better 2012-03-13 03:31:11 +08: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 build: fix various 'set and not used' for Plan 9 2012-09-17 17:25:26 -04:00
mparith2.c cmd/gc: error on constant shift overflows. 2012-02-16 00:19:42 +01:00
mparith3.c gc: make constant arith errors a little more friendly 2012-02-11 00:50:56 -05:00
obj.c cmd/gc: prepare for 64-bit ints 2012-09-24 14:59:44 -04:00
order.c cmd/gc: fix eval order in select 2012-12-22 16:46:01 -05:00
pgen.c cmd/gc, cmd/ld: rename -b to -race 2013-01-06 22:47:39 -05:00
racewalk.c cmd/8g, cmd/dist, cmd/gc: fix warnings on Plan 9 2013-01-18 19:08:00 -08:00
range.c test/fixedbugs/bug454.go: add a test for CL 6564052 2012-09-29 23:23:56 +08:00
reflect.c cmd/gc, cmd/ld: rename -b to -race 2013-01-06 22:47:39 -05:00
runtime.go cmd/gc: mapassign2 doesn't exist anymore. 2012-12-21 20:39:30 +01:00
select.c cmd/gc: fix eval order in select 2012-12-22 16:46:01 -05:00
sinit.c cmd/gc: do not generate code for var _ = ... unless necessary 2012-12-30 12:01:53 -05:00
subr.c cmd/gc: reject non-Go constants 2013-02-01 23:10:02 -05:00
swt.c cmd/gc: fix error line in switch expr eval 2012-12-22 10:01:15 -05:00
typecheck.c cmd/gc: reject non-Go constants 2013-02-01 23:10:02 -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 cmg/gc: Fix evaluation order of map indexing during multiple assignments 2013-02-02 12:39:04 +01:00
y.tab.c cmd/gc: put 'not used' message on correct line 2013-02-01 21:13:41 -05:00
y.tab.h cmd/gc: put 'not used' message on correct line 2013-02-01 21:13:41 -05:00
yerr.h cmd/gc: Give better line numbers for errors in composite literals. 2012-12-12 16:43:54 +01:00