]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2020-08-11 Cherry Zhang[dev.link] cmd: remove "2", another round
2020-08-11 Cherry Zhang[dev.link] cmd/internal/objfile: read Go object file...
2020-08-10 Daniel Martídoc/go1.15: encoding/json's CL 191783 was reverted
2020-08-10 Andrewdoc/go1.15: remove draft notice
2020-08-10 Cherry Zhang[dev.link] cmd/internal/archive: rename from goobj
2020-08-10 Dmitri ShuralyovCONTRIBUTORS: update for the Go 1.15 release
2020-08-10 Katie Hockmandoc/go1.15: document crypto/tls permanent error
2020-08-10 Cherry Zhangruntime: make nanotime1 reentrant
2020-08-10 Jeremy Faller[dev.link] use per package filenames to build pclntab
2020-08-10 Than McIntosh[dev.link] cmd/link: add PPC64 section splitting test
2020-08-10 Than McIntosh[dev.link] cmd/link: add PPC64 debugging option to...
2020-08-10 Than McIntosh[dev.link] cmd/link: fix ppc64-specific bug in genelfsym
2020-08-07 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-07 Jeremy Faller[dev.link] cmd/link: fix preallocation for function...
2020-08-06 Alexander Rakoczycmd: update golang.org/x/xerrors
2020-08-06 Katie Hockmanencoding/binary: read at most MaxVarintLen64 bytes...
2020-08-05 Michael Matloobcmd/go: fix error stacks when there are scanner errors
2020-08-04 Damien Neilnet/http: fix cancelation of requests with a readTracki...
2020-08-03 Cherry Zhang[dev.link] cmd/link: fix pclntab symbol handling on AIX
2020-08-03 Cherry Zhang[dev.link] cmd/internal/goobj: delete old object file...
2020-08-03 Cherry Zhang[dev.link] cmd/compile, cmd/link: generate itablink...
2020-08-03 Cherry Zhang[dev.link] cmd/link: drop hash maps after loading
2020-08-03 Cherry Zhang[dev.link] cmd/compile, cmd/link: make itab symbols...
2020-08-03 Cherry Zhang[dev.link] cmd/compile, cmd/link: reference type symbol...
2020-08-03 Jeremy Faller[dev.link] add compilation unit index to func
2020-08-03 Jeremy Faller[dev.link] move FuncID creation into the compiler/assembler
next