aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gc
AgeCommit message (Expand)Author
2014-03-24cmd/gc: round floats with a large negative exponent towards zeroJan Ziak
2014-03-19cmd/gc: check exponent overflow and underflow in mparithJan Ziak
2014-03-15cmd/gc: fix comment about how GOEXPERIMENT worksIan Lance Taylor
2014-03-14cmd/gc: fix spurious 'not enough arguments to return' errorJan Ziak
2014-03-13cmd/gc: fix spurious type errors in walkselect.Rémy Oudompheng
2014-03-12cmd/gc: make the fpu handle all exceptions on Plan 9Anthony Martin
2014-03-11cmd/gc: fix crash in -live modeRuss Cox
2014-03-07cmd/gc: correct GOARCH in object files for amd64p32.Rémy Oudompheng
2014-03-07cmd/gc: enforce register-width alignment for stack sizes.Rémy Oudompheng
2014-03-07cmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit and add amd64p32 supportDave Cheney
2014-03-05cmd/gc: allow append and complex builtins to accept 2-result call expression ...Chris Manghane
2014-03-04cmd/ld: clear unused ctxt before morestackRuss Cox
2014-03-04cmd/gc: use a register to checknil constants.Rémy Oudompheng
2014-03-03cmd/gc: fix internal crashRuss Cox
2014-02-27all: final merge of NaCl treeRuss Cox
2014-02-27cmd/gc: do not nop-convert equivalent but different interface types.Rémy Oudompheng
2014-02-26cmd/gc: fix bad checknil with ints on 32 bit compilersJosh Bleecher Snyder
2014-02-26cmd/gc: minor code simplificationIan Lance Taylor
2014-02-25all: nacl import round 2Russ Cox
2014-02-25all: merge NaCl branch (part 1)Dave Cheney
2014-02-24cmd/gc: fix walkcompare bugs.Rémy Oudompheng
2014-02-23cmd/gc: diagnose "make([]T, non-integer)" correctly.Shenghou Ma
2014-02-20cmd/gc: explain 'nointerface' method failureRuss Cox
2014-02-20cmd/gc: make embedded, unexported fields read-only.Chris Manghane
2014-02-19cmd/gc, runtime: enable precisestack by defaultRuss Cox
2014-02-19cmd/gc: fix printf format in typecheck.cRob Pike
2014-02-19cmd/gc: fix array index out of bounds error messageRick Arnold
2014-02-19cmd/gc: fix handling of append with -race.Rémy Oudompheng
2014-02-19cmd/gc: reject incorrect use of fallthrough.Rémy Oudompheng
2014-02-17undo CL 64100044 / 04d062c2e81cRuss Cox
2014-02-17cmd/gc, runtime: enable precisestack by defaultRuss Cox
2014-02-16cmd/gc: correct function name in internal error messagesIan Lance Taylor
2014-02-15cmd/gc: record &x[0] as taking address of x, if x is an arrayRuss Cox
2014-02-15cmd/gc: avoid pointer beyond array in range loopRuss Cox
2014-02-15cmd/gc: correct liveness for fat variablesRuss Cox
2014-02-15cmd/gc: do not lower copy to a value node in go/defer.Rémy Oudompheng
2014-02-14cmd/gc: fix build for 'default unsigned char' compilersRuss Cox
2014-02-14cmd/gc: correct liveness for various non-returning functionsRuss Cox
2014-02-13cmd/gc: correct liveness for func ending in panicRuss Cox
2014-02-13cmd/gc: correct liveness for wrappers containing tail jumpsRuss Cox
2014-02-13cmd/gc: handle variable initialization by block move in livenessRuss Cox
2014-02-13cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox
2014-02-13cmd/gc: fix liveness for addressed resultsRuss Cox
2014-02-13cmd/gc: rephrase the invalid indexing operation error messageShenghou Ma
2014-02-13cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox
2014-02-13cmd/gc: relax address-of escape analysisRuss Cox
2014-02-13cmd/gc: for loop init statement misanalyzed by escape analysisDaniel Morsing
2014-02-13cmd/gc: fix windows buildDmitriy Vyukov
2014-02-13cmd/gc: catch notes on Plan 9David du Colombier
2014-02-13cmd/gc: fix warnings on Plan 9David du Colombier