]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2020-08-14 Tim Möhlmanndatabase/sql: make Rows.Scan properly wrap underlying...
2020-08-14 Michael Mundaycmd/internal/obj: fix inline marker issue on s390x
2020-08-13 Josh Bleecher... cmd/compile: correct type of CvtBoolToUint8 values
2020-08-13 Lynn Bogercmd/internal/obj/ppc64: don't remove NOP in assembler
2020-08-13 Than McIntoshcmd/compile: remove AttrSeenGlobl (use AttrOnList instead)
2020-08-13 Than McIntoshdoc: add a release notes blurb on 1.16 linker improvements
2020-08-13 Austin Clementsruntime: revert signal stack mlocking
2020-08-12 Andrewdoc/go1.15: include behavior updates to the context...
2020-08-12 Cherry Zhangdoc/go1.15: clarify external linking can still be used...
2020-08-12 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-08-12 Michael Matloobcmd/go: propagate context into PackagesForBuild and...
2020-08-12 Michael Matloobcmd/go: add Context parameter to base.command.Run
2020-08-12 Michael Matloobcmd/go: add a debug-trace flag to generate traces
2020-08-12 Michael Matloobcmd/go: add rudimentary tracing support.
2020-08-12 Michael Matloobcmd/trace: move viewer data structs into cmd/internal...
2020-08-12 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-12 Dmitri Shuralyovdoc/go1.16: start draft release notes
2020-08-12 Dmitri Shuralyovinternal/goversion: update Version to 1.16
2020-08-11 Cherry Zhang[dev.link] cmd/pack: use cmd/internal/archive package
2020-08-11 Austin Clements[dev.link] cmd/link: remove a stale comment
2020-08-11 Cherry Zhang[dev.link] cmd/internal/obj: combine objfile.go and...
2020-08-11 Cherry Zhang[dev.link] cmd/internal/obj: traverse files in determin...
next