]> Cypherpunks.ru repositories - gostls13.git/history - doc/go_spec.html
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / doc / go_spec.html
2023-11-02 Robert Griesemerspec: document range over integer expression
2023-10-17 Robert Griesemerspec: explain eval order of binary operator examples...
2023-09-14 Matthew Dempskyspec: specify evaluation order for binary logical opera...
2023-08-21 Matthew Dempskyspec: clarify that []byte("") must be non-nil
2023-08-18 Ian Lance Taylorspec: correct type parameter name used in example
2023-08-17 Robert Griesemerspec: fix unification rule for inexact interface unific...
2023-08-03 Robert Griesemerspec: remove unnecessary sentence
2023-08-03 cui fliterdoc: fix html tags
2023-07-31 Robert Griesemerspec: add Appendix with detailed type unification rules
2023-07-26 Robert Griesemerspec: update section on type unification for Go 1.21
2023-07-21 Robert Griesemerspec: fix a couple of minor mistakes in type inference...
2023-07-20 Robert Griesemerspec: update section on type inference for Go 1.21
2023-07-18 Robert Griesemerspec: clarify prose in rule for clear built-in
2023-06-14 Robert Griesemerspec: explain in which situations function type argumen...
2023-06-13 Robert Griesemerspec: de-emphasize string(int) conversions
2023-06-13 Robert Griesemerspec: document new program initialization process
2023-06-07 Robert Griesemerspec: add temporary note to type inference section
2023-06-06 Robert Griesemerspec: clarify min/max rules for numeric arguments ...
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...
next