]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-02-28 Russ Coxruntime: simplify, speed up adjusttimers
2024-02-28 Jonathan Amsterdamgo/build: add check for allowed vendor packages
2024-02-28 Russ Coxcmd/go: fix TestScript/mod_vendor_goversion for CL...
2024-02-28 Jes Cokreflect: add Overflow methods to Type
2024-02-28 qiulaidongfengcmd/dist: let the three runtime -quick tests run simult...
2024-02-28 zuojunwei.1024cmd/compile: mark pointer to noalg type as noalg
2024-02-28 Robert Griesemergo/types, types2: move Checker.langCompat from version...
2024-02-28 Robert Griesemergo/types, types2: consistently use singular when report...
2024-02-28 Robert Griesemergo/types, types2: initial support for parameterized...
2024-02-28 Robert Griesemergo/types, types2: separate formatting from error handli...
2024-02-28 Robert Griesemergo/types: generate initorder.go from types2 source
2024-02-28 Robert Griesemergo/types: generate mono.go from types2 source
2024-02-27 Robert Griesemergo/types, types2: call error handler for each sub-error...
2024-02-27 Damien Neilnet/http/httputil: avoid ReverseProxy data race on...
2024-02-27 Deleplaceslices: Delete clears the tail when j == len(s)
2024-02-27 Cuong Manh Lecmd/compile: fix early deadcode with label statement
2024-02-27 qiulaidongfengruntime: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCo...
2024-02-27 Andy Panruntime: fix the potential race of idle P's during...
2024-02-27 Nick Ripleyruntime: don't clobber saved frame pointer during arm64...
2024-02-27 Michael Prattruntime: disable use of runnext on wasm
2024-02-27 Matthew Dempskycmd/compile/internal/noder: add method wrapper comments
2024-02-27 kkhaikenet: Correct the code snippet erroneously rolled back...
2024-02-27 Mauri de Souza... net/http: prevent redirect loop in serveFile if "/...
2024-02-27 Matteo Vaccarinet/http/pprof: avoid panic with user-defined "GET...
2024-02-27 limeidancmd/internal, cmd/link: unify the relocation naming...
2024-02-27 Robert Griesemergo/types: added test case for Checker.CheckExpr
2024-02-27 qmuntalos: avoid GetFileInformationByHandleEx call when stat...
2024-02-27 qmuntaldoc: document os.ModeSocket support on Windows
2024-02-27 guoguangwureflect: fix typo in comment
2024-02-27 guoguangwusyscall: fix typo in comment
2024-02-27 guoguangwuarchive/tar: check returned error before use hdr
2024-02-27 guoguangwuhtml/template: replace bytes.Compare call with bytes...
2024-02-27 guoguangwuencoding/xml: remove unnecessary fmt.Sprintf call
2024-02-27 aimuzdatabase/sql: wrap errors with %w in driverArgsConnLocked
2024-02-27 Zxillycmd/compile: use quotes to wrap user-supplied token
2024-02-27 guoguangwugo/types, types2: fix typo in comment
2024-02-27 Roland Shoemakerhtml/template: escape additional tokens in MarshalJSON...
2024-02-26 Bryan C. Millsnet/http: reject client-side retries in server timeout...
2024-02-26 Alan Donovanstd: fix more nilness findings
2024-02-26 guoguangwucmd/gofmt: remove impossible err!=nil conditional
2024-02-26 Tobias Klausernet: use bytealg.IndexByte in cgoLookupAddrPTR
2024-02-26 guoguangwucrypto/tls: fix typo in comment
2024-02-26 guoguangwucrypto/ecdsa: fix typo
2024-02-26 cui fliteros: add available godoc link
2024-02-26 Quan Tongcmd/go: print the package containing the unmatched...
2024-02-26 cui flitersyscall: add available godoc link
2024-02-26 cui flitertext: add available godoc link
2024-02-26 cui fliterregexp: add available godoc link
2024-02-26 cui flitersync: add available godoc link
2024-02-26 Andy Pandoc/next: add the missing slashes ahead of net#Dialer...
2024-02-26 guoguangwucrypto/x509: fix typo
2024-02-26 aimuznet/netip: introduce parsePrefixError for better error...
2024-02-26 Mateusz Poliwczaknet: don't force cgo resolver for .local subdomain...
2024-02-26 Tobias Klausertime: use bytealg.IndexByte in byteString
2024-02-26 Alessandro... cmd/compile/internal/dwarfgen: refactor putvar and...
2024-02-26 apocelipessync: simplify the code with atomic.Pointer
2024-02-26 Damien Neilpath/filepath: add Localize
2024-02-26 Jes Coknet/http: allow multiple spaces between method and...
2024-02-26 Matteo Vaccariexpvar: avoid conflict with user-defined "GET /" route.
2024-02-26 guoguangwuruntime/coverage: remove refs to deprecated io/ioutil
2024-02-26 qmuntalpath/filepath: support multiple TestAbs runs on Windows
2024-02-24 rogeryktext/template: add "else with" action
2024-02-24 Max 👨🏽‍💻 Coplannet/http: make FileServer look good on mobile
2024-02-24 Ian Lance Taylornet: skip TestReadLine if /etc/services does not exist
2024-02-23 Andy Panpath/filepath: delete the deprecated joinNonEmpty and...
2024-02-23 Robert Griesemergo/types: generate errors_test.go from types2 source
2024-02-23 Robert Griesemergo/types, types2: make error handling more similar
2024-02-23 Mauri de Souza... runtime: add crash stack support for arm
2024-02-23 Michael PrattRevert "os: make use of pidfd on linux"
2024-02-23 Michael PrattRevert "os: make FindProcess use pidfd on Linux"
2024-02-23 Jonathan Amsterdamcmd: don't require build tags in relnote pathnames
2024-02-23 Meng Zhuomath: add round assembly implementations on riscv64
2024-02-23 Andy Panos: avoid writing within the tree during testing CopyFS
2024-02-23 Andy Paninternal/poll: revise the determination about [handled...
2024-02-23 Andy Panos: implement CopyFS
2024-02-22 Axel Wagnerencoding/xml: reject XML declaration after start of...
2024-02-22 Nicolas Hillegeerinternal/trace/v2: make readBatch param more permissive
2024-02-22 Robert Griesemergo/types, types2: remove unreachable func (minor cleanup)
2024-02-22 Robert Griesemergo/types: : generate operand.go from types2 source
2024-02-22 Robert Griesemergo/types: : generate assignments.go from types2 source
2024-02-22 Michael Prattruntime: be careful about crash FD changes during panic
2024-02-22 Alex Bozhenkocmd/fix: support go versions with patch release
2024-02-22 guoguangwugo/doc: fix typo in comment
2024-02-21 Constantin... cmd: remove support for GOROOT_FINAL
2024-02-21 Andy Panruntime: migrate internal/syscall to internal/runtime
2024-02-21 Kir Kolyshkinos: make FindProcess use pidfd on Linux
2024-02-21 Robert Griesemergo/types, types2: handle Alias types in substitution
2024-02-21 Kir Kolyshkinos: make use of pidfd on linux
2024-02-21 Kir Kolyshkinos: use atomic.Uintptr for Process.handle
2024-02-21 Michael Prattruntime/debug: clarify SetCrashOutput dup behavior
2024-02-21 Alexander Yastrebovcmd/go: fail fast across packages
2024-02-21 Mateusz Poliwczaknet: support context cancellation in acquireThread
2024-02-21 qiulaidongfengcmd/go: remove unused var BuildToolchainLinker and...
2024-02-21 Robert Griesemergo/types: generate typestring.go from types2 source
2024-02-21 Robert Griesemergo/types: generate conversions.go from types2 source
2024-02-21 Robert Griesemergo/types: generate builtins_test.go from types2 source
2024-02-21 Robert Griesemergo/types: generate builtins.go from types2 source
2024-02-21 Michael Matloobcmd/go: change the naming of flag counters
2024-02-21 Michael Matloobcmd/go/internal/modcmd: correctly filter out main modul...
2024-02-21 Meng Zhuocmd/asm, cmd/internal/obj: enable rounding mode suffix...
next