]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-10-13 Daniel Theophanesdatabase/sql: prevent race in driver by locking dc...
2017-10-13 David Crawshawcmd/link: zero symtab fields correctly
2017-10-13 Daniel Martínet: fix data race in TestClosingListener
2017-10-13 Martin Möhrmanncmd/compile: simplify slice/array range loops for some...
2017-10-13 Frank Somersruntime: use vDSO on linux/386 to improve time.Now...
2017-10-13 Tobias Klausersyscall: correct type for timeout argument to Select...
2017-10-13 Wei Xiaocmd/asm: refine Go assembly for ARM64
2017-10-13 Jed Denleaimage/gif: try harder to use global color table
2017-10-13 David Chasecmd/compile: attempt to deflake debug_test.go
2017-10-13 Tim Cooperreflect: allow Copy to a byte array or byte slice from...
2017-10-13 Frank Somersruntime: factor amd64 specifics from vdso_linux.go
2017-10-13 David Crawshawcmd/link, runtime: put hasmain bit in moduledata
2017-10-12 David Crawshawcmd/link: split PE loader into its own package
2017-10-12 Tobias Klausercmd/compile: add two error position tests for the typec...
2017-10-12 Matthew Dempskycmd/compile: intrinsify runtime/internal/sys.Ctz{32...
2017-10-12 Ian Lance Taylortest: add test case that gccgo miscompiled
2017-10-12 Austin Clementscmd/link: generate PC ranges for compilation unit DIEs
2017-10-12 Austin Clementscmd/link: one DWARF compilation unit per package
2017-10-12 Austin Clementscmd/link: remove silly sym.R[:0] truncation
2017-10-12 Austin Clementscmd/link: eliminate .debug_aranges
2017-10-12 Heschi Kreinickcmd/link: suppress unnecessary DWARF relocs that confus...
2017-10-12 Elias Naurruntime: don't restore the alternate signal stack on ios
2017-10-12 Russ Coxcmd/go: delete p.Internal.Target in favor of p.Target
2017-10-12 Alex Brainmaninternal/poll: only call SetFileCompletionNotificationM...
2017-10-12 Alex Brainmaninternal/poll: do not call SetFileCompletionNotificatio...
2017-10-12 Artyom Pervukhinimage/gif: make Decode only keep the first frame in...
2017-10-12 Austin Clementsruntime: fix dragonfly/amd64
2017-10-12 Ian Lance Taylordoc: recommend building Go 1.4 with CGO_ENABLED=0
2017-10-12 David du Colombierruntime: fix crash on Plan 9
2017-10-11 Matthew Dempskycmd/compile: record InlCost in export data
2017-10-11 Daniel Martícmd/compile: deduplicate a few lines in swt.go
2017-10-11 Hugues Bruantcmd/compile: inline calls to local closures
2017-10-11 Austin Clementsruntime: don't try to free OS-created signal stacks
2017-10-11 Joe Tsaiencoding/json: use Deprecated markers
2017-10-11 David Chasecmd/compile: add line numbers to values & blocks in...
2017-10-11 Ian Lance Taylorruntime: unify amd64 -buildmode=c-archive/c-shared...
2017-10-11 Lynn Bogermisc/cgo/testcarchive: use -no-pie where needed
2017-10-11 David Crawshawcmd/link: move ELF reader to its own package
2017-10-11 Cherry Zhangtest: skip issue22200b.go on mipsle
2017-10-11 Russ Coxcmd/dist: refresh deps.go after recent package io changes
2017-10-11 Ian Lance Taylorruntime: unify amd64 -buildmode=exe entry point code
2017-10-11 Austin Clementscmd/link: fix some unintentional symbol creation
2017-10-11 Joe Tsaiio: simplify pipe implementation
2017-10-11 Joe Tsainet: implement deadline functionality on Pipe
2017-10-11 Russ Coxcmd/internal/buildid: add missing f.Close in ReadFile
2017-10-11 Russ Coxcmd/dist: reenable TestDeps
2017-10-11 Russ Coxcmd/go: record both build ID and content ID in archives...
2017-10-11 Austin Clementscmd/compile: fix some plive comments
2017-10-11 Keith Randallcmd/compile: abort earlier if stack frame too large
2017-10-11 Keith Randallcmd/compile: fold constant comparisions into SETxxmem...
2017-10-11 Russ Coxcmd/buildid: add new tool factoring out code needed...
2017-10-11 Austin Clementscmd/compile: split TestNexting into subtests
2017-10-11 Austin Clementsruntime: make (Un)LockOSThread doc more prescriptive
2017-10-11 Austin Clementsruntime: terminate locked OS thread if its goroutine...
2017-10-11 Austin Clementsruntime: make it possible to exit Go-created threads
2017-10-11 Russ Coxcmd/go: make cmd/* default to go tool installation
2017-10-11 Austin Clementsruntime: replace sched.mcount int32 with sched.mnext...
2017-10-11 Russ Coxcmd/go: hoist C++, Objective-C, and Fortran checks...
2017-10-11 Austin Clementsruntime: mark mstart as nowritebarrierrec
2017-10-11 Russ Coxcmd/go: replace a.Package.Internal.Pkgfile with a.built
2017-10-11 Austin Clementsruntime: make m.nextwaitm an muintptr
2017-10-11 Russ Coxcmd/go: clean up compile vs link vs shared library...
2017-10-11 Austin Clementsruntime: don't start new threads from locked threads
2017-10-11 Russ Coxcmd/go: separate compile and link steps in action graph
2017-10-11 David Crawshawdebug/elf: add relocation constants
2017-10-11 Ian Lance Taylorcmd/go: correct directory used in checkNestedVCS test
2017-10-11 Ben Shicmd/compile: optimize ARM code with CMN/TST/TEQ
2017-10-11 Frank Somersruntime: move vdso_linux_amd64.go to vdso_linux.go
2017-10-11 Daniel Martícmd/compile: eliminate some lineno uses
2017-10-11 Alberto Donizetticmd/compile: fix OTYPESW Op comment
2017-10-11 Ian Lance Taylorcmd/compile: disable TestNexting in short mode
2017-10-11 griesemercmd/compile/internal/syntax: consider function nesting...
2017-10-11 griesemercmd/compile/internal/syntax: factor out parsing of...
2017-10-11 griesemercmd/compile/internal/syntax: remove some outdated comme...
2017-10-10 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: Fix Data Cache instruc...
2017-10-10 Joe Tsaiarchive/tar: ignore ChangeTime and AccessTime unless...
2017-10-10 Joe Tsaiarchive/tar: improve handling of directory paths
2017-10-10 Cherry Zhangcmd/compile: intrinsify atomics on MIPS64
2017-10-10 Matthew Dempskycmd/compile: simplify mkinlcall1
2017-10-10 Matthew Dempskycmd/compile: remove outdated TODO about inlining
2017-10-10 Russ Coxtesting: add PAUSE, CONT output lines to explain Parall...
2017-10-10 Daniel Martícmd/compile: make bad Ctypes be only 0
2017-10-10 Cherry Zhangcmd/compile: clean up ADDconst on PPC64
2017-10-10 Adam Langleycrypto/x509: reject intermediates with unknown critical...
2017-10-10 Cherry Zhangcmd/compile: intrinsify runtime.getcallersp
2017-10-10 Elias Naurruntime: fix cgo export of panicmem on ios
2017-10-10 Alex Brainmancmd/dist, cmd/link, cmd/go: make c-shared work on windows
2017-10-10 Russ Coxcmd/go: add undocumented -debug-actiongraph flag to...
2017-10-09 Daniel Martícmd/link: various cleanups using tools
2017-10-09 Keith Randallcmd/compile: add ideal int constants to dwarf
2017-10-09 David Chasecmd/compile: skip ssa/debug_test.go when gdb missing...
2017-10-09 Daniel Martíruntime: remove a few unused params and results
2017-10-09 Adam Langleyencoding/asn1: don't encode strings with '*' as Printab...
2017-10-09 griesemergo/doc: fix constant type propagation
2017-10-09 griesemercmd/compile/internal/syntax: remove unused code
2017-10-09 Gabriel Aszalosruntime: remove the 'go:nosplit' directive from documen...
2017-10-09 Josselin Costanziencoding/base64: optimize DecodeString
2017-10-09 Daniel Martícmd/vet: skip self-assigns with side effects
2017-10-09 Elias Naurmisc/cgo/testcarchive: skip flaky SIGPROF test on darwin
2017-10-09 Ian Lance Taylormisc/cgo/testcshared: don't overwrite cc in parallel...
next