Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue 153.
R=r
http://codereview.appspot.com/154177
|
|
linux/386 stack trace: use 32-bit hex.
Fixes issue 159.
R=r
http://codereview.appspot.com/154178
|
|
R=rsc
http://codereview.appspot.com/155079
Committer: Russ Cox <rsc@golang.org>
|
|
cgo/libmach remain unimplemented. However, compilers, runtime,
and packages are 100%. I still need to go through and implement
missing syscalls (at least make sure they're all listed), but
for all shipped functionality, this is done. Ship! ;)
R=rsc, VenkateshSrinivas
http://codereview.appspot.com/152142
Committer: Russ Cox <rsc@golang.org>
|
|
decoder side.
Fix is to move all decoder state into the decoder object.
Fixes issue 215.
R=rsc
CC=golang-dev
http://codereview.appspot.com/155077
|
|
rpc connection.
R=rsc
CC=golang-dev
http://codereview.appspot.com/155078
|
|
R=rsc
http://codereview.appspot.com/155058
|
|
R=rsc
http://codereview.appspot.com/154172
|
|
R=r
http://codereview.appspot.com/154171
|
|
R=ken2
http://codereview.appspot.com/155074
|
|
repeats 8l change http://code.google.com/p/go/source/detail?r=7594e16b5cf9
Fixes issue 179.
R=iant
http://codereview.appspot.com/154145
|
|
Fixes issue 236.
R=r
CC=golang-dev
http://codereview.appspot.com/155072
|
|
to generated pages even if Javascript has not introduced them yet.
R=rsc
http://codereview.appspot.com/154167
|
|
package documentation using templates. The line tag interferes
with the anchor tag introduces by the template.
This fixes an an issue where some headers lost their ability
to link to the respective source code.
R=rsc
http://codereview.appspot.com/154166
|
|
R=rsc
http://codereview.appspot.com/155065
Committer: Russ Cox <rsc@golang.org>
|
|
copy of a string or a byte array.
strings.Repeat("-", 50)
bytes.Repeat(b, 99)
R=rsc
http://codereview.appspot.com/155063
Committer: Russ Cox <rsc@golang.org>
|
|
back from Carnegie Mellon about whether they're interested in
signing the agreement (do you know if they have already?).
In the meantime, I'm submitting these changes on my own time.
If CMU has already signed the corporate contributor agreement,
please remove my name from the AUTHORS list.
R=rsc
http://codereview.appspot.com/154161
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/155069
|
|
Fixes issue 218
R=r
CC=golang-dev
http://codereview.appspot.com/155067
Committer: Rob Pike <r@golang.org>
|
|
- Slight re-phrasing of struct type section since "field name" was not
properly introduced.
Fixes issue 164.
R=r, rsc, iant
http://codereview.appspot.com/155061
|
|
Fixes issue 173.
R=r, rsc, r1
http://codereview.appspot.com/154156
|
|
Fixes issue 167.
R=ken2
http://codereview.appspot.com/155062
|
|
Fixes issue 210.
R=rsc
CC=golang-dev
http://codereview.appspot.com/155057
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/154153
|
|
Fixes issue 97.
R=r
http://codereview.appspot.com/155054
|
|
Thanks to anno.langen.
Fixes issue 103.
R=r
http://codereview.appspot.com/155050
|
|
Suggested by eostapets.
Fixes issue 141.
R=r
http://codereview.appspot.com/155049
|
|
Fixes issue 21.
R=r
http://codereview.appspot.com/155048
|
|
Fixes issue 176.
R=r
http://codereview.appspot.com/154146
|
|
* check for struct literal assignment to private fields.
* record, fix crash involving parallel map assignment.
* avoid infinite recursion in exportassignok.
* make floating point bounds check precise.
* avoid crash on invalid receiver.
* add context to error about implicit assignment.
Fixes issue 86.
Fixes issue 88.
Fixes issue 158.
Fixes issue 174.
Fixes issue 201.
Fixes issue 204.
R=ken2
http://codereview.appspot.com/154144
|
|
Fixes issue 125.
R=r
http://codereview.appspot.com/154143
|
|
Fixes issue 190.
R=r
http://codereview.appspot.com/154142
|
|
Fixes issue 196.
R=rsc
http://codereview.appspot.com/154152
|
|
packages.
thanks to ulrik.sverdrup for the test case.
Fixes issue 191.
R=rsc
CC=golang-dev
http://codereview.appspot.com/155056
|
|
Fixes issue 189.
R=r
CC=rsc
http://codereview.appspot.com/155055
|
|
Fixes issue 192.
R=ken2
http://codereview.appspot.com/155047
|
|
Fixes bug 168.
Alternative to http://codereview.appspot.com/152143.
R=ken2
http://codereview.appspot.com/155042
|
|
introduction.
R=rsc
http://codereview.appspot.com/152109
|
|
We are dealing with the multiplicative group ℤ/pqℤ. Multiples of
either p or q are not members of the group since they cannot have an
inverse. (Such numbers are 0 in the subgroup ℤ/pℤ.)
With p and q of typical size (> 512 bits), the probability of a random
blind [1..pq-1] being a multiple of p or q is negligible. However, in
the unit tests, much smaller sizes are used and the event could occur.
This change checks the result of the ext GCD and deals with this case.
It also increases the size of p and q in the unit test as a large
number of the keys selected were p, q = 227,169.
R=rsc
CC=golang-dev
http://codereview.appspot.com/154141
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/154097
|
|
versions of static checks in receiver1.go
R=r
http://codereview.appspot.com/155045
|
|
This does still contain some FreeBSD-specific bits, but
it's a pain to do partial diffs.
R=rsc
http://codereview.appspot.com/152138
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/155041
Committer: Russ Cox <rsc@golang.org>
|
|
The ByteOrder.Put* methods are already available, this change uses
them to implement the Write function.
R=golang-dev, agl1, rsc, r
http://codereview.appspot.com/152141
Committer: Russ Cox <rsc@golang.org>
|
|
As Adam Langley mentioned, this should go in with
http://codereview.appspot.com/152141
R=rsc
CC=agl1
http://codereview.appspot.com/154138
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 183.
R=ken
http://codereview.appspot.com/154139
|
|
performance hit of about 20% but more intuitive results for submatches.
we need a good regexp package at some point.
Fixes issue 110.
R=rsc
CC=golang-dev
http://codereview.appspot.com/152131
|
|
Fixes issue 128.
R=r, rsc
http://codereview.appspot.com/154126
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
http://codereview.appspot.com/154128
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 171.
Fixes issue 172.
R=agl1
http://codereview.appspot.com/154136
|