Age | Commit message (Collapse) | Author | Files | Lines |
|
Previously the compiler would just emit "internal compiler error" when
trying to compute the remainder of floats or complex types.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1243041
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1138041
|
|
external variable assignements.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1094041
|
|
Fixes issue 692.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1092041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1067042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/1046042
|
|
Fixes issue 589.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1032044
|
|
Fixes issue 662.
R=ken2
CC=golang-dev
http://codereview.appspot.com/978043
|
|
Fixes issue 746.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1040042
|
|
Fixes issue 749.
R=ken2
CC=golang-dev
http://codereview.appspot.com/963043
|
|
Fixes issue 745.
R=ken2
CC=golang-dev
http://codereview.appspot.com/1008045
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/944043
|
|
Fixes issue 732.
R=ken2
CC=golang-dev
http://codereview.appspot.com/956050
|
|
R=ken2, r, ken3
CC=golang-dev
http://codereview.appspot.com/1006041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/955041
|
|
Fixes issue 729.
R=ken2
CC=golang-dev
http://codereview.appspot.com/875048
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/891050
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/840043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/902044
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/883049
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/855044
|
|
R=ken2, r
CC=golang-dev
http://codereview.appspot.com/871042
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/870041
|
|
R=ken2, r, ken3
CC=golang-dev
http://codereview.appspot.com/831042
|
|
main semantic change is to enforce single argument to panic.
runtime: change to 1-argument panic.
use String method on argument if it has one.
R=ken2, r
CC=golang-dev
http://codereview.appspot.com/812043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/811042
|
|
Fixes issue 700.
R=ken2
CC=golang-dev
http://codereview.appspot.com/839041
|
|
Fixes issue 186.
R=ken2
CC=golang-dev
http://codereview.appspot.com/793041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/731041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/743041
|
|
Fixes issue 626.
R=ken2
CC=golang-dev
http://codereview.appspot.com/714041
|
|
Fixes issue 687.
R=ken2
CC=golang-dev
http://codereview.appspot.com/680042
|
|
complex DATA statement fo
initialization of complex variables.
R=rsc
CC=golang-dev
http://codereview.appspot.com/634045
|
|
2. add complex algorithm for map/chan
3. test for use of complex in
array, slice, field, chan, map,
field, pointer.
R=rsc
CC=golang-dev
http://codereview.appspot.com/384041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/370041
|
|
c = cmplx(imag(c), real(c))
without a temporary
R=rsc
CC=golang-dev
http://codereview.appspot.com/360043
|
|
for 6g and 8g. can also be used
for 5g. 5g is still a stub.
R=rsc
CC=golang-dev
http://codereview.appspot.com/362041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/302042
Committer: Russ Cox <rsc@golang.org>
|
|
do not convert to float prematurely.
R=ken2
CC=golang-dev
http://codereview.appspot.com/311041
|
|
Fixes issue 654.
R=ken2
CC=golang-dev
http://codereview.appspot.com/310041
|
|
8g and 5g have stubs to ignore complex
R=rsc
CC=golang-dev
http://codereview.appspot.com/257042
|
|
Fixes issue 615.
R=ken2
CC=golang-dev
http://codereview.appspot.com/255043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/255042
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/229046
|
|
getting close.
R=rsc
CC=golang-dev
http://codereview.appspot.com/224105
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/224060
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/217069
|
|
more complex -- constants, variables and print.
R=rsc
CC=golang-dev
http://codereview.appspot.com/217061
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/217044
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/216043
|