Age | Commit message (Collapse) | Author | Files | Lines |
|
Thanks to Charles Dorian for the help.
R=rsc
CC=Charlie Dorian, golang-dev
http://codereview.appspot.com/207049
Committer: Russ Cox <rsc@golang.org>
|
|
HTML4 standard supports unquoted attibute values in certain cases
(http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2).
R=rsc
CC=golang-dev
http://codereview.appspot.com/207095
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/216047
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/206079
Committer: Russ Cox <rsc@golang.org>
|
|
fix, test MergeWithStdout
R=r
CC=golang-dev
http://codereview.appspot.com/214046
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/216043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/217041
|
|
pages
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/215050
|
|
asm_arm.s was using ldrex which does not work
on armv5. Tested on Sheevaplug.
R=rsc, kaib
CC=golang-dev
http://codereview.appspot.com/214049
Committer: Kai Backman <kaib@golang.org>
|
|
import and export
R=rsc
CC=golang-dev
http://codereview.appspot.com/214050
|
|
Fixes issue 287.
R=ken2
CC=golang-dev
http://codereview.appspot.com/215048
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/215042
|
|
only front-end compiler work.
best to do thin in 3 steps
1. frontend
2. backend
3. lib
R=rsc
CC=golang-dev
http://codereview.appspot.com/214042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/213042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/212047
|
|
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/211041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/213041
|
|
under repeated application of gofmt
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/212046
|
|
Fixes issue 602.
R=ken2
CC=golang-dev
http://codereview.appspot.com/212045
|
|
thanks to yglgogo for analysis.
Fixes issue 593.
R=rsc
CC=golang-dev
http://codereview.appspot.com/210044
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/207096
|
|
Mercury now requires build tools to install.
R=rsc
CC=golang-dev
http://codereview.appspot.com/210042
|
|
Fixes issue 582.
Update issue 287
Status: Accepted
Bug fix was too intrusive; undo and reopen issue.
R=ken2
CC=golang-dev
http://codereview.appspot.com/209044
|
|
and complain about illegal UTF-8 code sequences
R=rsc
CC=golang-dev
http://codereview.appspot.com/209043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/210043
|
|
R=ken2, ken3
CC=golang-dev
http://codereview.appspot.com/209041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/209042
|
|
also clarify other string conversions.
R=rsc, iant, gri, ken2
CC=golang-dev
http://codereview.appspot.com/207103
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/207110
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/207112
|
|
Fixes issue 596.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206101
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206109
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207111
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/207071
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/206077
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/206107
|
|
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666
will start a local godoc that maps urls starting with /pkg/user1 or
/pkg/foo to the respective roots specified in the path.
Missing: Handling of overlapping package directories, multiple
packages per directory.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206078
|
|
directory:
- adjust ast.Package node and doc.PackageDoc correspondingly
- introduce parser.ParseFiles
R=rsc
CC=golang-dev
http://codereview.appspot.com/207087
|
|
Fixes issue 605.
R=rsc
CC=golang-dev
http://codereview.appspot.com/207108
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/207106
|
|
Try to avoid infinite recursion if String fails due to
printing a bad type.
Add test for String method with named basic types.
R=r
CC=golang-dev
http://codereview.appspot.com/207102
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/207088
|
|
Fixes issue 580.
R=adg
CC=golang-dev
http://codereview.appspot.com/207086
|
|
Fixes issue 587.
R=ken2
CC=golang-dev
http://codereview.appspot.com/207085
|
|
Fixes issue 598.
R=adg
CC=golang-dev
http://codereview.appspot.com/206089
|
|
(implementation was swapped)
R=adg
CC=golang-dev, rsc
http://codereview.appspot.com/207069
|
|
The Mapping object implements a flexible
mapping of relative to absolute paths and
vice versa.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206067
|
|
R=rsc, ken2
CC=golang-dev
http://codereview.appspot.com/204064
|
|
because free needs to mark the block as freed to
coordinate with the garbage collector.
(in C++ free can blindly put the block on the free list,
no questions asked, so the cache saves some work.)
R=iant
CC=golang-dev
http://codereview.appspot.com/206069
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/203062
|