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-08-27
cmd/gc: fix undefined behaviour warnings in mparith3.c
Dave Cheney
2014-08-25
cmd/gc, runtime: treat slices and strings like pointers in garbage collection
Russ Cox
2014-08-25
runtime: convert async semaphores to Go
Dmitriy Vyukov
2014-08-25
cmd/gc: fix order of channel evaluation of receive channels
Russ Cox
2014-08-24
cmd/gc: fix build
Russ Cox
2014-08-24
cmd/gc: re-enable IfacePointerOnly
Russ Cox
2014-08-24
runtime: convert channel operations to Go, part 1 (chansend1).
Keith Randall
2014-08-23
undo CL 130240043 / b09f70c301a5
Dave Cheney
2014-08-23
cmd/gc: change interface representation: only pointers in data word
Russ Cox
2014-08-21
runtime: convert common scheduler functions to Go
Dmitriy Vyukov
2014-08-21
cmd/gc: fix undefined behavior
Dmitriy Vyukov
2014-08-19
cmd/gc: fix heap buffer overflow
Dmitriy Vyukov
2014-08-18
cmd/gc, runtime: refactor interface inlining decision into compiler
Russ Cox
2014-08-15
[dev.power64] runtime: make all bitmaps arrays of bytes
Russ Cox
2014-08-15
cmd/gc: disallow pointer constants
Matthew Dempsky
2014-08-12
[dev.power64] cmd/gc: disable magic multiply optimizations for now
Shenghou Ma
2014-08-12
[dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build.
Shenghou Ma
2014-08-12
[dev.power64] cmd/gc: handle thechar=='9', disable nilopt() for now
Shenghou Ma
2014-08-11
cmd/gc: comma-ok assignments produce untyped bool as 2nd result
Chris Manghane
2014-08-07
runtime: convert equality functions to Go
Keith Randall
2014-08-07
cmd/gc: remove ignored debugging arguments in Fconv print
Russ Cox
2014-08-06
cmd/gc: make liveness ~10x faster
Russ Cox
2014-08-06
cmd/cc, cmd/gc: set ctxt->debugvlog with debug['v']
Shenghou Ma
2014-08-01
runtime: move constants from map header to map type
Keith Randall
2014-07-31
runtime: convert hash functions to Go calling convention.
Keith Randall
2014-07-31
runtime: convert slice operations to Go.
Keith Randall
2014-07-31
cmd/gc: fix example flag in comment
Josh Bleecher Snyder
2014-07-30
runtime: rewrite malloc in Go.
Keith Randall
2014-07-29
cmd/gc: don't allow escaping arguments in the runtime package.
Keith Randall
2014-07-29
runtime: simpler and faster GC
Dmitriy Vyukov
2014-07-25
cmd/gc: don't mark select descriptor as EscNone
Bobby Powers
2014-07-23
cmd/gc: mark auxiliary symbols as containing no pointers
Dmitriy Vyukov
2014-07-21
cmd/gc: in the runtime package, don't promote any decls to the heap.
Keith Randall
2014-07-20
cmd/gc: do not mark PC as pointer on stack
Dmitriy Vyukov
2014-07-20
cmd/gc: allocate select descriptor on stack
Dmitriy Vyukov
2014-07-16
cmd/gc: implement 'for range x {'
Russ Cox
2014-07-02
build: annotations and modifications for c2go
Russ Cox
2014-06-26
cmd/gc: moved usefield to correct section of go.h, from "reflect.c" to "walk.c".
Evan Kroske
2014-06-25
cmd/gc: drop parenthesization restriction for receiver types
Russ Cox
2014-06-17
undo CL 105260044 / afd6f214cc81
Keith Randall
2014-06-16
undo CL 93380044 / 7f0999348917
Keith Randall
2014-06-16
runtime: implement string ops in Go
Keith Randall
2014-06-11
cmd/gc: fix &result escaping into result
Russ Cox
2014-06-11
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
Russ Cox
2014-06-03
cmd/gc: fix escape analysis of func returning indirect of parameter
Russ Cox
2014-06-02
cmd/gc: fix liveness for address-taken variables in inlined functions
Russ Cox
2014-06-02
cmd/gc: don't generate zillions of linehists for wrapper functions
Rob Pike
2014-05-31
cmd/gc: fix handling of for post-condition in -race mode
Russ Cox
2014-05-29
cmd/gc: fix x=x crash
Russ Cox
2014-05-28
undo CL 102820043 / b0ce6dbafc18
Russ Cox
[prev]
[next]