Age | Commit message (Collapse) | Author | Files | Lines |
|
R=gri
CC=golang-dev
http://codereview.appspot.com/181155
|
|
won't appear online until next release
R=r
CC=golang-dev
http://codereview.appspot.com/183126
|
|
remove-list-of-test-properties, since the latter is missing
from XEmacs.
Fixes issue 462.
R=rsc
CC=golang-dev
http://codereview.appspot.com/181152
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev, petar-m
http://codereview.appspot.com/183132
|
|
This keeps debug symbols in for e.g. unreferenced enums.
Fixes issue 479
R=rsc
CC=golang-dev, waltermundt
http://codereview.appspot.com/181102
Committer: Russ Cox <rsc@golang.org>
|
|
The model is that formatString is a a representation of a standard time,
and that Format converts the time to that representation.
Standard representaitons are defined for ANSIC, RFC850, RFC1123, and ISO8601.
There's also a humane Kitchen fomat: 3:04PM.
R=rsc, benolive, cw
CC=golang-dev
http://codereview.appspot.com/181130
|
|
R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/181153
Committer: Ian Lance Taylor <iant@golang.org>
|
|
QUOTED_GOBIN. Re-take of 181077; fixes copy-pasta that broke build.
Fixes issue 468
R=rsc
CC=golang-dev
http://codereview.appspot.com/183125
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/179126
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/179125
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
http://codereview.appspot.com/183124
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/183123
|
|
Fixes issue 447
R=rsc
CC=golang-dev
http://codereview.appspot.com/183047
Committer: Russ Cox <rsc@golang.org>
|
|
(broke build)
TBR=dho
http://codereview.appspot.com/181139
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181138
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 415.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183104
Committer: Russ Cox <rsc@golang.org>
|
|
(changes adopted from alc, agl)
R=agl1, agl
CC=golang-dev
http://codereview.appspot.com/181137
|
|
QUOTED_GOBIN
Fixes issue 468
R=rsc
CC=golang-dev
http://codereview.appspot.com/181077
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 461
R=rsc
CC=golang-dev
http://codereview.appspot.com/181059
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181135
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/183113
|
|
R=rsc, r
CC=golang-dev, rog
http://codereview.appspot.com/183116
|
|
R=rsc
CC=golang-dev, jack.palevich
http://codereview.appspot.com/183109
|
|
Allow Walk of []Decl
R=gri
CC=golang-dev, rsc
http://codereview.appspot.com/183112
Committer: Robert Griesemer <gri@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/183107
|
|
resize should just do "resize".
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/181111
Committer: Rob Pike <r@golang.org>
|
|
modify a test to verify the fix.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183090
Committer: Rob Pike <r@golang.org>
|
|
Recognize special comments starting
with TODO or BUG.
R=r
CC=golang-dev
http://codereview.appspot.com/183095
|
|
This provides full support for discontiguous stacks.
R=r
CC=golang-dev
http://codereview.appspot.com/183088
|
|
R=iant
CC=golang-dev
http://codereview.appspot.com/183087
|
|
Added definition for raw string.
Added definitions for function and method declarations.
Enabled function, method, and type declarations to appear in Editor pop up menu.
Fixes Issue 466.
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/183065
Committer: Robert Griesemer <gri@golang.org>
|
|
R=iant
CC=golang-dev
http://codereview.appspot.com/181099
|
|
R=iant
CC=golang-dev
http://codereview.appspot.com/183084
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181089
|
|
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/183083
|
|
Fixes issue 439.
R=r
CC=golang-dev
http://codereview.appspot.com/181087
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/181075
|
|
used only for debugging, debug.go is not normally part of the package source.
also add a dump program to call it.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183075
|
|
Fixes issue 470.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183074
|
|
tabs after an empty line where not converted.
Also, made it more robust in the presence of
(unexpected) ' ' and '\v' chars in indentation
mode.
R=r
CC=golang-dev
http://codereview.appspot.com/181085
|
|
Use uint index variables in some cases instead
of int to enable strength reduction; this makes
it possible for the compiler to reduce % into
masks.
Old code: 6g -S md4.go md4block.go | grep "md4block.go:44"
0471 (md4block.go:44) MOVL AX,BX
0472 (md4block.go:44) MOVL AX,BP
0473 (md4block.go:44) MOVL AX,R8
0474 (md4block.go:44) SARL $31,R8
0475 (md4block.go:44) SHRL $30,R8
0476 (md4block.go:44) ADDL R8,BP
0477 (md4block.go:44) SARL $2,BP
0478 (md4block.go:44) IMULL $4,BP
0479 (md4block.go:44) SUBL BP,BX
0480 (md4block.go:44) MOVLQSX BX,BX
0481 (md4block.go:44) LEAQ shift1+0(SB),BP
0482 (md4block.go:44) CMPL BX,8(BP)
0483 (md4block.go:44) JCS ,485
0484 (md4block.go:44) CALL ,runtime.throwindex+0(SB)
0485 (md4block.go:44) MOVQ (BP),BP
0486 (md4block.go:44) MOVL (BP)(BX*4),DI
New code: 6g -S md4.go md4block.go | grep "md4block.go:44"
0471 (md4block.go:44) MOVL AX,BX
0472 (md4block.go:44) ANDL $3,BX
0473 (md4block.go:44) MOVLQZX BX,BX
0474 (md4block.go:44) LEAQ shift1+0(SB),BP
0475 (md4block.go:44) CMPL BX,8(BP)
0476 (md4block.go:44) JCS ,478
0477 (md4block.go:44) CALL ,runtime.throwindex+0(SB)
0478 (md4block.go:44) MOVQ (BP),BP
0479 (md4block.go:44) MOVL (BP)(BX*4),DI
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/181086
|
|
(I was looking at this code accidentally because of some gofmt
issues and thought that one could write this more effectively.
You may have deliberately chosen not to use ranges here to make
the index range clearer. Just let me know.)
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/181084
|
|
Fixes issue 457.
R=r
CC=golang-dev
http://codereview.appspot.com/181083
|
|
Fixes issue 459.
R=rsc, imkrasin, sonia
CC=golang-dev
http://codereview.appspot.com/181073
|
|
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/181080
|
|
Listener contains private members and 6g now enforces that private
members cannot be assigned outside of their package.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183073
|
|
reported by erik quanstrom.
R=ken2
http://codereview.appspot.com/181071
|
|
also a way to run code when object is deleted.
both of these are possibilities, not certainties.
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/181057
|
|
a possible interface for more granular sleep times.
Fixes issue #260.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/181058
Committer: Rob Pike <r@golang.org>
|
|
(i thought these were legal in <pre> blocks)
R=rsc
CC=golang-dev, pwil3058
http://codereview.appspot.com/181055
|