]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2020-08-18 Michael Mundaycmd/compile: clean up and optimize s390x multiplication...
2020-08-18 Tobias Klauserruntime: move startupRandomData declaration to os_linux.go
2020-08-18 Tobias Klausernet: simplify error return in *RawConn test helpers
2020-08-18 Keith Randallcmd/compile: fix SSA type comparison
2020-08-18 Cholerae Huruntime: reduce critical path in injectglist
2020-08-18 alex-semenyukcmd/cgo: close file
2020-08-18 Junchen Licmd/compile: optimize unsigned comparisons to 0/1 on...
2020-08-18 lihaoweiall: fix spelling mistakes
2020-08-18 Emmanuel T... testing/iotest: correct ErrReader signature and remove...
2020-08-17 Keith Randallreflect: remove depth from deepequal recursion
2020-08-17 Keith Randallcmd/compile: don't rewrite (CMP (AND x y) 0) to TEST...
2020-08-17 Keith Randallruntime: bit parallel implementation of findBitRange64
2020-08-17 Keith Randallruntime: use bit-parallel operations to compute heap...
2020-08-17 Keith Randallruntime: print faulting instruction on a SIGFPE
2020-08-17 liu-xuewenruntime: remove tracebackinit and unused skipPC
2020-08-17 surechencmd/compile: move dumpFileSeq
2020-08-17 Heisenberginternal/bytealg: use CBZ instructions
2020-08-17 Heisenbergruntime: use the CBZ instruction in the assembler
2020-08-17 Michael Anthony... runtime: clean up old mcentral code
2020-08-17 Michael Anthony... runtime: clean up old markrootSpans
2020-08-17 Junchen Licmd/compile: optimize unsigned comparisons to 0
2020-08-17 Michael Matloobcmd/go: add tracing for querying and downloading from...
2020-08-17 Michael Matloobcmd/go: do context propagation for tracing downloads
2020-08-17 Bryan C. Millscmd/go/internal/test: keep looking for go command flags...
2020-08-17 Bryan C. Millscmd/test2json: do not emit a final Action if the result...
2020-08-17 Michael Matloobcmd/go/internal: remove some users of par.Work
2020-08-17 Michael Matloobcmd/go: add span for modload.LoadBuildList
2020-08-17 Michael Matloobcmd/go: process -debug-trace flag for cmd/test and...
2020-08-17 Michael Matloobcmd/go: add tracing instrumentation to load.TestPackagesFor
2020-08-17 Michael Matloobcmd/go: mark trace flows between actions
2020-08-17 Michael Matloobcmd/go: propagate context into Action.Func calls
2020-08-17 Michael Matloobcmd/go: add trace events for each action
2020-08-17 Michael Matloobcmd/go/internal/trace: add function to distinguish...
2020-08-17 Carlos Alexandro... testing/iotest: add ErrReader
2020-08-17 Cherry Zhangcmd/link: emit correct jump instruction on ARM for...
2020-08-17 Cherry Zhangcmd/link: link dynamic library automatically
2020-08-17 Austin ClementsRevert "cmd/internal/obj: fix inline marker issue on...
2020-08-17 Austin Clementsruntime: move checkmarks to a separate bitmap
2020-08-17 Austin Clementsruntime: simplify heapBitsSetType doubleCheck
2020-08-17 Austin Clementsruntime: replace index and contains with bytealg calls
2020-08-17 Tobias Klauserall: add empty line between copyright header and packag...
2020-08-17 Cholerae Husyscall: cap RLIMIT_NOFILE soft limit in TestRlimit...
2020-08-17 Tobias Klauserruntime: use hw.ncpuonline sysctl in getncpu on netbsd
2020-08-17 Joel Singcmd/link: avoid duplicate DT_NEEDED entries
2020-08-17 zero.xuruntime: update comment: modTimer is called by Timer...
2020-08-17 Martin Möhrmannruntime: avoid memclr call for keys in mapdelete_fast
2020-08-17 Martin Möhrmannfmt: avoid badverb formatting for %q when used with...
2020-08-17 Polina Osadchastrings: optimize Replace by using a strings.Builder
2020-08-17 Polina Osadchaall: replace Replace(..., -1) with ReplaceAll(...)
2020-08-17 Nigel Taoimage/gif: add more writer benchmarks
2020-08-16 Chirag Sukhala doc/articles/wiki: add missing log import to net/http...
2020-08-16 Keith Randallcmd/compile: stop race instrumentation from clobbering...
2020-08-16 Keith Randallcmd/compile: mark DUFFZERO/DUFFCOPY as async unsafe
2020-08-16 Keith Randallcrypto,internal/bytealg: fix assembly that clobbers BP
2020-08-16 Joel Singsyscall: support rawVforkSyscall on linux/riscv64
2020-08-16 Joel Singruntime: use riscv64 RDTIME instruction
2020-08-15 Agniva De Sarkernet/http: avoid setting body when NoBody is set for...
2020-08-15 Alberto Donizetticmd/link: move comma outside quotes
2020-08-15 Jason A. Donenfeldruntime: do not explicitly exit on ctrl handler
2020-08-15 Matthew Dempskytest: bump array size in fixedbugs/issue39292.go
2020-08-15 Cuong Manh Lecmd/compile: add failing test case for #24305
2020-08-15 Cuong Manh Lecmd/compile: handle OCLOSURE/OCALLPART in mustHeapAlloc...
2020-08-15 Cuong Manh Lecmd/compile: another fix initializing blank fields...
2020-08-15 kakulisenmath: simplify the code
2020-08-15 Ian Lance Taylortest: add test for conversion of untyped bool to interface
2020-08-15 Ian Lance Taylortest: add a test case that gccgo fails to compile
2020-08-15 Ian Lance Taylortest: add test case that caused gccgo undefined symbol...
2020-08-14 Gaurav Singhsync: fix goroutine leak for when TestMutexFairness...
2020-08-14 lufiacmd/dist: fix typo
2020-08-14 Alexander Klauerreflect: add parentheses to properly bind <- in ChanOf...
2020-08-14 Keith Randallcmd/compile: fix live variable computation for deferreturn
2020-08-14 Jay Conrodcmd/go/internal/modload: don't initialize build cache
2020-08-14 Jay Conrodcmd/go: migrate to module.MatchPrefixPatterns
2020-08-14 Jay Conrodcmd/go: don't save sums for modules loaded for import...
2020-08-14 Jay Conrodcmd/go/internal/modfetch: stop migrating go.modverify...
2020-08-14 Jay Conrodcmd/go: don't initialize Builder in envcmd.MkEnv
next