- 04 Dec, 2009 12 commits
-
-
Russ Cox authored
Fixes #374. R=r https://golang.org/cl/166053
-
Russ Cox authored
R=ken2 https://golang.org/cl/165055
-
Ken Thompson authored
R=rsc https://golang.org/cl/166052
-
Michael Elkins authored
Modify iterFunc to take chan<- instead of just chan. R=rsc, dsymonds1 CC=golang-dev, r https://golang.org/cl/160064
-
Adam Langley authored
Fixes bug 375. R=rsc https://golang.org/cl/165045
-
Russ Cox authored
Fixes #176. R=r https://golang.org/cl/166044
-
Russ Cox authored
R=jini, r https://golang.org/cl/163092
-
Russ Cox authored
R=r https://golang.org/cl/164083
-
Russ Cox authored
R=r https://golang.org/cl/164086
-
Russ Cox authored
* throw away dead code * add mlookup counter * add malloc counter * set up for blocks with no pointers Fixes #367. R=r https://golang.org/cl/165050
-
Rob Pike authored
so make it a local method (_String()). R=rsc CC=golang-dev https://golang.org/cl/165049
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/165048
-
- 03 Dec, 2009 16 commits
-
-
Rob Pike authored
Use them in Copy and Copyn. Speed up ReadFile by using ReadFrom and avoiding Copy altogether (a minor win). R=rsc, gri CC=golang-dev https://golang.org/cl/166041
-
Christopher Wedgwood authored
R=rsc https://golang.org/cl/164095
-
Robert Griesemer authored
- fixes a godoc issue (for instance, "godoc os EOF" now shows an entry) R=r CC=rsc https://golang.org/cl/165042
-
Russ Cox authored
Fixes #238. R=ken2 https://golang.org/cl/163098
-
Russ Cox authored
Fixes #245. R=ken2 https://golang.org/cl/164094
-
Russ Cox authored
Fixes bug 292. R=ken2 https://golang.org/cl/164093
-
Russ Cox authored
Fixes #364. R=ken2 https://golang.org/cl/164092
-
Rob Pike authored
R=rsc https://golang.org/cl/164090
-
Russ Cox authored
Fixes #370. R=ken2 https://golang.org/cl/163097
-
Russ Cox authored
Fixes #371. R=ken2 https://golang.org/cl/164091
-
Rob Pike authored
this breaks the dependency of package io on package bytes. R=rsc CC=golang-dev https://golang.org/cl/163085
-
Peter Froehlich authored
Split: fixed typo in documentation R=rsc, r, r1 https://golang.org/cl/157170
-
Robert Griesemer authored
R=rsc https://golang.org/cl/164085
-
Russ Cox authored
in favor of tempname. allows optimizer to do more. unfortunately, optimizer seems to be broken; disable it. R=ken2 https://golang.org/cl/163091
-
Russ Cox authored
drop check in range over array. drop check in [256]array indexed by byte. R=ken2 https://golang.org/cl/163088
-
Robert Griesemer authored
tabs for indentation even if -spaces is set. Changes to gofmt: - added -tabindent flag - don't recompute parser and printer mode repeatedly Changes to go/printer: - provide new printing mode TabIndent Changes to tabwriter: - implement new mode TabIndent to use tabs independent of the actual padding character for leading empty columns - distinguish between minimal cell width and tab width (tabwidth is only used if the output contains tabs, minwidth and padding are always considered) - fixed and added more comments - some additional factoring By default, -tabindent is disabled and the default gofmt behavior is unchanged. By setting -spaces and -tabindent, gofmt will use tabs for indentation but do any other alignment with spaces. This permits a user to change the visible indentation by simply changing the editor's tab width and the code will remain properly aligned without the need to rerun gofmt. R=rsc https://golang.org/cl/163068
-
- 02 Dec, 2009 12 commits
-
-
Russ Cox authored
Fixes #274. R=r CC=jonathan.r.hudson https://golang.org/cl/163072
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/164082
-
Ian Lance Taylor authored
R=gri https://golang.org/cl/164081
-
Fazlul Shahriar authored
How to reproduce: $ mkdir /tmp/foo $ cp /dev/null /tmp/foo/bar.go $ chmod -r /tmp/foo/bar.go $ gofmt /tmp/foo open /tmp/foo/bar.go: permission denied $ echo $? # should echo 2 0 $ Maybe you need to put a call to time.Sleep at the beginning of report(). R=gri CC=golang-dev https://golang.org/cl/164073
-
Robert Griesemer authored
R=rsc https://golang.org/cl/164071
-
Rob Pike authored
Fixes #338. R=rsc CC=golang-dev https://golang.org/cl/163083
-
Rob Pike authored
can't mix slices and arrays now; perhaps that should be a TODO R=rsc https://golang.org/cl/164079
-
Russ Cox authored
so that the issue stops showing up on the per-reviewer dashboard page. R=r https://golang.org/cl/164075
-
Russ Cox authored
added random test to look for more. Fixes #363. R=r, cw https://golang.org/cl/163071
-
Ian Lance Taylor authored
Submitting as a TBR to fix the build. R=dho, rsc https://golang.org/cl/164078
-
Devon H. O'Dell authored
on my linux machine this is the correct one. lxml.etree exists with an ElementTree class, but does not contain an .XML method. R=rsc https://golang.org/cl/163082
-
Devon H. O'Dell authored
R=rsc CC=golang-dev https://golang.org/cl/164053
-