Age | Commit message (Collapse) | Author | Files | Lines |
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/181151
Committer: Russ Cox <rsc@golang.org>
|
|
Added special case tests to all_test.go. Added tests to hypot.go,
otherwise hangs.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186118
Committer: Russ Cox <rsc@golang.org>
|
|
sin, cos, tan, asin, acos, atan, exp, log, log10,
floor, ceil, and fabs
R=rsc
CC=golang-dev
http://codereview.appspot.com/189083
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 531.
R=r
CC=golang-dev
http://codereview.appspot.com/189078
|
|
Fixes issue 527.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186159
|
|
8l: add GOOS=pchw, stop spelling out all the elf numbers.
R=r
CC=golang-dev
http://codereview.appspot.com/186144
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186146
Committer: Russ Cox <rsc@golang.org>
|
|
* move memory code into $GOOS-specific directory.
* allow printing of static strings < 256 bytes.
(dynamic strings will bump maxstring as they are allocated.)
* use cgo2c for runtime.mal.
R=r, dho
CC=golang-dev
http://codereview.appspot.com/186143
|
|
allow formatting of ruby-style times.
Fixes issue 518.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186119
|
|
to #defined things.
Fixes issue 520.
R=rsc, rsaarelm
CC=golang-dev
http://codereview.appspot.com/186138
Committer: Russ Cox <rsc@golang.org>
|
|
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com).
R=rsc
CC=golang-dev, rog
http://codereview.appspot.com/189059
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/186139
|
|
demo at http://wreck:8080/doc/
click on go_talk-20100112.html
R=gri
CC=golang-dev
http://codereview.appspot.com/186137
|
|
Fixes issue 307.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186073
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186108
|
|
allow an underscore to stand for a space or digit if the following number is >=10.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186115
|
|
by definition, they know what they are building for.
makes it easier to switch architectures when testing.
% 6g x.go
% 6l x.6
% 6.out
"Wed Jan 13 10:57:46 EST 2010"
% 8g x.go
% 8l x.8
% 8.out
"Wed Jan 13 10:57:46 EST 2010"
% echo $GOARCH
%
R=rsc
CC=golang-dev
http://codereview.appspot.com/186116
|
|
and specify a lowest id granted to users.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186081
|
|
Emphasis on minimal interface and fast scanning.
Recognizes all Go literals by default. Easily
configurable to recognize different whitespace
characters and tokens.
Provides detailed position information for each
token.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/181160
|
|
R=rsc, agl, r
CC=golang-dev
http://codereview.appspot.com/188043
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186078
|
|
than one explicitly named file.
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/186095
Committer: Robert Griesemer <gri@golang.org>
|
|
Added special case tests to all_test.go. Added tests to Floor,
in-lined tests in Exp and Log.
R=rsc
CC=golang-dev
http://codereview.appspot.com/184081
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 515.
R=rsc
CC=golang-dev
http://codereview.appspot.com/184079
|
|
Fixes issue 516.
R=rsc
CC=golang-dev, golang-dev
http://codereview.appspot.com/184080
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186079
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186079
|
|
amd64 linux only.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186077
|
|
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
|