]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2017-10-08 Alex Brainmanmisc/cgo/testcshared: use correct install directory...
2017-10-08 David Crawshawcmd/link: ignore macho symbols in invalid sections
2017-10-08 Laurent Voisinencoding/gob: fix a typo in the package documentation
2017-10-07 David Chasecmd/compile: better XPos for rematerialized values...
2017-10-07 Marvin Stengercmd/link/internal/loadmacho: reduce scope of local...
2017-10-07 Nigel Taoimage/gif: add BenchmarkDecode.
2017-10-07 Alex Brainmanmisc/cgo/testcshared: delete testp0.exe not testp0...
2017-10-06 David Crawshawcmd/link: move ldmacho to its own package
2017-10-06 Russ Coxcmd/asm, cmd/cgo, cmd/compile, cmd/cover, cmd/link...
2017-10-06 Peter Wucrypto/tls: fix first byte test for 255 CBC padding...
2017-10-06 griesemermath/big: provide support for conversion bases up to 62
2017-10-06 David Chasecmd/compile: add test generator for control and data...
2017-10-06 griesemermath/bits: complete examples
2017-10-06 griesemercmd/compile: better error message for assignment mismatches
2017-10-06 isharipocmd/asm: fix build error caused by yextractps
2017-10-06 isharipoobj/x86: make VEX-specified-register explicit
2017-10-06 isharipocmd/asm: add amd64 EXTRACTPS instruction
2017-10-06 Aliaksandr... cmd/compile: optimize signed non-negative div/mod by...
2017-10-06 David Crawshawcmd/link: move build/link mode globals into ctxt
2017-10-06 David Crawshawcmd/link: give the object reader its own package
2017-10-06 Alberto Donizetticmd/compile: remove x86 arch-specific rules for +2ⁿ...
2017-10-06 Afanasev Stanislavbytes: panic in ReadFrom with more information with...
2017-10-06 Jeffnet/smtp: NewClient: set tls field to true when already...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.LastIndexByte over...
2017-10-05 Marvin Stengerall: revert "all: prefer strings.IndexByte over strings...
2017-10-05 Alex Brainmanmisc/cgo/testcshared: skip all but TestExportedSymbols...
2017-10-05 Matthew Dempskycmd/compile: cleanup genwrapper slightly
2017-10-05 Cherry Zhangcmd/internal/obj/arm64: fix handling of unaligned offse...
2017-10-05 Ilya Tocarcmd/compile/internal/amd64: add SETccmem
2017-10-05 Austin Clementsruntime: fix exit1 arguments on Darwin
2017-10-05 Russ Coxcmd/go: stop treating GOROOT binaries specially
2017-10-05 Keith Randallruntime: force the type of specialfinalizer into DWARF
2017-10-05 Austin Clementsruntime: make LockOSThread/UnlockOSThread nested
2017-10-05 Russ Coxcmd/dist, cmd/go: treat cmd/cgo like other build tools
2017-10-05 David Chasecmd/compile: make loop finder more aware of irreducible...
2017-10-05 Matthew Dempskycmd/internal/dwarf: remove unused SymValue method
2017-10-05 Russ Coxcmd/go: clean up implicit compiler and linker dependencies
next