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
*
[dev.garbage] runtime: raise StackGuard limit for Windows (again)
dev.garbage
Russ Cox
2014-12-05
3
-4
/
+4
*
[dev.garbage] runtime: reduce stack footprint of write barriers
Russ Cox
2014-12-05
2
-50
/
+70
*
all: merge default (faa3ed1dc30e) into dev.garbage
Russ Cox
2014-12-05
43
-552
/
+1874
|
\
|
*
[dev.garbage] all: merge dev.cc (81884b89bd88) into dev.garbage
Russ Cox
2014-12-05
43
-552
/
+1874
|
|
\
|
|
*
[dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage
Russ Cox
2014-11-24
206
-11182
/
+4733
|
|
|
\
|
|
*
|
[dev.garbage] runtime: Stop running gs during the GCscan phase.
Rick Hudson
2014-11-21
3
-15
/
+14
|
|
*
|
[dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr...
Russ Cox
2014-11-21
7
-1
/
+94
|
|
*
|
[dev.garbage] runtime: Fix constant overflow on 32 bit machines
Rick Hudson
2014-11-20
1
-1
/
+1
|
|
*
|
[dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers...
Rick Hudson
2014-11-20
8
-63
/
+98
|
|
*
|
[dev.garbage] all: merge dev.cc (723ca3789b88) into dev.garbage
Russ Cox
2014-11-16
37
-492
/
+1696
|
|
|
\
\
|
|
|
*
\
[dev.garbage] all: merge dev.cc into dev.garbage
Russ Cox
2014-11-15
384
-69496
/
+22418
|
|
|
|
\
\
|
|
|
*
\
\
[dev.garbage] all: merge dev.power64 (7667e41f3ced) into dev.garbage
Russ Cox
2014-11-14
33
-312
/
+1544
|
|
|
|
\
\
\
|
|
|
*
\
\
\
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
Russ Cox
2014-11-14
197
-3342
/
+41189
|
|
|
|
\
\
\
\
|
|
|
|
*
|
|
|
[dev.garbage] runtime: Add write barriers to c code
Rick Hudson
2014-11-12
11
-2
/
+51
|
|
|
|
*
|
|
|
[dev.garbage] runtime: concurrent mark fixes
Russ Cox
2014-11-11
5
-3
/
+13
|
|
|
|
*
|
|
|
[dev.garbage] runtime: add write barrier to casp
Russ Cox
2014-11-10
11
-30
/
+67
|
|
|
|
*
|
|
|
[dev.garbage] runtime: Coarsen the write barrier to always grey the destination.
Rick Hudson
2014-11-10
1
-5
/
+33
|
|
|
|
*
|
|
|
[dev.garbage] runtime: Code to implement write barriers
Rick Hudson
2014-11-10
5
-16
/
+66
|
|
|
|
*
|
|
|
[dev.garbage] cmd/gc: emit pointer write barriers
Russ Cox
2014-11-05
1
-0
/
+4
|
|
|
|
*
|
|
|
[dev.garbage] cmd/gc, runtime: add locks around print statements
Russ Cox
2014-11-05
8
-71
/
+140
|
|
|
|
*
|
|
|
[dev.garbage] runtime: ignore objects in dead spans
Russ Cox
2014-11-05
1
-6
/
+10
|
|
|
|
*
|
|
|
[dev.garbage] runtime: fix a few checkmark bugs
Russ Cox
2014-11-05
1
-35
/
+111
|
|
|
|
*
|
|
|
[dev.garbage] runtime: fix 32-bit build
Russ Cox
2014-11-05
1
-2
/
+2
|
|
|
|
*
|
|
|
[dev.garbage] runtime: Add gc mark verification pass.
Rick Hudson
2014-11-04
6
-143
/
+382
|
|
|
|
*
|
|
|
[dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr...
Russ Cox
2014-10-30
12
-47
/
+447
|
|
|
|
*
|
|
|
[dev.garbage] all: merge dev.power64 (5ad5e85cfb99) into dev.garbage
Russ Cox
2014-10-29
158
-2689
/
+39285
|
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
\
[dev.garbage] all: merge default (dd5014ed9b01) into dev.garbage
Russ Cox
2014-10-29
18
-455
/
+740
|
|
|
|
|
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
[dev.garbage] runtime: Fix 386 compiler warnings.
Rick Hudson
2014-10-27
1
-2
/
+2
|
|
|
|
|
*
|
|
|
|
[dev.garbage] runtime: fix TestLFStack on 386
Russ Cox
2014-10-27
3
-2
/
+3
|
|
|
|
|
*
|
|
|
|
[dev.garbage] runtime: Linear map test give false negative due to GC.
Rick Hudson
2014-10-27
1
-2
/
+2
|
|
|
|
|
*
|
|
|
|
[dev.garbage] runtime: Concurrent scan code
Rick Hudson
2014-10-24
8
-127
/
+254
|
|
|
|
|
*
|
|
|
|
[dev.garbage] runtime: simplifiy lfstack.c due to undiagnosed buffer corruption.
Rick Hudson
2014-10-23
2
-9
/
+7
|
|
|
|
|
*
|
|
|
|
all: merge default branch into dev.garbage
Russ Cox
2014-10-16
150
-853
/
+2548
|
|
|
|
|
|
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
[dev.garbage] runtime: Write barrier code.
Rick Hudson
2014-10-14
1
-16
/
+129
|
|
|
|
|
*
|
|
|
|
|
[dev.garbage] all: merge default into dev.garbage
Russ Cox
2014-10-06
6
-22
/
+51
|
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
\
\
\
\
\
\
[dev.garbage] all: merge default into dev.garbage
Russ Cox
2014-10-06
10
-292
/
+421
|
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
|
*
\
\
\
\
\
\
[dev.garbage] merge default into dev.garbage
Russ Cox
2014-10-03
366
-26679
/
+50089
|
|
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] runtime: scan and mark phase refactoring
Rick Hudson
2014-10-03
4
-263
/
+404
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] runtime: make sure G.param and SudoG.elem do not hold stale poi...
Russ Cox
2014-10-02
4
-2
/
+30
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] runtime: remove another BitsMultiWord
Russ Cox
2014-10-02
2
-15
/
+8
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] cmd/gc: never generate BitsMultiWord
Russ Cox
2014-10-01
1
-5
/
+3
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] lib/codereview: allow hg submit to commit new branch if CL desc...
Russ Cox
2014-09-25
1
-2
/
+2
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] remove dev.garbage placeholder
Russ Cox
2014-09-24
1
-0
/
+0
|
|
|
|
|
|
*
|
|
|
|
|
|
|
[dev.garbage] create new branch
Russ Cox
2014-09-16
1
-0
/
+0
*
|
|
|
|
|
|
|
|
|
|
|
|
|
all: merge dev.cc (81884b89bd88) into default
Russ Cox
2014-12-05
590
-74993
/
+60113
|
\
\
\
\
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
|
|
|
|
|
|
[dev.cc] all: merge default (8d42099cdc23) into dev.cc
dev.cc
Russ Cox
2014-12-05
16
-58
/
+268
|
|
\
\
\
\
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
|
|
cmd/go: fix build
Rob Pike
2014-12-05
2
-2
/
+2
*
|
|
|
|
|
|
|
|
|
|
|
|
|
cmd/go: avoid use of bufio.Scanner in generate
Rob Pike
2014-12-05
2
-22
/
+70
*
|
|
|
|
|
|
|
|
|
|
|
|
|
cmd/pprof/internal/commands: add command to open browser on windows
Shenghou Ma
2014-12-04
1
-4
/
+22
*
|
|
|
|
|
|
|
|
|
|
|
|
|
lib/time: update to ICANN time zone database 2014j
Rob Pike
2014-12-03
2
-2
/
+2
[next]