Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
http://codereview.appspot.com/154101
|
|
R=r
http://codereview.appspot.com/154100
|
|
Fixes issue 116.
R=r
http://codereview.appspot.com/152106
|
|
Might fix issue 91.
R=r
http://codereview.appspot.com/152108
|
|
Fixes issue 117.
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/152107
|
|
fix a typo caught by kakugawa@gmail.com
Fixes issue 92.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152105
|
|
Thanks to Allister Macleod
Fixes issue 112.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152102
|
|
add a mention of range to the tutorial.
change tutorial's title.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152098
|
|
same as http://codereview.appspot.com/152088
in more files.
Fixes issue 83.
R=r, r1
http://codereview.appspot.com/152091
|
|
go/test: passes 88% (306/347)
R=rsc
http://codereview.appspot.com/152089
|
|
Fixes issue 80.
R=ken
http://codereview.appspot.com/154079
|
|
Fixes issue 48. (this time for sure!)
R=r, r1
http://codereview.appspot.com/152088
|
|
R=rsc, agl1
CC=golang-dev
http://codereview.appspot.com/154076
|
|
R=rsc
http://codereview.appspot.com/154071
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 74.
R=rsc
http://codereview.appspot.com/154073
|
|
Fixes issue 73.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154072
|
|
R=r
http://codereview.appspot.com/152084
|
|
R=r
http://codereview.appspot.com/152085
|
|
Fixes issue 22.
R=r
http://codereview.appspot.com/154069
|
|
The default SELinux policy on Fedora 12 (at least) disallows stack
pages to be +x. This causes all binaries written by 6g/6l to segfault
immedately. The 'true' way to fix this issue is to mark binaries with
the correct type. However, that assumes that 6l is going to detect
SELinux, figure out the correct type for the current distribution and
set the type (without libselinux).
For now we'll warn users and point them towards the way to enable
execstack for the whole system.
http://code.google.com/p/go/issues/detail?id=47
R=rsc
CC=golang-dev
http://codereview.prom.corp.google.com/1026041
|
|
Fixes issue 69.
R=r
http://codereview.appspot.com/152082
|
|
Fixes issue 62.
R=r
http://codereview.appspot.com/152080
|
|
Fixes issue 29.
R=r
http://codereview.appspot.com/152076
|
|
R=r
http://codereview.appspot.com/154067
|
|
Fixes issue 67.
R=r
http://codereview.appspot.com/154068
|
|
Fixes issue 59.
Add note about export.
R=r
http://codereview.appspot.com/152079
|
|
1. allocate an extra byte for use by write.
2. throw away the code trying to translate
uid and gid to names. i suspect it of causing
seg faults in some situations, and it is
not needed by the compilers.
Fixes issue 48. (I hope.)
R=r
http://codereview.appspot.com/152077
|
|
R=rsc
http://codereview.prom.corp.google.com/1024051
|
|
|
|
Fixes issue 50.
R=r
http://codereview.appspot.com/154064
|
|
Fixes issue 27.
R=r
http://codereview.appspot.com/152075
|
|
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/154065
|
|
Turn methods that don't store the result in their receiver into
functions in order to preserve the convention.
Re-jig Exp and Div by moving their guts into nat.go.
Add ProbablyPrime to perform Miller-Rabin primality tests.
crypto/rsa: reenable key generation since we now have ProbablyPrime.
R=gri
CC=go-dev
http://codereview.prom.corp.google.com/1024038
|
|
Fixes issue 30.
R=r1, r
http://codereview.appspot.com/154061
|
|
Fixes issue 31.
To try the fix before the next release:
hg pull -u
R=r1, r
http://codereview.appspot.com/154058
|
|
Fixes issue 22.
R=r1, r
http://codereview.appspot.com/152073
|
|
Fixes issue 38.
R=r1, r
http://codereview.appspot.com/152072
|
|
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/154059
|
|
Fixes issue 40.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/154057
|
|
Fixes issue 45.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/154055
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/154049
|
|
R=r
http://codereview.appspot.com/154045
|
|
Define a new interactive function in go-mode.el called gofmt.
This function passes the current buffer through the external `gofmt`
tool and replaces the buffer with the result.
R=agl, rsc
http://codereview.appspot.com/154044
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 8.
R=agl, agl1, rsc
http://codereview.appspot.com/153056
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
http://codereview.appspot.com/152057
|
|
Fixes issue 7.
R=r
CC=golang-dev
http://codereview.appspot.com/154043
|
|
Fixes issue 14.
R=r
http://codereview.appspot.com/152052
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/152056
|
|
Fixes issue 12.
R=agl1
CC=golang-dev
http://codereview.appspot.com/152055
|
|
R=rsc
http://codereview.appspot.com/153055
Committer: Russ Cox <rsc@golang.org>
|