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
*
cmd/gc: don't walk static nodes generated by anylit.
R?my Oudompheng
2014-09-15
2
-0
/
+28
*
cmd/gc: generate type alg after calling dowidth.
R?my Oudompheng
2014-09-15
4
-1
/
+30
*
net/http: don't call FileSystem.Open with unclean index.html path
Brad Fitzpatrick
2014-09-15
2
-1
/
+38
*
runtime: fix parameter checking in syscall.NewCallback
Alex Brainman
2014-09-15
2
-1
/
+40
*
syscall: add GO_ARGS to Go-called assembly
Russ Cox
2014-09-14
5
-0
/
+11
*
runtime: fix solaris build, part 2
Russ Cox
2014-09-14
1
-14
/
+15
*
runtime: fix solaris build
Russ Cox
2014-09-14
2
-50
/
+50
*
runtime: convert syscall_windows.c to Go
Russ Cox
2014-09-14
7
-191
/
+138
*
image/jpeg: reject invalid Ta and Td values.
Nigel Tao
2014-09-15
1
-0
/
+6
*
runtime: fix traceback of trap on ARM
Russ Cox
2014-09-14
2
-3
/
+4
*
runtime: mark asmcgocall<>(SB) as having no arguments
Russ Cox
2014-09-14
3
-1
/
+4
*
cmd/8g: remove unused variable (fix build)
Robert Griesemer
2014-09-12
1
-1
/
+0
*
runtime: test iteration order of sparse maps
Josh Bleecher Snyder
2014-09-12
1
-0
/
+35
*
cmd/gc: fix racewalk after writebarrier change
Dmitriy Vyukov
2014-09-12
1
-0
/
+25
*
runtime: remove a few untyped allocations
Russ Cox
2014-09-12
7
-56
/
+45
*
go/printer: don't reduce nesting depth twice if parentheses are present aroun...
Robert Griesemer
2014-09-12
5
-2
/
+17
*
runtime: fix typo in comment
Ian Lance Taylor
2014-09-12
1
-1
/
+1
*
cmd/cc, cmd/gc: stop generating 'argsize' PCDATA
Russ Cox
2014-09-12
13
-104
/
+1
*
runtime: stop scanning stack frames/args conservatively
Russ Cox
2014-09-12
8
-100
/
+64
*
runtime: tell the truth about BitVector type
Russ Cox
2014-09-12
5
-21
/
+25
*
runtime: look up arg stackmap for makeFuncStub/methodValueStub during traceback
Russ Cox
2014-09-12
13
-49
/
+161
*
runtime: save correct pid for new m's on plan9/amd64
Anthony Martin
2014-09-12
1
-1
/
+1
*
syscall: add #include "funcdata.h" to files modified in last CL
Russ Cox
2014-09-12
19
-0
/
+19
*
syscall: make func Syscall use pointer maps from Go prototypes
Russ Cox
2014-09-12
20
-0
/
+83
*
cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions
Russ Cox
2014-09-12
5
-4
/
+99
*
runtime: fix cgo to handle the case where the G stack is copied.
Keith Randall
2014-09-11
3
-6
/
+19
*
syscall: SysProcAttr job control changes
Michael MacInnis
2014-09-11
2
-4
/
+76
*
A+C: Michael MacInnis (individual CLA)
Ian Lance Taylor
2014-09-11
2
-2
/
+4
*
runtime: make gostringnocopy update maxstring
Keith Randall
2014-09-11
3
-1
/
+22
*
doc: link directly to https://golang.org/dl/
Matthew Dempsky
2014-09-12
2
-9
/
+7
*
runtime: get rid of copyable check - all G frames are copyable.
Keith Randall
2014-09-11
4
-370
/
+31
*
runtime: make Gosched nosplit
Russ Cox
2014-09-11
1
-0
/
+2
*
runtime: move gosched to Go, to add stack frame information
Russ Cox
2014-09-11
5
-16
/
+3
*
go/printer, gofmt: don't align map entries for irregular inputs
Robert Griesemer
2014-09-11
3
-7
/
+59
*
test: return errors earlier in run.go
Josh Bleecher Snyder
2014-09-11
1
-0
/
+4
*
cmd/gc: emit write barriers
Russ Cox
2014-09-11
10
-15
/
+218
*
runtime: allow crash from gsignal stack
Russ Cox
2014-09-11
9
-2
/
+104
*
net: fix inconsistent behavior across platforms in SetKeepAlivePeriod
Mikio Hara
2014-09-11
6
-57
/
+25
*
runtime: add timing test for iterate/delete map idiom.
Keith Randall
2014-09-10
1
-0
/
+18
*
reflect: use runtime's memmove instead of its own
Keith Randall
2014-09-10
2
-26
/
+6
*
runtime: stop plan9/amd64 build from crashing
Anthony Martin
2014-09-10
1
-0
/
+1
*
runtime: cleanup openbsd semasleep implementation
Matthew Dempsky
2014-09-09
1
-33
/
+22
*
runtime: call rfork on scheduler stack on Plan 9
Anthony Martin
2014-09-09
7
-71
/
+69
*
runtime: more cleanups
Keith Randall
2014-09-09
9
-19
/
+10
*
runtime: map iterators: always use intrabucket randomess
Keith Randall
2014-09-09
2
-32
/
+31
*
runtime: fix plan9/amd64 build?
Russ Cox
2014-09-09
1
-1
/
+1
*
runtime: fix windows/386 build
Russ Cox
2014-09-09
3
-1
/
+5
*
runtime: avoid read overrun in heapdump
Russ Cox
2014-09-09
1
-0
/
+2
*
testing: read coverage counters atomically
Rob Pike
2014-09-09
1
-3
/
+6
*
fmt: fix allocation test
Rob Pike
2014-09-09
1
-4
/
+7
[next]