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
6 days
spec: move rule for type parameters up in section of range clause
Robert Griesemer
6 days
spec: fix prose in Instantiatons section
Robert Griesemer
8 days
spec: add syntax and prose for generic methods
Robert Griesemer
14 days
spec: in range-over-func, the yield function cannot be variadic
Robert Griesemer
2026-03-24
spec: s/defined/declared/ in a handful of places (cleanup)
Robert Griesemer
2026-03-24
spec: predeclared types are named, not defined types
Robert Griesemer
2026-03-16
spec: fix prose in rule for keys of struct composite literals
Robert Griesemer
2026-03-05
spec: permit keys denoting embedded fields in struct literals
Robert Griesemer
2026-03-03
doc/go_spec: add max and min to forbidden expression statements list
Towaiji
2026-01-12
spec: slightly re-arrange composite literal section for readability
Robert Griesemer
2025-12-02
spec: remove restriction on channel element types for close built-in (bug fix)
Robert Griesemer
2025-12-02
spec: more precise prose for built-in function new
Robert Griesemer
2025-11-20
spec: adjust rule for type parameter on RHS of alias declaration
Robert Griesemer
2025-11-19
spec: escape double-ampersands
zigo101
2025-11-13
spec: remove cycle restriction for type parameters
Robert Griesemer
2025-11-10
spec: more precise prose for special case of append
Robert Griesemer
2025-10-06
spec: close tag
Oliver Eikemeier
2025-10-01
doc/go_spec.html: update date
Alan Donovan
2025-09-23
doc/go_spec.html: document new(expr)
Alan Donovan
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
[next]