Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/1238044
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1444041
|
|
R=golang-dev, adg
CC=golang-dev, rsc
http://codereview.appspot.com/1426042
Committer: Andrew Gerrand <adg@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1404041
|
|
and adjust conversion rules.
Also:
- clarification of type identity (no language change)
- adjust special rules for channel assignment/comparison to
require identical element types (in correspondence to non-
recursiveness of type compatibility)
R=rsc, iant, ken2, r
CC=golang-dev
http://codereview.appspot.com/1376042
|
|
from an array; one needs to write a[0:] instead.
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/1365041
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/1354041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1309045
|
|
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/1303041
Committer: Robert Griesemer <gri@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1270042
Committer: Robert Griesemer <gri@golang.org>
|
|
Fixes issue 803.
R=rsc, r, iant, ken2
CC=golang-dev
http://codereview.appspot.com/1281041
|
|
Motivated by:
func f() []int
func g() [10]int
f()[1] = 1 // ok
g()[1] = 1 // ERROR
R=gri
CC=golang-dev
http://codereview.appspot.com/1278041
|
|
R=golang-dev, gri
CC=golang-dev
http://codereview.appspot.com/1266042
Committer: Robert Griesemer <gri@golang.org>
|
|
- also added links to the respective sections
- reformatted section for better (source html) readability
- added missing closing </li>'s in many places
R=r
CC=golang-dev
http://codereview.appspot.com/1220041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1207041
|
|
R=rsc, iant, r
CC=golang-dev
http://codereview.appspot.com/1171041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1148041
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/1094043
|
|
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
|