index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
runtime: reject onM calls from gsignal stack
Russ Cox
2014-09-04
5
-20
/
+90
*
runtime: refactor/fix asmcgocall/asmcgocall_errno
Russ Cox
2014-09-04
3
-16
/
+25
*
net: fix parsing literal IPv6 address with zone identifier in builtin dns stu...
Mikio Hara
2014-09-04
3
-2
/
+5
*
runtime: give 2 words back in notetsleep_internal
Russ Cox
2014-09-03
1
-5
/
+11
*
net: fix parsing literal IP address in builtin dns stub resolver
Mikio Hara
2014-09-04
7
-63
/
+83
*
text/template: 0xef is an integer, not a floating-point value.
Rob Pike
2014-09-03
3
-1
/
+12
*
runtime: make entersyscall/exitsyscall safe for stack splits
Russ Cox
2014-09-03
3
-59
/
+141
*
runtime: convert symtab.c into symtab.go
Russ Cox
2014-09-03
9
-459
/
+275
*
runtime: relax flaky GC pause test
Brad Fitzpatrick
2014-09-03
1
-3
/
+6
*
runtime: remove guard against uninitialized forcegc.g
Russ Cox
2014-09-03
1
-6
/
+3
*
runtime: adopt race detector for runtime written in Go
Dmitriy Vyukov
2014-09-03
3
-10
/
+18
*
runtime: Start and stop individual goroutines at gc safepoints
Rick Hudson
2014-09-03
4
-10
/
+262
*
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-03
12
-216
/
+257
*
cmd/cgo, runtime: write cgo stub wrappers in Go, not C
Russ Cox
2014-09-03
7
-4
/
+48
*
runtime: make onM and mcall take Go func values
Russ Cox
2014-09-03
18
-92
/
+141
*
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-03
32
-166
/
+147
*
runtime: introduce, use funcPC to convert Go func to PC
Russ Cox
2014-09-03
9
-72
/
+33
*
runtime: increase windows prof thread priority sooner
Alex Brainman
2014-09-03
1
-0
/
+1
*
runtime: avoid race with forcegc helper
Russ Cox
2014-09-02
2
-19
/
+24
*
runtime: don't allocate a new string in snprintf
David du Colombier
2014-09-03
1
-1
/
+1
*
runtime: handle empty environment variables on Plan 9
David du Colombier
2014-09-03
1
-0
/
+4
*
runtime: unify fastrand1 and fastrand2
Keith Randall
2014-09-02
10
-26
/
+10
*
runtime: convert select implementation to Go.
Keith Randall
2014-09-02
10
-672
/
+674
*
crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.
David Leon Gil
2014-09-02
1
-0
/
+8
*
runtime: convert traceback*.c to Go
Russ Cox
2014-09-02
13
-831
/
+644
*
runtime: move reflect trampolines into thunk file.
Keith Randall
2014-09-02
5
-116
/
+39
*
database/sql: Avoid re-preparing statements when all connections are busy
Marko Tiikkaja
2014-09-02
2
-30
/
+41
*
runtime: convert clearpools/registerPoolCleanup to Go
Dmitriy Vyukov
2014-09-02
4
-34
/
+32
*
runtime: convert cpuprof from C to Go
Matthew Dempsky
2014-09-02
5
-464
/
+431
*
runtime/pprof: adjust cpuHogger so that tests pass on windows builders
Alex Brainman
2014-09-01
1
-4
/
+4
*
runtime: fix gogetenv on Plan 9
David du Colombier
2014-09-01
1
-15
/
+5
*
runtime: fix race detector running Go code on g0 of non-main thread
Russ Cox
2014-09-01
1
-0
/
+2
*
time: update generated zoneinfo_abbrs_windows.go
Alex Brainman
2014-09-02
1
-4
/
+4
*
runtime: fix Stack
Russ Cox
2014-09-01
2
-2
/
+12
*
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-09-01
15
-784
/
+409
*
runtime: fix windows build
Russ Cox
2014-09-01
1
-1
/
+1
*
runtime: change concatstring panic to gothrow
Russ Cox
2014-09-01
1
-1
/
+1
*
runtime: include os_*.h in the generated Go structs
Russ Cox
2014-09-01
3
-5
/
+8
*
runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr
Russ Cox
2014-09-01
7
-50
/
+50
*
runtime/race: better handling of atomic operations
Dmitriy Vyukov
2014-09-01
11
-300
/
+166
*
strings: use Rabin-Karp algorithm for LastIndex.
Rui Ueyama
2014-09-01
2
-12
/
+67
*
runtime: remove old malloc test programs
Russ Cox
2014-09-01
4
-335
/
+0
*
archive/zip: add Writer.Flush
Brad Fitzpatrick
2014-08-31
2
-0
/
+25
*
runtime: paste mprof.goc into mprof.go as comments
Russ Cox
2014-09-01
1
-40
/
+384
*
cmd/ld: diagnose Go calling C
Russ Cox
2014-08-31
1
-2
/
+4
*
net/http: fix typo in comment
Dmitri Shuralyov
2014-09-01
1
-1
/
+1
*
image/png: make the CompressionLevel constants negative, reserving
Nigel Tao
2014-09-01
1
-4
/
+7
*
runtime: fix Linux build
Ian Lance Taylor
2014-08-30
3
-4
/
+4
*
cmd/cc: generate error if #pragma pack off does anything
Russ Cox
2014-08-30
2
-2
/
+2
*
runtime: translate env*.c to Go
Russ Cox
2014-08-30
9
-124
/
+121
[prev]
[next]