]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2021-01-21 Joel Singruntime: switch openbsd/arm64 to pthreads
2021-01-21 Filippo Valsordacrypto/elliptic: fix P-224 field reduction
2021-01-20 Dmitri Shuralyovcmd/internal/moddeps: check content of all modules...
2021-01-20 Ian Lance Taylorruntime: don't adjust timer pp field in timerWaiting...
2021-01-20 Michael Matloobcmd/go: set Incomplete field on go list output if no...
2021-01-20 Michael Matloobcmd/go: have go mod vendor copy embedded files in subdirs
2021-01-20 Jay Conrodcmd/go: fix mod_get_fallback test
2021-01-20 Joel Singruntime: convert openbsd/amd64 locking to libc
2021-01-19 Constantin... cmd/go: allow go fmt to complete when embedded file...
2021-01-19 Russ Coxcmd/compile: require 'go 1.16' go.mod line for //go...
2021-01-19 Cherry Zhangcmd/link: exit before Asmb2 if error
2021-01-19 Jay Conrodembed: treat uninitialized FS as empty
2021-01-19 Joel Singcmd/link,runtime: switch openbsd/amd64 to pthreads
2021-01-19 Joel Singruntime: factor out usesLibcall
2021-01-19 Joel Singruntime: factor out mStackIsSystemAllocated
2021-01-18 Jason A. Donenfeldruntime: free Windows event handles after last lock...
2021-01-18 Jason A. Donenfeldos: do not close syscall.Stdin in TestReadStdin
2021-01-15 Jason A. Donenfeldruntime: detect errors in DuplicateHandle
2021-01-15 Dmitri Shuralyovcmd/link: remove GOROOT write in TestBuildForTvOS
2021-01-15 Russ Coxcmd/compile: allow embed into any string or byte slice...
2021-01-15 Russ Coxcmd/compile: disallow embed of var inside func
2021-01-15 Russ Coxcmd/go: fix go generate docs
2021-01-15 Jason A. Donenfeldsyscall: remove RtlGenRandom and move it into internal...
2021-01-15 Bryan C. Millsos: invoke processKiller synchronously in testKillProcess
2021-01-15 Filippo Valsordacrypto/x509: update iOS bundled roots to version 55188...
2021-01-14 Jay Conrodcmd/go: in 'go mod edit', validate versions given to...
2021-01-14 Cherry Zhangcmd/dist, cmd/go: pass -arch for C compilation on Darwin
2021-01-14 Quim Muntalcmd/cgo: remove unnecessary space in cgo export header
2021-01-14 Ian Lance Taylorcmd/test2json: document passing -test.paniconexit0
2021-01-14 Jay Conrodcmd/go/internal/load: report positions for embed errors
2021-01-14 Junchen Licmd/compile: fix wrong complement for arm64 floating...
2021-01-14 Jay Conrodcmd/go/internal/load: refactor setErrorPos to PackageEr...
2021-01-14 Jay Conrodgo/build: report positions for go:embed directives
2021-01-13 Jay Conrodcmd/go: add hints to more missing sum error messages
2021-01-12 Bryan C. Millscmd/go/internal/modload: delete unused *mvsReqs.next...
2021-01-12 Eric Chiangencoding/asn1: document unmarshaling behavior for IMPLI...
2021-01-11 Jakub Warczarekcmd/go: fix non-script staleness checks interacting...
2021-01-11 Rebecca Stamblerdoc: update editors.html for Go 1.16
2021-01-11 Cherry Zhangcmd/internal/objfile: don't require runtime.symtab...
2021-01-08 Jay Conrodcmd/go: add hint to read 'go help vcs' to GOVCS errors
2021-01-08 Jay Conrodcmd/go: revise 'go help' documentation for modules
2021-01-08 Jay Conrodcmd/go: make hints in error messages more consistent
2021-01-08 Jay Conrodcmd/go: preserve sums for indirect deps fetched by...
2021-01-08 Michael Anthony... runtime/metrics: mark histogram metrics as cumulative
2021-01-08 Michael Anthony... runtime/metrics: remove unused StopTheWorld Description...
2021-01-08 Russ Coxcmd/compile: fix exponential-time init-cycle reporting
2021-01-08 Russ Coxtest: fix timeout code for invoking compiler
2021-01-08 Russ Coxcmd/go: pass signals forward during "go tool"
next