Age | Commit message (Collapse) | Author | Files | Lines |
|
specification of runtime exceptions for
make and division by zero
R=r, rsc, ken2, iant
CC=golang-dev
http://codereview.appspot.com/1081041
|
|
Fixes issue 757.
R=rsc
CC=golang-dev
http://codereview.appspot.com/1064041
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/946046
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/993042
Committer: Andrew Gerrand <adg@golang.org>
|
|
immediately
Also, calling fmt, ioutil and os "builtin" is probably confusing.
R=adg
CC=golang-dev
http://codereview.appspot.com/965045
Committer: Andrew Gerrand <adg@golang.org>
|
|
inaccurate in meaning.
R=gri
CC=golang-dev
http://codereview.appspot.com/964045
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/963042
|
|
noticed this as I was submitting the previous CL :(
R=r
CC=golang-dev
http://codereview.appspot.com/989045
|
|
R=r, rsc, gri
CC=golang-dev
http://codereview.appspot.com/887045
|
|
Fixes issue 743.
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/944044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1013042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/949043
|
|
R=adg, gri
CC=golang-dev, r
http://codereview.appspot.com/1008042
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/1010041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/962043
|
|
Everything was linking to "Run_time_panics", but the id was "Run_time_errors".
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/961042
Committer: Rob Pike <r@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/961041
Committer: Andrew Gerrand <adg@golang.org>
|
|
R=r, cw
CC=golang-dev
http://codereview.appspot.com/895043
Committer: Andrew Gerrand <adg@golang.org>
|
|
R=r, iant
CC=golang-dev
http://codereview.appspot.com/921041
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/902045
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/882047
|
|
R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/854045
|
|
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/881047
Committer: Andrew Gerrand <adg@golang.org>
|
|
R=iant
CC=golang-dev
http://codereview.appspot.com/874043
|
|
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/824045
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/893041
Committer: Andrew Gerrand <adg@golang.org>
|
|
Adding this question on Russ' recommendation - not sure if
there is some detail here I'm missing.
The associated discussion was:
http://groups.google.com/group/golang-nuts/t/ec6b27e332ed7f77
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/887042
|
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/855043
Committer: Robert Griesemer <gri@golang.org>
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/849044
|
|
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/821045
|
|
and use it to show version (date) of go spec
Fixes issue 68.
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/848042
|
|
R=rsc, gri, iant
CC=golang-dev
http://codereview.appspot.com/821044
|
|
note that sortmain.go has been run through hg gofmt;
only the formatting of the day initializers changed.
i'm happy to revert that formatting if you'd prefer.
stop on error in doc/progs/run
R=r
CC=golang-dev
http://codereview.appspot.com/850041
|
|
Fixes issue 697
R=r
CC=golang-dev
http://codereview.appspot.com/804042
|
|
Fixes issue 186.
R=ken2
CC=golang-dev
http://codereview.appspot.com/793041
|
|
R=rsc, gri
CC=golang-dev
http://codereview.appspot.com/763041
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/744042
|
|
R=rsc, gri, iant, ken2
CC=golang-dev
http://codereview.appspot.com/738041
|
|
R=r, rsc, ken2, iant
CC=golang-dev
http://codereview.appspot.com/708041
|
|
R=rsc, adg
CC=golang-dev
http://codereview.appspot.com/702042
|
|
Also: Actual map key must be assignment-compatible with
formal map key type.
Fixes issue 357.
R=r, iant, rsc, ken2
CC=golang-dev
http://codereview.appspot.com/673042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/643042
|
|
add Blog and Wiki links to sideba
R=r, rsc, gri
CC=golang-dev
http://codereview.appspot.com/611042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/589043
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg
CC=golang-dev, r
http://codereview.appspot.com/597041
|
|
for identifiers in Go source code
- at the moment just show identifier kind (var, func, etc.) and name
(eventually should show declaration, type, etc.)
- JavaScript parts by adg
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/578042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/579041
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/556041
|
|
This was discussed with Ken and Russ. 6g has been changed,
and both compilers now work this way. This avoids a double
type conversion--first to the float type, then to the complex
type.
R=r
CC=golang-dev, ken2, rsc
http://codereview.appspot.com/419042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/238042
|