]> Cypherpunks.ru repositories - gostls13.git/history - doc/go_spec.html
doc/go1.21: document that os.DirFS implements fs.Read{File,Dir}FS
[gostls13.git] / doc / go_spec.html
2023-05-25 Robert Griesemerspec: document min and max built-ins
2023-05-24 Robert Griesemerspec: re-order built-ins sections alphabetically (more...
2023-04-13 Daniel Frederick... doc: correct spelling on placeholder
2023-04-11 Daniel Frederick... doc: add missing oxford comma in Constants
2023-04-11 cui fliterdoc: fix "are" to "or" in core types
2023-02-20 Cuong Manh Ledoc: add clear builtin to spec
2023-02-19 Cuong Manh Ledoc: do not use "==" in slice examples
2023-02-16 Cuong Manh Ledoc: add missing builtin functions not permitted in...
2023-02-07 Oleksandr Redkodoc: fix spec typo
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2022-12-15 Robert Griesemerspec: fix typo
2022-12-14 Robert Griesemerspec: document which recursive arrays and structs are...
2022-12-14 Robert Griesemerspec: document illegal recursive type parameter lists
2022-12-14 Robert Griesemerspec: describe new semantics for comparable and constra...
2022-12-14 Robert Griesemerspec: introduce notion of strict comparability
2022-12-08 Zhizhen Hedoc: fix typo
2022-11-30 Tim Kingspec: document conversion from slice to array
2022-11-23 Robert Griesemerspec: add a link to Allocation section in section on...
2022-11-23 Robert Griesemerspec: document that trailing comma is valid after index...
2022-11-14 Robert Griesemerspec: document the new unsafe functions SliceData,...
2022-11-14 Robert Griesemerspec: clarify struct field and array element comparison...
2022-09-21 Cuong Manh Lespec: describe an edge case for slice expression of...
2022-09-21 Cuong Manh Lespec: describe an edge case of slice-to-array conversions
2022-09-20 VRDighespec: fix typo in a type parameter example
2022-09-08 Robert Griesemerspec: describe slice-to-array conversions
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-30 Robert Griesemerspec: retitle section on "Assignments" to "Assignment...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Robert Griesemerspec: document operations which accept []byte|string...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-16 Robert Griesemerspec: adjust incorrect sentence in section on rune...
2022-06-14 Robert Griesemerspec: clarify "slice of bytes" and "slice of runes...
2022-06-13 Robert Griesemerspec: clarify behavior of map size hint for make built-in
2022-06-13 Robert Griesemerspec: add missing optional type arguments after TypeNam...
2022-05-26 George Looshchdoc: replace tabs with spaces for alignment in code...
2022-05-12 Robert Griesemerspec: fix prose about promoted methods of embedded...
2022-05-12 Robert Griesemerspec: use original terminology in metasyntax (cleanup)
2022-05-12 Robert Griesemerspec: use Unicode terminology consistently
2022-05-12 Robert Griesemerspec: state that variable names must be unique in short...
2022-05-12 Robert Griesemerspec: clarify "continue" statement
2022-05-12 Robert Griesemerspec: correct assignment rules with respect to type...
2022-05-12 Robert Griesemerspec: adjust scope of function/method type parameters
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-19 Robert Griesemerspec: clarify rules for type set construction of an...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-04 Jared Horvatdoc/go_spec.html: update type identity example
2022-04-02 Zach Collierdoc: add illegal octal over 255 example
2022-03-31 Robert Griesemerspec: clarify type term restriction for type parameters
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-11 Robert Griesemerspec: various minor clarifications
2022-03-11 Robert Griesemerspec: clean up intro and replace bolded text with prose
2022-03-10 Robert Griesemerspec: remove note re: field accesses on type literals
2022-03-10 Robert Griesemerspec: more adjustments/corrections
2022-03-10 Robert Griesemerspec: remove notion of specific types
2022-03-08 Robert Griesemerspec: document that type inference doesn't apply to...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-07 Robert Griesemerspec: clarifications based on feedback
2022-02-28 Matthew Dempskyspec: the -'s possessive suffix is English, not code
2022-02-14 Robert Griesemerspec: highlight missing prose for easier review, fixed...
2022-02-11 Robert Griesemerspec: combine section on type parameters and type param...
2022-02-11 Robert Griesemerspec: add a section on implementing an interface
2022-02-11 Robert Griesemerspec: describe processing of function arguments for...
2022-02-11 Kevin Burkedoc: fix spelling error in link ID
2022-02-11 Robert Griesemerspec: introduce notion of basic interface, misc. fine...
2022-02-11 Robert Griesemerspec: use the term "generic" rather than "(type-)parame...
2022-02-11 Robert Griesemerspec: adjust rules to use core or specific types as...
2022-02-10 Robert Griesemerspec: move all sections describing type properties...
2022-02-10 Robert Griesemerspec: document numeric operations behavior for generic...
2022-02-09 Robert Griesemerspec: document behavior of generic type switch cases
2022-02-09 Robert Griesemerspec: the type of a constant cannot be a type parameter
2022-02-09 Robert Griesemerspec: use "core type" rather than "structural type"
2022-02-08 Robert Griesemerspec: explicitly define integer, floating-point, and...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-01 Robert Griesemerspec: add section on comparable constraint
2022-01-28 Robert Griesemerspec: add section on type inference
2022-01-26 Robert GriesemerRevert "spec: document the underlying type of comparable"
2022-01-26 Robert Griesemerspec: document the underlying type of comparable
2022-01-21 Ian Lance Taylorspec: minor formatting and link cleanups
2022-01-19 Robert Griesemerspec: add another example for an invalid shift case
2022-01-12 Robert Griesemerspec: adjust rules for specific types once more
2022-01-07 Robert Griesemerspec: be more precise with rules on specific types
2021-12-17 Robert Griesemerspec: describe constraint parsing ambiguity and work...
2021-12-17 Robert Griesemerspec: clarify that comparable cannot be a union element
2021-12-13 Robert Griesemerspec: fix conversion rules (match implementation)
2021-11-29 Robert Griesemerspec: adjust section on package unsafe for type parameters
2021-11-29 Robert Griesemerspec: rules for index expressions, len, cap, with type...
2021-11-29 Robert Griesemerspec: corrections to various sections
2021-11-27 syumaispec: fix link for instantiations
2021-11-24 Robert Griesemerspec: type assertions and switches don't operate on...
2021-11-24 Robert Griesemerspec: adjust type identity rules for type parameters
2021-11-24 Robert Griesemerspec: add section on instantiation
2021-11-24 Robert Griesemerspec: adjust conversion rules for type parameters
2021-11-24 Robert Griesemerspec: adjust assignability rules for type parameters
2021-11-24 Robert Griesemerspec: adjust representability rules for type parameters
2021-11-24 Robert Griesemerspec: add definition of "specific types" of an interface
2021-11-22 Robert Griesemerspec: fix Swap example (correctly swap type arguments...
2021-11-22 Robert Griesemerspec: add section on the structure of interfaces
2021-11-22 Robert Griesemerspec: add type parameter types
2021-11-22 Robert Griesemerspec: add type parameter lists
2021-11-18 Robert Griesemerspec: various clarifications/fixes for method sets...
next