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
Commit message (
Expand
)
Author
Age
Files
Lines
*
runtime: mark sysAlloc nosplit
Russ Cox
2014-09-04
10
-4
/
+46
*
runtime: more C to Go conversion adjustments
Russ Cox
2014-09-04
16
-280
/
+478
*
cmd/api: don't depend on os/user or USER to check api
Brad Fitzpatrick
2014-09-04
1
-3
/
+1
*
go/parser: fix "zero day" parse error
Robert Griesemer
2014-09-04
2
-9
/
+11
*
runtime: make more functions safe for Go
Russ Cox
2014-09-04
19
-220
/
+274
*
runtime: convert cgocall to Go
Dmitriy Vyukov
2014-09-04
3
-182
/
+150
*
runtime: use C for readgstatus, goroutine status values
Russ Cox
2014-09-04
2
-28
/
+3
*
runtime: reconvert sigqueue.goc from C to Go
Russ Cox
2014-09-04
14
-266
/
+258
*
go/parser: initialize file set even in only some tests are run
Robert Griesemer
2014-09-04
1
-2
/
+1
*
androidtest.bash: drop noisy adb sync output
David Crawshaw
2014-09-04
1
-1
/
+3
*
runtime: fix solaris netpoll
Dmitriy Vyukov
2014-09-04
1
-1
/
+1
*
runtime: fix netbsd build
Dmitriy Vyukov
2014-09-04
3
-3
/
+3
*
runtime: fix typos
Mikio Hara
2014-09-04
1
-3
/
+3
*
runtime: fix Plan 9 build
David du Colombier
2014-09-04
2
-6
/
+4
*
runtime: fix arm build
Dmitriy Vyukov
2014-09-04
1
-1
/
+1
*
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-09-04
31
-773
/
+757
*
runtime: fix nacl/amd64p32 build
Russ Cox
2014-09-04
1
-2
/
+2
*
runtime: fix int64 reconstruction in semasleep
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: fix onM test for curg on arm
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: fix sigtrampPC on Windows
Russ Cox
2014-09-04
1
-1
/
+1
*
runtime: correct various Go -> C function calls
Russ Cox
2014-09-04
21
-152
/
+297
*
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
4
-18
/
+32
*
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
*
spec: Add link to rune literals from string literals when talking about escap...
Robin Eklind
2014-09-03
1
-1
/
+1
*
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
13
-217
/
+259
*
cmd/cgo, runtime: write cgo stub wrappers in Go, not C
Russ Cox
2014-09-03
9
-101
/
+160
*
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
33
-167
/
+158
*
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
12
-673
/
+677
*
crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum.
David Leon Gil
2014-09-02
1
-0
/
+8
*
A+C: David Leon Gil (individual CLA)
Adam Langley
2014-09-02
2
-0
/
+2
*
runtime: convert traceback*.c to Go
Russ Cox
2014-09-02
14
-838
/
+668
*
cmd/gc: fix runtime print(hex(x))
Russ Cox
2014-09-02
1
-1
/
+1
*
runtime: move reflect trampolines into thunk file.
Keith Randall
2014-09-02
5
-116
/
+39
[next]