]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2021-08-08 Cuong Manh Ledoc: add example for conversion from slice expressions...
2021-08-07 Bryan C. Millsdoc/go1.17: fix a typo introduced in CL 335135
2021-08-06 Cherry Muimake.bash: do not overwrite GO_LDSO if already set
2021-08-06 Bryan C. Millsdoc/go1.17: clarify Modules changes
2021-08-06 Jason A. Donenfeldruntime: allow arm64 SEH to be called if illegal instru...
2021-08-05 Matthew Dempskyruntime: warn that KeepAlive is not an unsafe.Pointer...
2021-08-04 Damien Neilnet/http: speed up and deflake TestCancelRequestWhenSha...
2021-08-02 Ian Lance Taylorio/fs: don't use absolute path in DirEntry.Name doc
2021-07-31 Josh Bleecher... all: gofmt
2021-07-30 Damien Neilnet/http/httputil: close incoming ReverseProxy request...
2021-07-29 Ian Lance Taylorruntime: avoid possible preemption when returning from...
2021-07-28 Jay Conrodcmd/go: fix go.mod file name printed in error messages...
2021-07-28 Matthew Dempskyruntime: don't crash on nil pointers in checkptrAlignment
2021-07-27 Jay Conrodcmd/go: use .mod instead of .zip to determine if versio...
2021-07-27 180909cmd/go: add missing flag in UsageLine
2021-07-27 Changkun Outesting: clarify T.Name returns a distinct name of...
2021-07-27 Rob Findleygo/types: preserve untyped constants on the RHS of...
2021-07-26 Koichi Shiraishiruntime: correct variable name in comment
2021-07-26 Ian Lance Taylorruntime: remove adjustTimers counter
2021-07-26 180909cmd/vet: add missing copyright header
2021-07-26 Cuong Manh Ledoc: clarify non-nil zero length slice to array pointer...
2021-07-26 Dmitri Shuralyovcrypto/x509: update iOS bundled roots to version 55188...
2021-07-25 Ian Lance Taylorspec: use consistent capitalization for rune literal...
2021-07-23 Alberto Donizettidoc/1.17: fix two dead rfc links
2021-07-22 Cherry Muicmd/compile: do not change field offset in ABI analysis
2021-07-22 Ian Lance Taylorruntime: don't clear timerModifiedEarliest if adjustTim...
2021-07-22 David Chaseruntime: move mem profile sampling into m-acquired...
2021-07-21 wdvxdrreflect: add missing copyright header
2021-07-21 Ian Lance Taylorreflect: add Value.CanConvert
2021-07-20 Ian Lance Taylorcmd/go: don't add C compiler ID to hash for standard...
2021-07-20 Benny Siegertruntime/debug: skip TestPanicOnFault on netbsd/arm
2021-07-19 Piersspec: correct example comment in Conversions from slice...
2021-07-19 helloPierstime: correct typo in documentation for UnixMicro
2021-07-19 Cherry Muicmd/compile: fix off-by-one error in traceback argument...
2021-07-19 Leonard Wangcmd/compile: fix typo in fatal message of builtinCall
2021-07-19 Than McIntoshcmd/{compile,link}: fix bug in map.zero handling
2021-07-18 nimelehintest/bench/go1: fix size for RegexpMatchMedium_32
2021-07-18 mehradsadeghitext/scanner: use Go convention in Position doc comment
2021-07-16 shota3506net/http: correct capitalization in cancelTimeBody...
2021-07-15 Matt T. Proudtesting: clarify in docs that TestMain is advanced
2021-07-15 Bryan C. Millscmd/go: update error messages in tests to match CL...
2021-07-15 Cuong Manh Lecmd/compile: fix lookup package of redeclared dot impor...
2021-07-15 Ian Lance Taylordoc/go1.17: mention GOARCH=loong64
2021-07-14 WANG Xueruigo/build, runtime/internal/sys: reserve GOARCH=loong64
2021-07-14 Bryan C. Millscmd/go: change link in error message from /wiki to...
2021-07-13 Bryan C. Millscmd/go: remove a duplicated word from 'go help mod...
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...
next