]> Cypherpunks.ru repositories - gostls13.git/history - doc
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / doc /
2023-11-14 Roland Shoemakercrypto/tls: remove RSA KEX ciphers from the default...
2023-11-14 Roland Shoemakercrypto/tls: change default minimum version to 1.2
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-02 Russ Coxcmd/cgo: disable #cgo noescape/nocallback until Go...
2023-11-02 Robert Griesemerspec: document range over integer expression
2023-10-21 Roland Shoemakerdoc: add missing space in godebug.md
2023-10-17 Robert Griesemerspec: explain eval order of binary operator examples...
2023-10-02 Jonathan Amsterdamnet/http: add GODEBUG setting for old ServeMux behavior
2023-09-18 Ian Lance Taylordoc/go1.22: correct tipo languague => language
2023-09-14 Matthew Dempskyspec: specify evaluation order for binary logical opera...
2023-09-01 Joe Tsaireflect: make Value.IsZero identical to v == zero
2023-08-26 Ian Lance Taylordoc/go1.22: mention new #cgo directives
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-16 Inada Naokidoc/go1.22: mention new sql.Null[T]
2023-08-15 Cian Ruanedoc: fix broken x509sha1 setting link
2023-08-11 Mauri de Souza Men... net/http: disallow empty Content-Length header
2023-08-10 Roland Shoemakercrypto/tls: add GODEBUG to control max RSA key size
2023-08-04 David Chasedoc: move Go 1.21 release notes to x/website
2023-08-04 Filippo Valsordadoc/go1.21: update crypto release notes
2023-08-03 Robert Griesemerspec: remove unnecessary sentence
2023-08-03 Anit Gandhidoc/go1.21: document changes in crypto/tls related...
2023-08-03 cui fliterdoc: fix html tags
2023-08-03 Tobias Klauserdoc/go1.21: consistently use spaces for indentation
2023-08-02 Matthew Dempskydoc/go1.21: finish last TODO for go/types.Package.GoVersion
2023-07-31 Russ Coxdoc/go_mem: explain arrays, structs, and complex numbers
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-19 Guoqi Chendoc/go1.21: add release notes for linux/loong64
2023-07-18 Robert Griesemerspec: clarify prose in rule for clear built-in
2023-07-18 Heschi Kreinickdoc: start draft Go 1.22 release notes
2023-07-18 Carlos Amedeedoc: run relnotes again
2023-07-17 Austin Clementsdoc/go1.21: use consistent capitalization for amd64
2023-07-12 Bryan C. Millsdoc/go1.21: add a release note for CL 463177
2023-07-11 Matthieu Baertsnet: mptcp: force using MPTCP with GODEBUG
2023-06-26 Kotadoc/go1.21: document changes in crypto/x509
2023-06-26 Ian Lance Taylordoc/go1.21: context.Background and TODO may now appear...
2023-06-21 Ian Lance Taylordoc/go1.21: correct GOOS to GOARCH (another location)
2023-06-21 Ian Lance Taylordoc/go1.21: correct GOOS to GOARCH
2023-06-14 Robert Griesemerspec: explain in which situations function type argumen...
2023-06-13 Paul E. Murphydoc/go1.21: document GOPPC64=power10 changes
2023-06-13 Robert Griesemerspec: de-emphasize string(int) conversions
2023-06-13 Robert Griesemerspec: document new program initialization process
2023-06-12 Michael Prattdoc/go1.21: clean up remaining TODOs
2023-06-12 chressiedoc/go1.21: fix typo
2023-06-11 Dmitri Shuralyovdoc/go1.21: add heading for cmp package
2023-06-09 Ian Lance Taylordoc/go1.21: remove CL 472195 TODO
2023-06-08 Damien Neilgo1.21: document crypto/tls additions
2023-06-08 Filippo Valsordadoc/go1.21: more crypto release notes
2023-06-08 qmuntaldoc/go1.21: NOFRAME heuristic changes
2023-06-08 Ian Lance Taylordoc/go1.21: mention NewFile on non-blocking descriptor
2023-06-08 Ian Lance Taylordoc/go1.21: mention html/template.ErrJSTemplate
2023-06-08 Ian Lance Taylordoc/go1.21: mention new cmp package
2023-06-08 Ian Lance Taylordoc/go1.21: run relnotes again
2023-06-07 Robert Griesemerspec: add temporary note to type inference section
2023-06-07 Michael Anthony... doc/go1.21: add release notes for parent goroutine...
2023-06-06 Damien Neilgo1.21: document net/http.ResponseController.EnableFull...
2023-06-06 Robert Griesemerspec: clarify min/max rules for numeric arguments ...
2023-06-05 Russ Coxdoc/go1.21: document GOEXPERIMENT=loopvar and invite...
2023-06-05 Russ Coxdoc/go1.21: document forward and backward compatibility
2023-06-05 Russ Coxdoc/go1.21: move Ports to end
2023-06-05 Tobias Klauserdoc/go1.21: fix link in debug/elf section
2023-06-02 Dmitri Shuralyovdoc/go1.21: document macOS and Windows requirements
2023-06-02 qmuntaldoc/go1.21: document that os.TempDir now uses GetTempPath2W
2023-06-02 Alan Donovanmath/big: rename Int.ToFloat64 to Float64
2023-06-01 Roland Shoemakerdoc/go1.21: crypto release notes
2023-06-01 Ian Lance Taylordoc/go1.21: correct links in go/build note
2023-06-01 Tobias Klauserdoc/go1.21: fix io/fs.ReadDirFS link formatting
2023-06-01 Eli Benderskydoc: remove relnote TODO by merging with another section
2023-06-01 Ian Lance Taylordoc/go1.21: reformat flag init change note
2023-06-01 Ian Lance Taylordoc/go1.21: remove some references to reverted CLs
2023-06-01 Ian Lance Taylordoc/go1.21: fix type in closing tag
2023-06-01 Eli Benderskydoc: add release note for go:wasmimport
2023-06-01 Eli Benderskydoc: add release note for cgo error on methods on C...
2023-06-01 Michael Prattdoc/go1.21: document PGO GA and devirtualization
2023-06-01 Tobias Klauserdoc/go1.21: document that os.DirFS implements fs.Read...
2023-05-31 Ian Lance Taylordoc/go1.21: remove math.Compare TODOs
2023-05-31 Jonathan Amsterdamgo1.21.html: describe testing/slogtest package
2023-05-31 Robert Griesemerdoc/go1.21: document type inference changes
2023-05-31 Michael Prattdoc/go1.21: mention improvement to C-to-Go calls
2023-05-31 Jonathan Amsterdamgo1.21.html: remove log/slog package "changes"
2023-05-31 Tobias Klauserdoc/go1.21: fix link in WTF-8 section
2023-05-31 Ian Lance Taylordoc/go1.21: mention upgrade to Unicode 15.0.0
2023-05-31 Ian Lance Taylordoc/go1.21: document new bytes.Buffer methods
2023-05-31 Ian Lance Taylordoc/go1.21: mention debug/elf changes
2023-05-31 Ian Lance Taylordoc/go1.21: reading from debug/pe uninitialized section...
2023-05-31 Ian Lance Taylordoc/go1.21: mention that embedded files implement ReadAt
2023-05-31 Ian Lance Taylordoc/go1.21: mention flag.BoolFunc
2023-05-31 Ian Lance Taylordoc/go1.21: document io/fs formatting functions
2023-05-31 Ian Lance Taylordoc/go1.21: mention directive handling in go/{ast,build}
2023-05-31 qmuntaldoc: document WER and SEH changes in Go 1.21
2023-05-30 Keith Randalldoc: document new panic behavior of flag definition...
2023-05-30 Keith Randalldoc: document change of cgocheck=2 from debug to experiment
2023-05-30 Keith Randalldoc: mention the new purego implementation of hash...
2023-05-30 Keith Randalldoc: mention improvements in checking R15 use in assemb...
2023-05-30 Cherry Muidoc/go1.21: fix HTML tag
2023-05-30 Ian Lance Taylordoc/go1.21: mention errors.ErrUnsupported
next