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
2023-02-16
doc: add missing builtin functions not permitted in statement context
Cuong Manh Le
2023-02-07
doc: fix spec typo
Oleksandr Redko
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-12-15
spec: fix typo
Robert Griesemer
2022-12-14
spec: document which recursive arrays and structs are valid/invalid
Robert Griesemer
2022-12-14
spec: document illegal recursive type parameter lists
Robert Griesemer
2022-12-14
spec: describe new semantics for comparable and constraint satisfaction
Robert Griesemer
2022-12-14
spec: introduce notion of strict comparability
Robert Griesemer
2022-12-08
doc: fix typo
Zhizhen He
2022-11-30
spec: document conversion from slice to array
Tim King
2022-11-23
spec: add a link to Allocation section in section on append built-in
Robert Griesemer
2022-11-23
spec: document that trailing comma is valid after index in index expressions
Robert Griesemer
2022-11-14
spec: document the new unsafe functions SliceData, String, and StringData
Robert Griesemer
2022-11-14
spec: clarify struct field and array element comparison order
Robert Griesemer
2022-09-21
spec: describe an edge case for slice expression of nil slice
Cuong Manh Le
2022-09-21
spec: describe an edge case of slice-to-array conversions
Cuong Manh Le
2022-09-20
spec: fix typo in a type parameter example
VRDighe
2022-09-08
spec: describe slice-to-array conversions
Robert Griesemer
2022-06-30
spec: retitle section on "Assignments" to "Assignment statements"
Robert Griesemer
2022-06-21
spec: document operations which accept []byte|string constrained types
Robert Griesemer
2022-06-16
spec: adjust incorrect sentence in section on rune literals
Robert Griesemer
2022-06-14
spec: clarify "slice of bytes" and "slice of runes" through examples
Robert Griesemer
2022-06-13
spec: clarify behavior of map size hint for make built-in
Robert Griesemer
2022-06-13
spec: add missing optional type arguments after TypeName in syntax
Robert Griesemer
2022-05-26
doc: replace tabs with spaces for alignment in code snippets
George Looshch
2022-05-12
spec: fix prose about promoted methods of embedded fields
Robert Griesemer
2022-05-12
spec: use original terminology in metasyntax (cleanup)
Robert Griesemer
2022-05-12
spec: use Unicode terminology consistently
Robert Griesemer
2022-05-12
spec: state that variable names must be unique in short var decls
Robert Griesemer
2022-05-12
spec: clarify "continue" statement
Robert Griesemer
2022-05-12
spec: correct assignment rules with respect to type parameters
Robert Griesemer
2022-05-12
spec: adjust scope of function/method type parameters
Robert Griesemer
2022-04-19
spec: clarify rules for type set construction of an interface
Robert Griesemer
2022-04-04
doc/go_spec.html: update type identity example
Jared Horvat
2022-04-02
doc: add illegal octal over 255 example
Zach Collier
2022-03-31
spec: clarify type term restriction for type parameters
Robert Griesemer
2022-03-11
spec: various minor clarifications
Robert Griesemer
2022-03-11
spec: clean up intro and replace bolded text with prose
Robert Griesemer
2022-03-10
spec: remove note re: field accesses on type literals
Robert Griesemer
2022-03-10
spec: more adjustments/corrections
Robert Griesemer
2022-03-10
spec: remove notion of specific types
Robert Griesemer
2022-03-08
spec: document that type inference doesn't apply to generic types
Robert Griesemer
2022-03-07
spec: clarifications based on feedback
Robert Griesemer
2022-02-28
spec: the -'s possessive suffix is English, not code
Matthew Dempsky
2022-02-14
spec: highlight missing prose for easier review, fixed a few sections
Robert Griesemer
2022-02-11
spec: combine section on type parameters and type parameter lists
Robert Griesemer
2022-02-11
spec: add a section on implementing an interface
Robert Griesemer
2022-02-11
spec: describe processing of function arguments for type inference more preci...
Robert Griesemer
2022-02-11
doc: fix spelling error in link ID
Kevin Burke
2022-02-11
spec: introduce notion of basic interface, misc. fine-tuning
Robert Griesemer
[next]