]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-07-13 Cherry Mui[release-branch.go1.17] go1.17rc1 go1.17rc1
2021-07-13 Cherry Mui[release-branch.go1.17] all: merge master into release...
2021-07-12 Roland Shoemakercrypto/tls: test key type when casting
2021-07-12 Austin Clementsdoc/go1.17: editing pass over the "Compiler" section
2021-07-09 Michael Anthony... runtime/pprof: call runtime.GC twice in memory profile...
2021-07-08 Roland Shoemakernet: filter bad names from Lookup functions instead...
2021-07-08 makdonUpdate oudated comment
2021-07-08 Tobias Klauserdoc/go1.17: linkify time.UnixMilli and time.UnixMicro
2021-07-07 Matthew Dempskycmd/compile: remove special-casing of blank in types...
2021-07-07 Matthew Dempskycmd/compile: optimize types.sconv
2021-07-07 Matthew Dempskycmd/compile: extract pkgqual from symfmt
2021-07-07 Jay Conrodcmd/go: don't lock .mod and .sum files for read in...
2021-07-07 Bryan C. Millscmd/go/internal/modfetch/codehost: skip hg tests if...
2021-07-07 Bryan C. Millscmd/go/internal/modload: remove unused functions
2021-07-07 Bryan C. Millscmd/go/internal/modload: fix an apparent typo in the...
2021-07-07 Michael Anthony... doc: remove stale comment about arm64 port
2021-07-02 Sean Liaonet/http: mention socks5 support in proxy
2021-07-02 go101cmd/compile: fix stack growing algorithm
2021-07-02 Ian Lance Taylorspec, unsafe: clarify unsafe.Slice docs
2021-07-02 komisan19cmd/dist: correct comment: SysProcAttri -> SysProcAttr
2021-07-01 Roland Shoemakernet: don't reject null mx records
2021-07-01 Russ Coxtesting: add TB.Setenv
2021-07-01 Than McIntoshcmd/compile: fix bug in dwarf-gen var location generation
2021-07-01 Bryan C. Millscmd/go: add a regression test for 'go mod vendor' path...
2021-07-01 Yasuhiro Matsumotocmd/go: use path.Dir instead of filepath.Dir for packag...
2021-07-01 go101cmd/compile: make stack value size threshold comparison...
2021-07-01 fanzha02cmd/compile: fix typos in document
2021-06-30 Bryan C. Millsdoc/go1.17: linkify "language changes" in the runtime...
2021-06-30 Josh Bleecher... path/filepath: deflake TestEvalSymlinksAboveRoot on...
2021-06-30 Ian Lance Taylorcmd/dist: pass -Wno-unknown-warning-option in swig_call...
2021-06-30 ujiimage/gif: fix typo in the comment (io.ReadByte ->...
2021-06-30 Eli Benderskyos: change example to avoid deprecated function
2021-06-30 Nigel Taoimage: add Uniform.RGBA64At and Rectangle.RGBA64At
2021-06-30 Roland Shoemakercrypto/x509: don't fail on optional auth key id fields
2021-06-29 Xiangdong Jinet: fix failure of TestCVE202133195
2021-06-29 Levi(リーバイ)doc/go1.17: fix typo "MacOS" -> "macOS"
2021-06-29 tkawakitamath/big: fix typo of comment (`BytesScanner` to `ByteS...
2021-06-29 Cuong Manh Lecmd/compile: suppress details error for invalid variadi...
2021-06-29 eric fangcmd/internal/obj/arm64: fix an encoding error of CMPW...
2021-06-28 Matthew Dempskycmd/compile,runtime: change unsafe.Slice((*T)(nil)...
2021-06-28 Matthew Dempskyspec: change unsafe.Slice((*T)(nil), 0) to return ...
2021-06-28 Mia Zhuruntime/internal/atomic: drop Cas64 pointer indirection...
2021-06-28 Matthew Dempskycmd/go: add GOEXPERIMENT to `go env` output
2021-06-28 Matthew Dempskycmd/go: prep for 'go env' refactoring
2021-06-28 haocmd/link/internal/ld: skip the windows ASLR test when...
2021-06-28 Koichi Shiraishicmd/cgo: fix 'see gmp.go' to 'see doc.go'
2021-06-27 Matthew Dempskyinternal/buildcfg: refactor GOEXPERIMENT parsing code...
2021-06-25 Cherry Muiruntime/race: use race build tag on syso_test.go
2021-06-25 Bryan C. Millsgo/types: in TestCheck/issues.src, import regexp/syntax...
2021-06-25 Bryan C. Millsgo/types: in TestStdlib, import from source instead...
2021-06-25 Tao Qingyunruntime: make ncgocall a global counter
2021-06-25 Rob Findleygo/types: fix a bug in package qualification logic
2021-06-24 Matthew Dempskyreflect: document that InterfaceData is a low-entropy RNG
2021-06-24 Cuong Manh Lecmd/compile: fix wrong type in SSA generation for OSLIC...
2021-06-24 Bryan C. Millscmd/go: don't try to add replaced versions that won...
2021-06-24 Bryan C. Millsnet: remove hard-coded timeout in dialClosedPort test...
2021-06-24 Andy Pantime: handle invalid UTF-8 byte sequences in quote...
2021-06-24 Bryan C. Millscmd/go: search breadth-first instead of depth-first...
2021-06-24 Bryan C. Millsnet: use absDomainName in the Windows lookupPTR test...
2021-06-24 siddharthos: enable TestFifoEOF on openbsd
2021-06-22 Ian Lance Taylorcmd/go: update ToolTags based on GOARCH value
2021-06-22 Robert Griesemerspec: unsafe.Add/Slice are not permitted in statement...
2021-06-22 Xing Gaoruntime/internal/atomic: remove incorrect pointer indir...
2021-06-22 Rob Findleygo/types: guard against checking instantiation when...
2021-06-22 Rob Findleycmd/gofmt: remove stale documentation for the -G flag
2021-06-22 Rob Findleygo/parser: parse an ast.IndexExpr for a[]
2021-06-21 Bryan C. Millscmd/go: add a -go flag to 'go mod graph'
2021-06-21 Bryan C. Millscmd/internal/moddeps: use a temporary directory for...
2021-06-21 Bryan C. Millscmd/internal/moddeps: use -mod=readonly instead of...
2021-06-21 Ian Lance Taylorcmd/go: document GOPPC64 environment variable
2021-06-21 Rob Findleygo/scanner: fall back to next() when encountering 0...
2021-06-21 Daniel Theophanesdatabase/sql: fix deadlock test in prepare statement
2021-06-21 Derek Parkerruntime: fix crash during VDSO calls on PowerPC
2021-06-21 Cherry Muiruntime/pprof: deflake TestMorestack more
2021-06-21 Jay Conroddoc/go1.17: note deprecation of 'go get' for installing...
2021-06-21 Filippo Valsordadoc/go1.17: add Go 1.18 pre-announcements
2021-06-21 Filippo Valsordadoc/go1.17: add security-related release notes
2021-06-21 Rob Findleydoc/go1.17: document go/parser.SkipObjectResolution
2021-06-21 Bryan C. Millscmd/go: do not require the module cache to exist for...
2021-06-20 Andrew G. Morganos/signal: test with a significantly longer fatal timeout
2021-06-19 Daniel Theophanesdatabase/sql: do not rely on timeout for deadlock test
2021-06-18 Nigel Taoimage: add RGBA64Image interface
2021-06-18 Matthew Dempskyruntime: clarify Frames.Next documentation
2021-06-18 Ian Lance Taylorruntime: disable CPU profiling before removing the...
2021-06-18 Nick Miyakedoc/go1.17: fix typo
2021-06-17 Michael Prattcmd/pprof,runtime/pprof: disable test on more broken...
2021-06-17 Bryan C. Millscmd/go: replace a TODO with an explanatory comment
2021-06-17 Michael Prattcmd/pprof: make ObjAddr a no-op
2021-06-17 Tobias Klausertesting: drop unusual characters from TempDir directory...
2021-06-17 Russ Coxtime: fix receiver for Time.IsDST method
2021-06-17 yangwenmaidoc/go1.17: fix redundant space
2021-06-16 Bryan C. Millscmd/go: in lazy modules, add transitive imports for...
2021-06-16 Bryan C. Millscmd/go: add a regression test for #45979
2021-06-16 Russ Coxmath/rand: mention half-open intervals explicitly
2021-06-16 Cherry Muicmd/asm: restore supporting of *1 scaling on ARM64
2021-06-16 Cuong Manh Lecmd/compile: better error message for invalid untyped...
2021-06-16 Rahul Bajajsyscall: fix TestGroupCleanupUserNamespace test failure...
2021-06-15 Filippo Valsordanet/http: improve some server docs
2021-06-15 unbytecmd/go: ignore UTF8 BOM when reading source code
2021-06-15 Than McIntoshcmd/link: set correct flags in .dynamic for PIE buildmode
next