go/doc
Robert Griesemer ddddd39fc8 go spec: constant divisors must not be zero
Both gc and gccgo always checked this for constant
expressions but the spec only mentions run-time
exceptions.

This CL also requires that constant divisors
must not be zero in non-constant integer expressions:
This is consistent with the spirit of the most
recent changes and it is consistent with constant
expressions. We don't want to specify the effect for
non-integer expressions (f/0.0 where f is a float or
complex number) because there the result f/g is not
further specified if a non-constant g is 0.

R=r, rsc, iant, ken, andybalholm, iant
CC=golang-dev
https://golang.org/cl/6710045
2012-10-19 10:12:09 -07:00
..
articles doc/articles/wiki: numerous fixes 2012-10-11 13:07:34 +11:00
codewalk doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function". 2012-10-18 08:12:44 +11:00
devel doc: Remove obsolete references to weekly releases. 2012-09-23 16:18:19 -05:00
gopher
play godoc: restore toy selection to playground widget 2012-10-11 09:53:37 +11:00
progs
Makefile
cmd.html
code.html
contrib.html doc: Remove obsolete references to weekly releases. 2012-09-23 16:18:19 -05:00
contribute.html doc/contribute.html: assorted fixes 2012-10-11 23:33:57 +08:00
debugging_with_gdb.html doc: NetBSD is fully supported now 2012-10-16 16:02:56 +08:00
docs.html
effective_go.html effective_go: s/usr/home/ in example 2012-09-23 10:44:56 +10:00
gccgo_contribute.html
gccgo_install.html
go-logo-black.png
go-logo-blue.png
go-logo-white.png
go1.1.html doc/go1.1: fix metadata json format 2012-09-26 08:49:36 -07:00
go1.html
go1compat.html
go_faq.html doc/faq: discuss virtual memory use by go processes 2012-10-11 14:21:19 +11:00
go_mem.html
go_spec.html go spec: constant divisors must not be zero 2012-10-19 10:12:09 -07:00
godocs.js doc/godoc.js: put focus on div#page when necessary 2012-10-16 14:28:18 +08:00
help.html
ie.css
install-source.html doc: add important info for would-be go contributors. 2012-09-26 14:39:31 -04:00
install.html doc: NetBSD is fully supported now 2012-10-16 16:02:56 +08:00
jquery.js godoc: add jQuery to Go repository, rewrite godocs.js to use jQuery 2012-10-04 15:31:25 +10:00
logo-153x55.png
reference.html
root.html godoc: restore toy selection to playground widget 2012-10-11 09:53:37 +11:00
share.png
sieve.gif
style.css godoc: fix site for large displays 2012-10-11 09:18:23 +11:00
tos.html