]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-03-10 Alexander Rakoczy[release-branch.go1.16-security] go1.16.1 go1.16.1
2021-03-09 Roland Shoemaker[release-branch.go1.16-security] archive/zip: fix panic...
2021-03-09 Katie Hockman[release-branch.go1.16-security] encoding/xml: prevent...
2021-02-16 Alexander Rakoczy[release-branch.go1.16] go1.16 go1.16
2021-02-16 Alexander Rakoczy[release-branch.go1.16] all: merge master into release...
2021-02-16 Branden J Brownruntime/metrics: update documentation to current interface
2021-02-16 Dmitri Shuralyovdoc/go1.16: remove draft notice
2021-02-16 KimMachineGundoc/go1.16: fix mismatched id attribute
2021-02-16 Wei Fuinternal/poll: netpollcheckerr before sendfile
2021-02-16 Russ Coxdoc: remove all docs not tied to distribution
2021-02-16 Russ Coxdoc: remove install.html and install-source.html
2021-02-16 Ian Lance Taylorinternal/poll: if copy_file_range returns 0, assume...
2021-02-15 Ian Lance Taylordoc/faq: update generics entry to reflect accepted...
2021-02-15 Rob Pikecmd/go: provide a more helpful suggestion for "go vet -?"
2021-02-13 Ikko Ashiminecmd/link: fix typo in link_test.go
2021-02-12 Bryan C. Millsdoc/go1.16: note that package path elements beginning...
2021-02-11 Carlos AmedeeCONTRIBUTORS: update for the Go 1.16 release
2021-02-11 Jay Conrodcmd/go: multiple small 'go help' fixes
2021-02-11 DQNEOspec: More precise wording in section on function calls.
2021-02-11 Russ Coxcmd/go: reject embedded files that can't be packed...
2021-02-11 Russ Coxio/fs: allow backslash in ValidPath, reject in os.DirFS...
2021-02-10 Cherry Zhangcmd/compile: mark concrete call of reflect.(*rtype...
2021-02-09 Bryan C. Millscmd/go: suppress errors from 'go get -d' for packages...
2021-02-09 Emmanuel T... archive/tar: detect out of bounds accesses in PAX recor...
2021-02-09 Ian Lance Taylorruntime/metrics: fix a couple of documentation typpos
2021-02-09 Ian Lance Taylorio/fs: backslash is always a glob meta character
2021-02-08 KimMachineGundoc/go1.16: mention new vet check for asn1.Unmarshal
2021-02-08 Changkun Ouruntime/metrics: fix panic in readingAllMetric example
2021-02-08 Ori Bernsteinsyscall/plan9: remove spooky fd action at a distance
2021-02-05 KimMachineGundoc/go1.16: add missed heading tag in vet section
2021-02-05 Jay Conrodembed, io/fs: clarify that leading and trailing slashes...
2021-02-05 Russ Coxtesting/fstest: avoid symlink-induced failures in tester
2021-02-04 Ikko Ashimineruntime: fix typo in histogram.go
2021-02-03 Katie Hockmanmath/big: fix comment in divRecursiveStep
2021-02-02 task4233spec: improve the example in Type assertions section
2021-02-02 Cherry Zhangcmd/link: don't decode type symbol in shared library...
2021-02-02 Cherry Zhangcmd/link: fix off-by-1 error in findShlibSection
2021-02-01 Tom Thorogoodtest: fix incorrectly laid out instructions in issue116...
2021-02-01 Cherry Zhangdoc/go1.16: document that on OpenBSD syscalls are now...
2021-02-01 Nehal J Wanicmd/link: disable TestPIESize if CGO isn't enabled
2021-02-01 Toshihiro Shiinodoc/go1.16: minor markup fixes
2021-01-29 Ian Lance Taylorembed: update docs for proposal tweaks
2021-01-29 Cherry Zhangruntime: document pointer write atomicity for memclrNoH...
2021-01-28 Joel Singsyscall: generate readlen/writelen for openbsd libc
2021-01-28 Bryan C. Millscmd/go: revert TestScript/build_trimpath to use ioutil...
2021-01-28 Joel Singruntime: correct syscall10/syscall10X on openbsd/amd64
2021-01-28 Ian Lance Taylordoc/go1.16: document go/build/constraint package
2021-01-28 Joel Singruntime,syscall: convert syscall on openbsd/arm64 to...
2021-01-27 Alexander Rakoczy[release-branch.go1.16] go1.16rc1 go1.16rc1
2021-01-27 Alexander Rakoczyapi/go1.16: add go/build/constraint APIs
2021-01-27 Roland Shoemakercrypto/x509: remove leftover CertificateRequest field
2021-01-27 Dan Scalesruntime: make sure to remove open-coded defer entries...
2021-01-27 Nuno Crucesruntime: block console ctrlhandler when the signal...
2021-01-27 Nehal J Wanicmd/go: skip issue33139 when the 'cc' script command...
2021-01-27 Joel Singruntime: switch runtime to libc for openbsd/arm64
2021-01-27 Joel Singruntime: convert openbsd/arm64 locking to libc
2021-01-27 Joel Singsyscall: clean up mkasm related changes
2021-01-27 Ryuji Iwatadoc/go1.16: fix closing brace in .Export format
2021-01-27 Paul Davismath: fix typo in sqrt.go code comment
2021-01-26 Joel Singruntime,syscall: convert syscall on openbsd/amd64 to...
2021-01-26 Victor Michelos: further document limitations around naked file...
2021-01-26 Ian Lance Tayloros: correct names in CreateTemp and MkdirTemp doc comments
2021-01-26 Hilko Bengennet/http/fcgi: remove locking added to prevent a test...
2021-01-25 Ian Lance Taylordoc/go1.16: mention os.DirFS in os section
2021-01-25 Matthew Dempskycmd/compile: fix order-of-assignment issue w/ defers
2021-01-25 Ian Lance Taylordoc/go1.16: mention os.DirEntry and types moved from...
2021-01-25 Ian Lance Taylordoc/go1.16: mention new testing/iotest functions
2021-01-25 Ian Lance Taylordoc/go1.16: mention deprecation of io/ioutil
2021-01-25 Ian Lance Taylordoc/go1.16: mention go/build changes
2021-01-25 Ian Lance Taylorhtml/template: revert "avoid race when escaping updates...
2021-01-25 Jay Conrodcmd/go: fix TestScript/cgo_path, cgo_path_space when...
2021-01-25 Austin Clementsdoc/asm: add a section on go_asm.h, clean up go_tls...
2021-01-25 Tobias Klauserlib/time, time/tzdata: update tzdata to 2021a
2021-01-25 Jason A. Donenfeldos: force consistent mtime before running fstest on...
2021-01-25 Tobias Klauserdoc/go1.16: fix WalkDir and Walk links
2021-01-23 Brad Fitzpatrickdoc/go1.16: add crypto/x509 memory optimization
2021-01-23 Brad Fitzpatrickdoc/go1.16: reword ambiguously parsable sentence
2021-01-23 eric fangcmd/internal/obj/arm64: fix VMOVQ instruction encoding...
2021-01-23 Joel Singruntime: restore cgo_import_dynamic for libc.so on...
2021-01-22 Pantonshireio/ioutil: fix example test for WriteFile to allow...
2021-01-22 Cherry Zhangruntime: define dummy msanmove
2021-01-22 Cherry Zhangruntime: check for g0 stack last in signal handler
2021-01-22 Jay Conrodcmd/go: don't lookup the path for CC when invoking cgo
2021-01-22 Joel Singruntime: switch runtime to libc for openbsd/amd64
2021-01-22 Michael Matloobcmd/go: add documentation for test and xtest fields...
2021-01-22 Joel Singruntime: remove pthread_kill/pthread_self for openbsd
2021-01-22 Ikko Ashimineruntime: fix typo in mgcscavenge.go
2021-01-22 Damien Neilnet/http: fix flaky TestDisableKeepAliveUpgrade
2021-01-22 Brad Fitzpatricktime: clarify Timer.Reset behavior on AfterFunc Timers
2021-01-22 Ian Lance Taylordoc/go1.16: mention net/http.Transport.GetProxyConnectH...
2021-01-22 Ian Lance Taylordoc/go1.16: mention path/filepath.WalkDir
2021-01-22 Ian Lance Taylordoc/go1.16: mention syscall.AllThreadsSyscall
2021-01-21 Ian Lance Taylordoc/go1.16: add notes about package-specific fs.FS...
2021-01-21 Austin Clementsdoc/go1.16: minor formatting fix
2021-01-21 Ian Lance Taylordoc/go1.16: mention new debug/elf constants
2021-01-21 Roland Shoemakercmd/go: overwrite program name with full path
2021-01-21 Roland Shoemakerall: introduce and use internal/execabs
2021-01-21 Russ Coxcmd/go: add test case for cgo CC setting
2021-01-21 Russ Coxcmd/cgo: report exec errors a bit more clearly
2021-01-21 Russ Coxcmd/go: pass resolved CC, GCCGO to cgo
next