]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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 &^
2020-08-20 Michael Mundaycmd/internal/obj: fix inline marker issue on s390x
2020-08-20 Michael Matloobcmd/go: add tracing for querying and downloading from...
2020-08-20 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-20 Keith Randallcmd/compile: define starting block before opening html...
2020-08-20 Marcel van... unicode: upgrade to Unicode 13.0.0
2020-08-20 Keith Randallcmd/internal/obj: stop removing NOPs from instruction...
2020-08-19 Tobias Klauserinternal/poll: treat copy_file_range EPERM as not-handled
2020-08-19 Ian Lance Taylorcmd/dist: fix tipo in comment
2020-08-19 Ian Lance Tayloros, internal/poll: loop on EINTR for all file syscalls
2020-08-19 Michael Matloobcmd/go/internal: remove some users of par.Work
2020-08-19 Paul E. Murphycmd/asm,cmd/internal/obj/ppc64: add {l,st}xvx power9...
2020-08-19 diaxu01cmd/compile: Optimize ARM64's code with EON
2020-08-19 Cherry Zhangcmd/dist: ignore _test.s files in bootstrap
2020-08-19 Ian Lance Taylorinternal/poll: treat copy_file_range EOPNOTSUPP as...
2020-08-19 Ian Lance Taylorruntime: don't call setitimer for each thread
2020-08-19 Tao Qingyuncmd/internal/objfile: cache computation of goobj.Arch
2020-08-19 Cuong Manh Lecmd/compile: don't bother to declare closure inside...
2020-08-19 Andrew Ekstedtpath,path/filepath: add Join examples with ".." components
2020-08-19 cuiruntime: reduce syscall when call runtime.clone
2020-08-18 Cherry Zhangcmd/compile: remove unnecessary error condition on...
2020-08-18 Paul E. Murphycmd/compile: combine multiply/add into maddld on ppc64l...
2020-08-18 Lynn Bogermath/big: improve performance of mulAddVWW on ppc64x
2020-08-18 Matthew Dempskycmd/compile/internal/gc: cleanup walkselectcases slightly
2020-08-18 Matthew Dempskyruntime: eliminate scase.kind field
2020-08-18 Matthew Dempskyruntime: split PCs out of scase
2020-08-18 Matthew Dempskyruntime: omit nil-channel cases from selectgo's orders
2020-08-18 Matthew Dempskyruntime: remove scase.releasetime field
2020-08-18 Matthew Dempskyruntime: add "success" field to sudog
2020-08-18 Martin Möhrmannencoding/asn1: speed up marshal by reducing allocations
2020-08-18 Bryan C. Millstesting: treat PAUSE lines as changing the active test...
2020-08-18 Meng Zhuocmd/asm: Add SHA512 hardware instructions for ARM64
2020-08-18 Dmitri Shuralyovcmd/dist: use GO_TEST_SHORT value more consistently
2020-08-18 Cherry Zhangcmd/compile, runtime: mark R12 clobbered for write...
2020-08-18 Dmitri Shuralyovcmd/go: revert 3 CLs affecting par.Work, context propag...
next