]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-08-29 Shinnosuke... database/sql: shortestIdleTimeLocked correct min comparison
2020-08-29 Cuong Manh Lecmd/compile,runtime: skip zero'ing order array for...
2020-08-28 Ian Lance Taylortest: add test that gccgo failed to compile
2020-08-28 Ariel Mashrakitext/template: add CommentNode to template parse tree
2020-08-28 zdjonestest: document specifying individual test files as...
2020-08-28 Ian Lance Taylortesting: run a Cleanup registered by a Cleanup
2020-08-28 Rob Findleygo/types: add tests for conversion of non-constant...
2020-08-28 Rob Findleygo/types: factor out usage of implicit type
2020-08-28 Xiangdong Jimath/big: tune addVW/subVW performance on arm64
2020-08-28 Xiangdong Jicmd/compile: Install testcases for flag constant Ops
2020-08-28 Xiangdong Jicmd/asm: Always use go-style arrangement specifiers...
2020-08-28 surechenmath/big: add a comment for SetMantExp
2020-08-28 Santiago De... doc: add linux/riscv64 valid combination
2020-08-28 Bryan C. Millstesting: restore os.Exit(0) after every call to (*M...
2020-08-28 Keith RandallRevert "cmd/compile,cmd/asm: simplify recording of...
2020-08-27 Keith Randallcmd/compile: clean up equality generation
2020-08-27 Ian Lance Taylorcmd/go, testing, os: fail test that calls os.Exit(0)
2020-08-27 Keith Randallcmd/compile: invalidate zero-use values during rewrite
2020-08-27 Keith Randallcmd/compile,cmd/asm: simplify recording of branch targets
2020-08-27 Keith Randallruntime: framepointers are no longer an experiment...
2020-08-27 Benjamin Barenblatcmd/cgo: ensure GCC does not use ANSI escape sequences...
2020-08-27 Paul E. Murphycmd/compile: generate subfic on ppc64
2020-08-27 Michael Prattruntime: add lock partial order edge (fin -> wbufSpans)
2020-08-27 Bryan C. Millscmd/go/internal/modload: address issues missed in CL...
2020-08-27 Rob Findleygo/types: remove need to enumerate fixedbugs test files
2020-08-27 Rob Findleygo/types: clean up test support code and remove global...
2020-08-27 Bryan C. Millscmd/go/internal/modfetch: do not use mangled version...
2020-08-27 Rob Findleygo/types: fix missing Importer for TestBenchmark
2020-08-27 Michael Mundaycmd/compile: use addressing modes pass on s390x
2020-08-27 Rob Findleygo/types: add untyped test cases for AssignableTo API
2020-08-27 Rob Findleygo/types: better error when converting untyped values...
2020-08-27 Ian Lance Taylornet/mail: return error on empty address list
2020-08-27 Paul E. Murphycmd/compile: remove unused carry related ssa ops in...
2020-08-27 ShihCheng Tudoc/go1.14: document json.Umarshal map key support...
2020-08-26 Ian Lance Taylornet: export ErrClosed
2020-08-26 Michael Matloobcmd/go/internal/modload: reject some bad module paths
2020-08-26 Jay Conroddoc: add module retraction to release notes
2020-08-26 Jay Conrodcmd/go: improve 'go get' handling of retracted versions
2020-08-26 Jay Conrodcmd/go: add -retracted flag to 'go list'
2020-08-26 Jay Conrodcmd/go: add -retract and -dropretract flags to 'go...
2020-08-26 Jay Conrodcmd/go/internal/modload: support go.mod retract directive
2020-08-26 Jay Conrodcmd/go/internal/modload: refactor version filtering...
2020-08-26 Jay Conrodcmd/go: update vendored golang.org/x/mod
2020-08-26 Michael Matloobcmd/go/internal/modload: reject empty go.mod files
2020-08-26 Cuong Manh Lecmd/fix: remove un-used code
2020-08-26 zhouzhongyuanmath/big: add function example
2020-08-26 Cherry Zhangcmd/internal/objabi: delete doc.go
2020-08-26 Michael Mundaycmd/compile: apply strong typing to all remaining s390x...
2020-08-25 Richard Musiolmisc/wasm: make wasm_exec more robust against uncommon...
2020-08-25 Michael Fraenkelnet/http: fix detection of Roundtrippers that always...
2020-08-25 Emmanuel T... src/go.mod, net/http: update bundled and latest golang...
2020-08-25 Rob Findleygo/types: factor out some methods that compute a single...
2020-08-25 Michał Łowickitesting: fix Cleanup race with Logf and Errorf
2020-08-25 Bryan C. MillsRevert "net/http: fix data race due to writeLoop gorout...
2020-08-25 Steven Hartlandnet/http: fix data race due to writeLoop goroutine...
2020-08-25 Katie Hockmancrypto/x509: fix duplicate import
2020-08-25 SparrowLiimath/big: fix TestShiftOverlap for test -count argument...
2020-08-25 Cuong Manh Lecmd/compile: report error for unexported name only...
2020-08-25 Robert Griesemerencoding/binary: replace constant literals with named...
2020-08-25 David Chasecmd/compile: also check package.function for GOSSAFUNC...
2020-08-25 Tobias Klausercmd/link: remove superfluous check in TestIssue34788And...
2020-08-25 Andrew Gerrandnet/http: handle Request.URL.RawPath in StripPrefix
2020-08-25 Bryan C. Millsos: return a *PathError from Readdirnames and Readdir...
2020-08-25 Bryan C. Millsgo/build: ignore symlinks to directories when matching...
2020-08-25 Keith Randallcmd/compile: don't allow go:notinheap on the heap or...
2020-08-24 Bryan C. Millscmd/go/internal/par: add Queue as a simpler alternative...
2020-08-24 Bryan C. Millscmd/go: add baseline test cases for non-lazy module...
2020-08-24 Bryan C. Millscmd/go/internal/modload: cache parsed go.mod files...
2020-08-24 Bryan C. Millscmd/go/internal/modload: cache the Go language version...
2020-08-24 Bryan C. Millscmd/go/internal/mvs: indicate the actual version when...
2020-08-24 Bryan C. Millscmd/go/internal/mvs: export a NewBuildListError function
2020-08-24 Bryan C. Millscmd/go/internal/mvs: reverse the order of BuildListErro...
2020-08-24 Bryan C. Millscmd/go/internal/modload: drop requirements on excluded...
2020-08-24 Bryan C. Millscmd/go/internal/modload: add a "v" prefix to the indexe...
2020-08-24 Changkun Ousync: delete dirty keys inside Map.LoadAndDelete
2020-08-24 Bryan C. Millscmd/go: populate the Module field for test packages
2020-08-24 Segflownet/http: set Content-Length:0 for empty PATCH requests...
2020-08-24 Rob Findleygo/types: update test case to exercise mutually recursi...
2020-08-24 Rob Findleygo/types: add tests for AssignableTo and ConvertibleTo
2020-08-24 fanzha02cmd/compile: add more generic rewrite rules to reassoci...
2020-08-24 Meng Zhuocmd/compile: complete adjust MIPS64x rewrite rules...
2020-08-24 fanzha02cmd/compile: convert rest ARM64.rules lines to typed...
2020-08-24 Constantin... cmd/go: use verbose flag to log proxy activities
2020-08-24 fanzha02cmd/compile: convert typed aux to CCop for ARM64 rules
2020-08-24 fanzha02cmd/compile: convert more ARM64.rules lines to typed...
2020-08-24 Cuong Manh Leruntime: add test for StorepNoWB param leaking
2020-08-24 David Chasecmd/compile: make GOSSAHASH package-sensitive, also...
2020-08-23 Keith Randallruntime: implement StorepNoWB for wasm in assembly
2020-08-23 Keith Randallcmd/compile: make Haspointers a method instead of a...
2020-08-23 Cuong Manh Letest: remove nacl checking condition
2020-08-22 Agniva De Sarkercmd/compile: optimize unsigned comparisons with 0/1...
2020-08-22 Alex Brainmancmd/objdump: skip cgo test in testGoAndCgoDisasm on AIX
2020-08-22 Alex Brainmancmd/internal/objfile: use pe.FileHeader.Machine to...
2020-08-21 Carlos Alexandro... net/http: use iotest.ErrReader in tests
2020-08-21 Jonathan Amsterdamgo/doc: support examples on methods from embedded unexp...
2020-08-21 Michael Matloobcmd/go/testdata/script: make list_case_collision's...
2020-08-21 Michał Łowickicmd/go: clarify error for invalid proxy responses
2020-08-21 Meng Zhuohash/maphash: adding benchmarks for maphash
2020-08-21 Robert Griesemergo/types: update flag documentation for gotype command
2020-08-20 Matthew Dempskycmd/compile: fix checkptr handling of &^
next