aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)Author
2024-05-02spec: clarify when range expression is evaluatedOlivier Mengué
2024-04-26spec: clarify prose for range over numeric range expressionsRobert Griesemer
2024-04-25spec: clarify when a range expression is evaluatedRobert Griesemer
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-03-04doc: close HTML tagscui fliter
2024-02-07spec: fix typo in year (it's 2024 now)Robert Griesemer
2024-01-30spec: clarify iteration variable type for range over integerRobert Griesemer
2024-01-05doc: s/adjustements/adjustmentsJes Cok
2023-12-27doc: fix typo in example in specRobert Griesemer
2023-12-27doc: document new iteration variable semantics in specRobert Griesemer
2023-12-27doc: document version at which new language features were introduced in specRobert Griesemer
2023-12-20doc: update unsafe.Pointer rule in specRobert Griesemer
2023-12-05doc/go_spec.html: rename golang.org to go.devAlan Donovan
2023-11-02spec: document range over integer expressionRobert Griesemer
2023-10-17spec: explain eval order of binary operator examples with commentsRobert Griesemer
2023-09-14spec: specify evaluation order for binary logical operationsMatthew Dempsky
2023-08-21spec: clarify that []byte("") must be non-nilMatthew Dempsky
2023-08-18spec: correct type parameter name used in exampleIan Lance Taylor
2023-08-17spec: fix unification rule for inexact interface unificationRobert Griesemer
2023-08-03spec: remove unnecessary sentenceRobert Griesemer
2023-08-03doc: fix html tagscui fliter
2023-07-31spec: add Appendix with detailed type unification rulesRobert Griesemer
2023-07-26spec: update section on type unification for Go 1.21Robert Griesemer
2023-07-21spec: fix a couple of minor mistakes in type inference sectionRobert Griesemer
2023-07-20spec: update section on type inference for Go 1.21Robert Griesemer
2023-07-18spec: clarify prose in rule for clear built-inRobert Griesemer
2023-06-14spec: explain in which situations function type arguments can be omittedRobert Griesemer
2023-06-13spec: de-emphasize string(int) conversionsRobert Griesemer
2023-06-13spec: document new program initialization processRobert Griesemer
2023-06-07spec: add temporary note to type inference sectionRobert Griesemer
2023-06-06spec: clarify min/max rules for numeric arguments (exclude NaNs)Robert Griesemer
2023-05-25spec: document min and max built-insRobert Griesemer
2023-05-24spec: re-order built-ins sections alphabetically (more or less)Robert Griesemer
2023-04-13doc: correct spelling on placeholderDaniel Frederick Crisman
2023-04-11doc: add missing oxford comma in ConstantsDaniel Frederick Crisman
2023-04-11doc: fix "are" to "or" in core typescui fliter
2023-02-20doc: add clear builtin to specCuong Manh Le
2023-02-19doc: do not use "==" in slice examplesCuong Manh Le
2023-02-16doc: add missing builtin functions not permitted in statement contextCuong Manh Le
2023-02-07doc: fix spec typoOleksandr Redko
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2022-12-15spec: fix typoRobert Griesemer
2022-12-14spec: document which recursive arrays and structs are valid/invalidRobert Griesemer
2022-12-14spec: document illegal recursive type parameter listsRobert Griesemer
2022-12-14spec: describe new semantics for comparable and constraint satisfactionRobert Griesemer
2022-12-14spec: introduce notion of strict comparabilityRobert Griesemer
2022-12-08doc: fix typoZhizhen He
2022-11-30spec: document conversion from slice to arrayTim King
2022-11-23spec: add a link to Allocation section in section on append built-inRobert Griesemer
2022-11-23spec: document that trailing comma is valid after index in index expressionsRobert Griesemer