aboutsummaryrefslogtreecommitdiff
path: root/doc/go_spec.html
AgeCommit message (Expand)Author
2025-10-08[release-branch.go1.25] spec: update spec date to match release dateRobert 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 dateRobert Griesemer
2025-05-06spec: avoid use of "raise" in conjunction with panicsMark Freeman
2025-02-25spec: remove notion of core typesRobert Griesemer
2025-02-03spec: remove reference to Go 1.17 specRobert Griesemer
2025-01-13spec: fix grammar issueOleksandr Redko
2025-01-03spec: fix a dead linkyaxum62
2024-12-30spec: document that string conversions don't guarantee result slice capacityRobert Griesemer
2024-12-30spec: describe representation of valuesRobert Griesemer
2024-12-17spec: explain function invocation and passing of parameters more preciselyRobert Griesemer
2024-12-12spec: align EBNF rules consistently (cosmetic change)Robert Griesemer
2024-11-20spec: document restrictions for method receivers that are aliasesRobert Griesemer
2024-10-02spec: document that alias declarations can have type parameters with 1.24Robert Griesemer
2024-10-02spec: clarify that identical structs must have identical field embeddingsRobert Griesemer
2024-08-12spec: clarify prose for embedded struct fieldsRobert Griesemer
2024-06-13spec: adjust for-range prose to include iterator functions where missingRobert Griesemer
2024-06-13spec: allow range-over-func to omit iteration variablesRobert Griesemer
2024-06-04spec: better examples for range-over-funcRobert Griesemer
2024-06-04spec: document for range loop over functionsRobert Griesemer
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