Age | Commit message (Collapse) | Author | Files | Lines |
|
Added special case tests to all_test.go for Fmod. Fixed Fmod [hung
for Fmod(+/-Inf, <finite>)]. Also added test for Ceil in all_test.go.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186076
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 435
R=rsc
CC=golang-dev
http://codereview.appspot.com/181161
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/181186
Committer: Russ Cox <rsc@golang.org>
|
|
now printed using the semicolon-free style.
Removed NoSemis flag and mechanism dealing with
optional semicolons from go/printer.
Updated all go/printer output files using the
semi-colon free style.
Changes have no formatting impact on checked in
go code under src and misc.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/184068
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186042
|
|
R=r
CC= golang-dev, Charlie Dorian, golang-dev
http://codereview.appspot.com/184058
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/183142
Committer: Russ Cox <rsc@golang.org>
|
|
Addresses some cases and respects position of
closing parenthesis; but doesn't work yet in
all cases. Heuristic; will need to be replaced
by a real solution eventually. Does not cause
existing code to be reformatted.
R=r
CC=golang-dev, rsc
http://codereview.appspot.com/186043
|
|
Note: sqrt_decl.go already in src/pkg/math/.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183155
Committer: Russ Cox <rsc@golang.org>
|
|
in various already expensive routines.
helps keep cpu utilization up when GOMAXPROCS > 1,
but not a full solution.
http://groups.google.com/group/golang-nuts/t/7a9535c4136d3e2
R=r
CC=golang-dev
http://codereview.appspot.com/184043
|
|
Added tests for NaN and out-of-range values.
Combined asin.go and atan.go into atan.go.
R=rsc
CC=golang-dev
http://codereview.appspot.com/180065
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 471.
R=ken2
CC=golang-dev
http://codereview.appspot.com/181184
|
|
Fixes issue 475.
R=ken2
CC=golang-dev
http://codereview.appspot.com/183157
|
|
Fixes issue 495.
R=ken2
CC=golang-dev
http://codereview.appspot.com/183156
|
|
Fixes issue 501.
R=rsc
CC=golang-dev
http://codereview.appspot.com/181183
|
|
Fixes issue 502.
R=r, hoisie
CC=golang-dev
http://codereview.appspot.com/181179
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/183141
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181171
|
|
add a benchmark
R=rsc
CC=golang-dev
http://codereview.appspot.com/181164
|
|
Using FUCOMIP instead of the FUCOMP-FSTSW-SAHF sequence gives better performance and saves code space.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183139
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/183140
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/183138
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181163
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/183135
|
|
R=ken2
http://codereview.appspot.com/183136
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/181157
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/176066
Committer: Russ Cox <rsc@golang.org>
|
|
TBR=r
http://codereview.appspot.com/183133
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/181155
|
|
R=r
CC=golang-dev, petar-m
http://codereview.appspot.com/183132
|
|
This keeps debug symbols in for e.g. unreferenced enums.
Fixes issue 479
R=rsc
CC=golang-dev, waltermundt
http://codereview.appspot.com/181102
Committer: Russ Cox <rsc@golang.org>
|
|
The model is that formatString is a a representation of a standard time,
and that Format converts the time to that representation.
Standard representaitons are defined for ANSIC, RFC850, RFC1123, and ISO8601.
There's also a humane Kitchen fomat: 3:04PM.
R=rsc, benolive, cw
CC=golang-dev
http://codereview.appspot.com/181130
|
|
QUOTED_GOBIN. Re-take of 181077; fixes copy-pasta that broke build.
Fixes issue 468
R=rsc
CC=golang-dev
http://codereview.appspot.com/183125
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/179126
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, imkrasin
CC=golang-dev
http://codereview.appspot.com/179125
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 447
R=rsc
CC=golang-dev
http://codereview.appspot.com/183047
Committer: Russ Cox <rsc@golang.org>
|
|
(broke build)
TBR=dho
http://codereview.appspot.com/181139
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181138
Committer: Russ Cox <rsc@golang.org>
|
|
(changes adopted from alc, agl)
R=agl1, agl
CC=golang-dev
http://codereview.appspot.com/181137
|
|
QUOTED_GOBIN
Fixes issue 468
R=rsc
CC=golang-dev
http://codereview.appspot.com/181077
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 461
R=rsc
CC=golang-dev
http://codereview.appspot.com/181059
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181135
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc, r
CC=golang-dev, rog
http://codereview.appspot.com/183116
|
|
R=rsc
CC=golang-dev, jack.palevich
http://codereview.appspot.com/183109
|
|
Allow Walk of []Decl
R=gri
CC=golang-dev, rsc
http://codereview.appspot.com/183112
Committer: Robert Griesemer <gri@golang.org>
|
|
resize should just do "resize".
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/181111
Committer: Rob Pike <r@golang.org>
|
|
modify a test to verify the fix.
R=rsc
CC=golang-dev
http://codereview.appspot.com/183090
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/181089
|
|
R=agl, agl1
CC=golang-dev
http://codereview.appspot.com/183083
|
|
Fixes issue 439.
R=r
CC=golang-dev
http://codereview.appspot.com/181087
|