index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
gc
Age
Commit message (
Expand
)
Author
2014-03-24
cmd/gc: round floats with a large negative exponent towards zero
Jan Ziak
2014-03-19
cmd/gc: check exponent overflow and underflow in mparith
Jan Ziak
2014-03-15
cmd/gc: fix comment about how GOEXPERIMENT works
Ian Lance Taylor
2014-03-14
cmd/gc: fix spurious 'not enough arguments to return' error
Jan Ziak
2014-03-13
cmd/gc: fix spurious type errors in walkselect.
Rémy Oudompheng
2014-03-12
cmd/gc: make the fpu handle all exceptions on Plan 9
Anthony Martin
2014-03-11
cmd/gc: fix crash in -live mode
Russ Cox
2014-03-07
cmd/gc: correct GOARCH in object files for amd64p32.
Rémy Oudompheng
2014-03-07
cmd/gc: enforce register-width alignment for stack sizes.
Rémy Oudompheng
2014-03-07
cmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit and add amd64p32 support
Dave Cheney
2014-03-05
cmd/gc: allow append and complex builtins to accept 2-result call expression ...
Chris Manghane
2014-03-04
cmd/ld: clear unused ctxt before morestack
Russ Cox
2014-03-04
cmd/gc: use a register to checknil constants.
Rémy Oudompheng
2014-03-03
cmd/gc: fix internal crash
Russ Cox
2014-02-27
all: final merge of NaCl tree
Russ Cox
2014-02-27
cmd/gc: do not nop-convert equivalent but different interface types.
Rémy Oudompheng
2014-02-26
cmd/gc: fix bad checknil with ints on 32 bit compilers
Josh Bleecher Snyder
2014-02-26
cmd/gc: minor code simplification
Ian Lance Taylor
2014-02-25
all: nacl import round 2
Russ Cox
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-24
cmd/gc: fix walkcompare bugs.
Rémy Oudompheng
2014-02-23
cmd/gc: diagnose "make([]T, non-integer)" correctly.
Shenghou Ma
2014-02-20
cmd/gc: explain 'nointerface' method failure
Russ Cox
2014-02-20
cmd/gc: make embedded, unexported fields read-only.
Chris Manghane
2014-02-19
cmd/gc, runtime: enable precisestack by default
Russ Cox
2014-02-19
cmd/gc: fix printf format in typecheck.c
Rob Pike
2014-02-19
cmd/gc: fix array index out of bounds error message
Rick Arnold
2014-02-19
cmd/gc: fix handling of append with -race.
Rémy Oudompheng
2014-02-19
cmd/gc: reject incorrect use of fallthrough.
Rémy Oudompheng
2014-02-17
undo CL 64100044 / 04d062c2e81c
Russ Cox
2014-02-17
cmd/gc, runtime: enable precisestack by default
Russ Cox
2014-02-16
cmd/gc: correct function name in internal error messages
Ian Lance Taylor
2014-02-15
cmd/gc: record &x[0] as taking address of x, if x is an array
Russ Cox
2014-02-15
cmd/gc: avoid pointer beyond array in range loop
Russ Cox
2014-02-15
cmd/gc: correct liveness for fat variables
Russ Cox
2014-02-15
cmd/gc: do not lower copy to a value node in go/defer.
Rémy Oudompheng
2014-02-14
cmd/gc: fix build for 'default unsigned char' compilers
Russ Cox
2014-02-14
cmd/gc: correct liveness for various non-returning functions
Russ Cox
2014-02-13
cmd/gc: correct liveness for func ending in panic
Russ Cox
2014-02-13
cmd/gc: correct liveness for wrappers containing tail jumps
Russ Cox
2014-02-13
cmd/gc: handle variable initialization by block move in liveness
Russ Cox
2014-02-13
cmd/gc: rename AFATVARDEF to AVARDEF
Russ Cox
2014-02-13
cmd/gc: fix liveness for addressed results
Russ Cox
2014-02-13
cmd/gc: rephrase the invalid indexing operation error message
Shenghou Ma
2014-02-13
cmd/gc: distinguish unnamed vs blank-named return variables better
Russ Cox
2014-02-13
cmd/gc: relax address-of escape analysis
Russ Cox
2014-02-13
cmd/gc: for loop init statement misanalyzed by escape analysis
Daniel Morsing
2014-02-13
cmd/gc: fix windows build
Dmitriy Vyukov
2014-02-13
cmd/gc: catch notes on Plan 9
David du Colombier
2014-02-13
cmd/gc: fix warnings on Plan 9
David du Colombier
[prev]
[next]