index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
go_spec.html
Age
Commit message (
Expand
)
Author
2025-10-08
[release-branch.go1.25] spec: update spec date to match release date
Robert Griesemer
2025-10-06
[release-branch.go1.25] spec: revert "update spec date to match release date"
Robert Griesemer
2025-10-06
[release-branch.go1.25] spec: update spec date to match release date
Robert Griesemer
2025-05-06
spec: avoid use of "raise" in conjunction with panics
Mark Freeman
2025-02-25
spec: remove notion of core types
Robert Griesemer
2025-02-03
spec: remove reference to Go 1.17 spec
Robert Griesemer
2025-01-13
spec: fix grammar issue
Oleksandr Redko
2025-01-03
spec: fix a dead link
yaxum62
2024-12-30
spec: document that string conversions don't guarantee result slice capacity
Robert Griesemer
2024-12-30
spec: describe representation of values
Robert Griesemer
2024-12-17
spec: explain function invocation and passing of parameters more precisely
Robert Griesemer
2024-12-12
spec: align EBNF rules consistently (cosmetic change)
Robert Griesemer
2024-11-20
spec: document restrictions for method receivers that are aliases
Robert Griesemer
2024-10-02
spec: document that alias declarations can have type parameters with 1.24
Robert Griesemer
2024-10-02
spec: clarify that identical structs must have identical field embeddings
Robert Griesemer
2024-08-12
spec: clarify prose for embedded struct fields
Robert Griesemer
2024-06-13
spec: adjust for-range prose to include iterator functions where missing
Robert Griesemer
2024-06-13
spec: allow range-over-func to omit iteration variables
Robert Griesemer
2024-06-04
spec: better examples for range-over-func
Robert Griesemer
2024-06-04
spec: document for range loop over functions
Robert Griesemer
2024-05-02
spec: clarify when range expression is evaluated
Olivier Mengué
2024-04-26
spec: clarify prose for range over numeric range expressions
Robert Griesemer
2024-04-25
spec: clarify when a range expression is evaluated
Robert Griesemer
2024-04-11
all: consistently use "IEEE 754" over "IEEE-754"
Joe Tsai
2024-03-04
doc: close HTML tags
cui fliter
2024-02-07
spec: fix typo in year (it's 2024 now)
Robert Griesemer
2024-01-30
spec: clarify iteration variable type for range over integer
Robert Griesemer
2024-01-05
doc: s/adjustements/adjustments
Jes Cok
2023-12-27
doc: fix typo in example in spec
Robert Griesemer
2023-12-27
doc: document new iteration variable semantics in spec
Robert Griesemer
2023-12-27
doc: document version at which new language features were introduced in spec
Robert Griesemer
2023-12-20
doc: update unsafe.Pointer rule in spec
Robert Griesemer
2023-12-05
doc/go_spec.html: rename golang.org to go.dev
Alan Donovan
2023-11-02
spec: document range over integer expression
Robert Griesemer
2023-10-17
spec: explain eval order of binary operator examples with comments
Robert Griesemer
2023-09-14
spec: specify evaluation order for binary logical operations
Matthew Dempsky
2023-08-21
spec: clarify that []byte("") must be non-nil
Matthew Dempsky
2023-08-18
spec: correct type parameter name used in example
Ian Lance Taylor
2023-08-17
spec: fix unification rule for inexact interface unification
Robert Griesemer
2023-08-03
spec: remove unnecessary sentence
Robert Griesemer
2023-08-03
doc: fix html tags
cui fliter
2023-07-31
spec: add Appendix with detailed type unification rules
Robert Griesemer
2023-07-26
spec: update section on type unification for Go 1.21
Robert Griesemer
2023-07-21
spec: fix a couple of minor mistakes in type inference section
Robert Griesemer
2023-07-20
spec: update section on type inference for Go 1.21
Robert Griesemer
2023-07-18
spec: clarify prose in rule for clear built-in
Robert Griesemer
2023-06-14
spec: explain in which situations function type arguments can be omitted
Robert Griesemer
2023-06-13
spec: de-emphasize string(int) conversions
Robert Griesemer
2023-06-13
spec: document new program initialization process
Robert Griesemer
2023-06-07
spec: add temporary note to type inference section
Robert Griesemer
[next]