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
/
cmd
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
undo CL 169000043 / 05b838013df9
Andrew Gerrand
2014-11-10
2
-4
/
+4
*
undo CL 166380043 / 0b54a0927656
Andrew Gerrand
2014-11-10
1
-1
/
+1
*
cmd/api: bump go.tools golden CL hash
Andrew Gerrand
2014-11-10
1
-1
/
+1
*
cmd/api: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
2
-4
/
+4
*
runtime: remove untyped allocation of ParFor
Russ Cox
2014-09-16
1
-0
/
+1
*
runtime: remove duplicated Go constants
Russ Cox
2014-09-16
1
-0
/
+46
*
cmd/api: internal debugging supprt
Robert Griesemer
2014-09-15
1
-9
/
+20
*
runtime: remove a few untyped allocations
Russ Cox
2014-09-12
1
-4
/
+5
*
build: adjustments for move from src/pkg to src
Russ Cox
2014-09-08
2
-3
/
+3
*
runtime: convert panic/recover to Go
Keith Randall
2014-09-05
1
-0
/
+1
*
runtime: more C to Go conversion adjustments
Russ Cox
2014-09-04
1
-0
/
+1
*
cmd/api: don't depend on os/user or USER to check api
Brad Fitzpatrick
2014-09-04
1
-3
/
+1
*
runtime: reconvert sigqueue.goc from C to Go
Russ Cox
2014-09-04
1
-0
/
+1
*
runtime: convert netpoll to Go
Dmitriy Vyukov
2014-09-04
1
-0
/
+3
*
runtime: deferproc/deferreturn in Go
Keith Randall
2014-09-03
1
-1
/
+2
*
runtime: convert a few traceback-related functions from proc.c to traceback.go
Russ Cox
2014-09-03
1
-1
/
+11
*
runtime: convert select implementation to Go.
Keith Randall
2014-09-02
1
-0
/
+1
*
runtime: convert traceback*.c to Go
Russ Cox
2014-09-02
1
-7
/
+24
*
runtime: convert mprof.goc to mprof.go
Russ Cox
2014-09-01
1
-1
/
+1
*
cmd/api: more runtime fixes
Russ Cox
2014-08-28
1
-1
/
+1
*
cmd/api: fix for Lock?Mutex change
Russ Cox
2014-08-27
1
-1
/
+1
*
cmd/cc, runtime: convert C compilers to use Go calling convention
Russ Cox
2014-08-27
1
-0
/
+1
*
runtime: convert NewCallback and NewCallbackCDecl to Go
Alex Brainman
2014-08-25
1
-2
/
+3
*
runtime: convert channel operations to Go, part 1 (chansend1).
Keith Randall
2014-08-24
1
-0
/
+1
*
runtime: convert note to Go
Dmitriy Vyukov
2014-08-22
1
-0
/
+1
*
cmd/api: reduce stutter in runtime type stubs
Josh Bleecher Snyder
2014-08-21
1
-4
/
+6
*
runtime: convert common scheduler functions to Go
Dmitriy Vyukov
2014-08-21
1
-1
/
+1
*
cmd/api: add missing runtime struct
Dmitriy Vyukov
2014-08-21
1
-1
/
+1
*
runtime: don't acquirem on malloc fast path
Dmitriy Vyukov
2014-08-18
1
-1
/
+4
*
runtime: convert interface routines from C to Go.
Keith Randall
2014-08-07
1
-1
/
+1
*
runtime: shorten hash declarations
Keith Randall
2014-08-06
1
-1
/
+1
*
runtime: convert slice operations to Go.
Keith Randall
2014-07-31
1
-1
/
+1
*
runtime: rewrite malloc in Go.
Keith Randall
2014-07-30
1
-1
/
+1
*
cmd/api: ignore internal packages
Brad Fitzpatrick
2014-07-21
2
-1
/
+27
*
runtime: convert map implementation to Go.
Keith Randall
2014-07-16
1
-0
/
+13
*
api: add go1.3.txt
Brad Fitzpatrick
2014-06-02
1
-1
/
+1
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
1
-1
/
+1
*
cmd/api: ensure GOPATH always points to the correct go.tools
Alex Brainman
2014-01-14
1
-1
/
+1
*
api: add go1.2.txt, use in tests
Andrew Gerrand
2013-10-18
1
-1
/
+1
*
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-10-14
1
-3
/
+11
*
cmd/api: always do API check if hg is available
Brad Fitzpatrick
2013-09-22
1
-10
/
+3
*
cmd/api: fix tool for recent go/build change
Russ Cox
2013-09-11
1
-0
/
+4
*
undo CL 13632053 / dc7bfe0f022d
Russ Cox
2013-09-11
1
-2
/
+0
*
cmd/api: break the builds
Russ Cox
2013-09-11
1
-0
/
+2
*
cmd/api: make api check directory per-user
Robert Daniel Kortschak
2013-09-11
1
-1
/
+19
*
cmd/api: include constant values
Brad Fitzpatrick
2013-09-06
2
-4
/
+9
*
cmd/api: be more robust against OS deleting temp files
Brad Fitzpatrick
2013-08-24
1
-2
/
+29
*
cmd/api: ignore GOARCH when building cmd/api.
Brad Fitzpatrick
2013-08-24
1
-1
/
+18
*
cmd/api: don't fail API check if there's no network
Brad Fitzpatrick
2013-08-12
1
-0
/
+5
*
cmd/api: eliminate duplicate package import work
Russ Cox
2013-08-09
2
-4
/
+58
[next]