]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-01-17 Russ Coxtime/tzdata: generate zip constant during cmd/dist
2023-01-17 Russ Coxcmd/go: do not confuse files for standard library packages
2023-01-17 Matthew Dempskycmd/compile: fix static init inlining for hidden node...
2023-01-17 Robert Griesemergo/types, types2: more uses of factored functions;...
2023-01-17 Robert Griesemergo/types, types2: use factored parse/typecheck function...
2023-01-17 Robert Griesemercmd/compile: remove support for old comparable semantics
2023-01-17 Robert Griesemergo/types: consistently use _ prefix for unexported...
2023-01-17 Robert Griesemergo/types: generate util_test.go, cosmetic changes to...
2023-01-17 Robert Griesemergo/types: generate unify.go
2023-01-17 Robert Griesemergo/types: allow filename arguments to generator for...
2023-01-17 Robert Griesemergo/types: use the same interface method sorting as...
2023-01-17 Robert Griesemergo/types, types2: factor out position comparison, share...
2023-01-17 Robert Griesemergo/types, types2: factor out under.go, generate it...
2023-01-17 Robert Griesemergo/types: generate more files from types2 sources
2023-01-17 Robert Griesemergo/types: use nopos instead of token.NoPos to match...
2023-01-17 Robert Griesemergo/types: generate various source files from types2...
2023-01-17 Robert Griesemergo/types: make tracing configurable (matching types2)
2023-01-17 Robert Griesemergo/types, cmd/compile/internal/types2: minor adjustment...
2023-01-17 Robert Griesemercmd/compile/internal/syntax: remove Crawl, not needed...
2023-01-17 Robert Griesemergo/types, types2: test that error format strings have...
2023-01-17 Robert Griesemergo/types, types2: do not abort constraint type inferenc...
2023-01-17 Robert Griesemergo/types, types2: distinguish between substring and...
2023-01-17 Robert Griesemerinternal/types: consistently use double quotes around...
2023-01-17 Robert Griesemergo/types, types2: avoid sorting all errors when matchin...
2023-01-17 Robert Griesemergo/types: use commentMap to collect error comments
2023-01-17 Robert Griesemergo/types: add commentMap and test
2023-01-17 Robert Griesemercmd/compile/internal/syntax: rename ErrorMap to Comment...
2023-01-17 Cherry Muiinternal/goversion: update Version to 1.21
2023-01-17 Keith Randallcmd/compile: ensure temp register mask isn't empty
2023-01-17 Alan Donovanos: document that Rename is not atomic on non-Unix...
2023-01-17 Filippo Valsordadoc/go1.20: update cryptography release notes
2023-01-17 fangguizhenstrings: remove redundant symbols
2023-01-17 Than McIntoshcmd/go: include coverage build flags for "go list"
2023-01-17 Filippo Valsordacrypto/ed25519: improve Ed25519ctx docs and add example
2023-01-17 Filippo Valsordacrypto/x509: clarify that CheckSignatureFrom and CheckS...
2023-01-17 Russ Coxcmd/go: document GODEBUG=installgoroot=all
2023-01-17 Russ Coxdoc/go1.20: remove mention of arena goexperiment
2023-01-17 Russ Coxarchive/tar, archive/zip: document ErrInsecurePath...
2023-01-16 Archana Rruntime: fix performance regression in morestack_noctxt...
2023-01-13 Bryan MillsRevert "internal/fsys: follow root symlink in fsys...
2023-01-13 Austin Clementsdoc/go1.20: mention build speed improvements
2023-01-13 Than McIntoshcmd/cover: remove go.mod from testdata subdir
2023-01-11 Robert Findleygo/types, types2: don't look up fields or methods when...
2023-01-11 zhengchaopuruntime: fix incorrect comment
2023-01-11 Robert Griesemercmd/compile: better error message for when a type is...
2023-01-10 Russ Coxcmd/link, runtime: Apple libc atfork workaround take 3
2023-01-10 Russ Coxruntime: revert use of __fork to work around Apple...
2023-01-10 Bryan C. Millsos/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
2023-01-09 Keith Randallcmd/compile: prevent IsNewObject from taking quadratic...
2023-01-09 Michael Prattcmd/compile/internal/pgo: add hint to missing start_lin...
2023-01-09 Ian Lance Taylorruntime: skip TestCgoPprofCallback in short mode, don...
2023-01-09 Austin Clementsruntime/pprof: document possibility of empty stacks
2023-01-09 Austin Clementsruntime/pprof: improve output of TestLabelSystemstack
2023-01-09 csuzhangsync/atomic: fix the note of atomic.Store
2023-01-09 Marcel Meyerall: fix typos in go file comments
2023-01-06 Shengjing Zhusyscall: skip TestUseCgroupFD if cgroupfs not mounted
2023-01-06 Ikko Eltociear... net: fix typo in hosts.go
2023-01-06 Keith Randallcmd/compile: describe how Go maps to wasm implementation
2023-01-05 Tobias Klausercrypto/tls: fix typo in cacheEntry godoc
2023-01-05 Than McIntoshcmd/cover: fix problems with "go test -covermode=atomic...
2023-01-04 Piersdoc/go1.20: fix links to new strings functions
2023-01-04 Russ Coxcrypto/internal/boring: add dev.boringcrypto README...
2023-01-04 Robert Griesemercmd/compile: use "satisfies" (not "implements") for...
2023-01-04 Roland Illigcmd/gofmt: fix a typo in a comment
2023-01-03 Ian Lance TaylorREADME.vendor: minor updates
2023-01-03 Alexander Yastrebovdoc/go1.20: fix http.ResponseController example
2023-01-03 Dan Peterson.github: suggest using private browsing in pkgsite...
2022-12-29 Xiao Cuidoc/go1.20: fix typos
2022-12-29 Robert Griesemergo/types, types2: use strict comparability for type...
2022-12-28 Cherry Muimisc/cgo/testsanitizers: run libfuzzer tests in temp...
2022-12-27 Cherry Muimisc/cgo/testsanitizers: add libfuzzer tests
2022-12-23 Andrey Bozhkotesting: rephrase the sentence about naming test files
2022-12-23 Cherry Muicmd/link, runtime: use a different section for Go libfu...
2022-12-22 Russ Coxruntime: call __fork instead of fork on darwin
2022-12-22 Russ Coxruntime: revert Apple libc atfork workaround
2022-12-22 Cherry Muimisc/cgo/testshared: test build std in shared mode
2022-12-22 Cherry Muiruntime/internal/startlinetest: work around shared...
2022-12-22 Cherry Muiruntime/race: add build tag to internal amd64vN packages
2022-12-22 Tobias Klauserdoc/go1.20: fix typo
2022-12-21 Than McIntoshruntime/coverage: add missing file close in test suppor...
2022-12-21 Roland Shoemakercrypto/x509: return typed verification errors on macOS
2022-12-21 Damien Neilarchive/tar, archive/zip: revert documentation of ErrIn...
2022-12-21 Damien Neilnet/http/httputil: don't add X-Forwarded-{Host,Proto...
2022-12-21 Michael Prattsyscall: don't use faccessat2 on android
2022-12-21 Mateusz Poliwczaknet: use correct dns msg size
2022-12-19 qmuntalos: reenable TestReaddirSmallSeek on windows
2022-12-17 Guoqi Chencmd/compile: sign-extend the 2nd argument of the Lowere...
2022-12-16 Than McIntoshos/user,net: add -fno-stack-protector to CFLAGS
2022-12-16 Damien Neilnet/http: improve errors in TestCancelRequestWhenSharin...
2022-12-16 Ian Lance Taylorsyscall, internal/poll: fall back to accept on linux-arm
2022-12-16 Bryan C. Millsos/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec
2022-12-15 Robert Griesemerdoc/go1.20: fix typo
2022-12-15 Robert Griesemerspec: fix typo
2022-12-14 Robert Griesemerspec: document which recursive arrays and structs are...
2022-12-14 Heschi Kreinickdoc/go1.20.html: pre-announce dropping Windows 7, 8...
2022-12-14 Matthew Dempskycmd/compile: desugar OCALLMETH->OCALLFUNC within devirt...
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-13 millersyscall: fix closing of reordered FDs in plan9 ForkExec
next