]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-09-23 David Crawshawruntime: use sched_yield instead of pthread_yield
2016-09-23 David Crawshawplugin: darwin support
2016-09-23 David Crawshawruntime: check plugin-loaded moduledata addresses
2016-09-22 Ian Lance Taylorcmd/compile: don't instrument copy and append in runtime
2016-09-22 Keith Randallcmd/compile: fix type of static closure pointer
2016-09-22 Cherry Zhangtest: errorcheck auto-generated functions
2016-09-22 Cherry Zhangcmd/compile: ensure args are live in tail calls for...
2016-09-22 Adam Langleycrypto/tls: fix deadlock when racing to complete handshake.
2016-09-22 Kale Blankenshipnet/url: prefix relative paths containing ":" in the...
2016-09-22 David Chasecmd/compile: use ISEL, cleanup use of zero & extensions
2016-09-22 Emmanuel Odekecompress/gzip: add examples
2016-09-22 Nigel Taocrypto/rsa: clarify comment on maximum message length.
2016-09-21 Ian Lance Taylorruntime: merge signal[12]_unix.go into signal_unix.go
2016-09-21 Mikio Hararuntime: revert CL 18835; don't install new signal...
2016-09-21 Matthew Dempskycmd/compile: simplify obj.ProgInfo and extract from...
2016-09-21 Russ Coxcmd/link: add time stamp to hostlink print in -v mode
2016-09-21 Lynn Bogercmd/link: split large elf text sections on ppc64x
2016-09-21 Suyashimage/png: add Encode and Decode examples
2016-09-21 Brad Fitzpatricknet: add Resolver type, Dialer.Resolver, and DefaultRes...
2016-09-21 Thomas de Zeeuwnet/http/httptest: fill ContentLength in recorded Response
2016-09-21 Michal Bohusláveknet/http/cookiejar: fix typo
2016-09-21 Austin Clementsruntime: remove unnecessary atomics from heapBitSetType
2016-09-21 Mikio Haradoc: add note about CL 29491 to go1.8.txt
2016-09-21 Mikio Harasyscall: fix build on dragonfly
2016-09-21 Matthew Dempskycmd/internal/obj: remove unused GOROOT-related fields
2016-09-21 Matthew Dempskycmd/internal/obj: remove unused Textp and Etextp fields
2016-09-21 Yasuhiro Matsumotoos: use GetConsoleCP() instead of GetACP()
2016-09-21 Brad Fitzpatrickimage/draw: add FloydSteinberg Drawer example
2016-09-20 Brad Fitzpatrickdoc: add some missing HTML tags in the FAQ
2016-09-20 Keith Randallcmd/compile: improve tighten pass
2016-09-20 Keith Randallcmd/compile: simple cleanups
2016-09-20 Damien Neilsyscall: validate ParseDirent inputs
2016-09-20 Austin Clementsruntime: consistency check for G rescan position
2016-09-20 Austin Clementsruntime: report GCSys and OtherSys in heap profile
2016-09-20 Cherry Zhangcmd/compile: simplify div/mod on ARM
2016-09-20 Jaana Burcu... net/http/httptrace: fix bad tracing example
2016-09-20 Michael Hudson... cmd/link: remove more unused ctxt parameters
2016-09-20 Michael Hudson... cmd/link: kill off Symbols.Version
2016-09-20 Michael Hudson... cmd/link: remove now-unused ctxt arguments from a few...
2016-09-20 Michael Hudson... cmd/link: remove Linklookup & Linkrlookup
2016-09-20 Michael Hudson... cmd/link: use ctxt.{Lookup,ROLookup} in favour of funct...
2016-09-20 Michael Hudson... cmd/link: do not directly embed Symbols in Link
2016-09-20 Michael Hudson... cmd/link: split "bag of Symbols" functionality out...
2016-09-20 David Crawshawcmd/internal/obj, cmd/link: darwin dynlink support
2016-09-20 David Crawshawcmd/link: remove Cursym
2016-09-20 David Crawshawcmd/link: replace ld.Link.Diag with ld.Errorf
2016-09-19 Keith Randalldoc: mention KeepAlive & input args change
2016-09-19 Michael Hudson... cmd/link: move comment somewhere more appropriate
2016-09-19 Tormod Erevik Leacmd/vet: hard-code program name in usage message
2016-09-19 Rob Piketime: allow long fractions in ParseDuration
2016-09-19 Michael Mundaycmd/compile: intrinsify Ctz{32,64} and Bswap{32,64...
2016-09-19 Carlos Eduardo Seocmd/asm, cmd/internal/obj/ppc64: add ppc64 vector regis...
2016-09-19 Emmanuel Odekecrypto/md5, crypto/sha1, crypto/sha256: add examples...
2016-09-19 Keith Randallcmd/compile: args no longer live until end-of-function
2016-09-19 Brady Sullivannet/http: rename Post's parameter from bodyType to...
2016-09-19 Keith Randallcmd/compile: cache CFG-dependent computations
2016-09-19 Keith Randallcmd/compile: fold ADDconsts together for PPC
2016-09-19 Keith Randallcmd/compile: inline convT2{I,E} when result doesn't...
2016-09-19 Rob Pikecmd/vet: fix documentation for -structtags
2016-09-18 Michael Hudson... cmd/link: remove size and version from genasmsym's...
2016-09-18 Michael Hudson... cmd/link: give names and a type to the symbol types...
2016-09-18 Cherry Zhangcmd/dist: fix internal linking check for mips64le
2016-09-17 Cherry Zhangcmd/compile: intrinsify runtime/internal/atomic.Xaddint64
2016-09-17 David Crawshawplugin: cast dlerror return value for android
2016-09-17 Keith Randallcmd/compile: fix format verbs in ssa package
2016-09-17 Matthew Dempskycmd/internal/obj: remove ACHECKNIL
2016-09-17 Matthew Dempskycmd/internal/obj: simplify Plists
2016-09-17 Trey Lawrencecmd/compile: fix compiler bug for constant equality...
2016-09-17 Matthew Dempskycmd/internal/obj: replace AGLOBL with (*Link).Globl
2016-09-17 Dan Petersonnet: respect resolv.conf rotate option
2016-09-17 Suyashsort: fix search descending order example
2016-09-16 David Crawshawcmd/dist: disable plugin test on arm64
2016-09-16 David Crawshawcmd/dist: unify internal linking checks
2016-09-16 David Crawshawcmd/dist: skip libgcc test on arm64 and mips64
2016-09-16 David Crawshawcmd/dist: disable plugin test on ppc64le and s390x
2016-09-16 Matthew Dempskycmd/compile: remove Arch.REGCTXT
2016-09-16 David Crawshawcmd/link: remove never-set Windows variable
2016-09-16 Matthew Dempskycmd/compile: change goarch.Main into goarch.Init
2016-09-16 Robert Griesemercmd/compile/internal/syntax: support for alias declarations
2016-09-16 David Crawshawcmd/link: skip arch-specific main function
2016-09-16 Keith Randallcmd/compile: turn live variable test off for ppc
2016-09-16 Matthew Dempskycmd/compile: remove unused Label fields
2016-09-16 Keith Randallcmd/compile: reorganize SSA register numbering
2016-09-16 David Crawshawcmd/link: give RelocVariant a type, document Reloc
2016-09-16 David Crawshawcmd/link: attempt to rationalize linkmode init
2016-09-16 David Crawshawmisc/cgo/testplugin: add test of -buildmode=plugin
2016-09-16 David Crawshawcmd/go: support -buildmode=plugin on linux
2016-09-16 David Crawshawplugin: new package for loading plugins
2016-09-16 David Chasecmd/compile: elide unnecessary sign/zeroExt, PPC64
2016-09-16 Cherry Zhangcmd/compile: label LoadReg with line number of the use
2016-09-16 Cherry Zhangcmd/compile: enable rewritings that are blocked by...
2016-09-16 David Crawshawruntime: avoid dependence on main symbol
2016-09-16 David Crawshawcmd/link: -buildmode=plugin support for linux
2016-09-16 Suyashsort: add examples for sort.Search
2016-09-16 Matthew Dempskycmd/compile: remove unused cases in Naddr
2016-09-16 Emmanuel Odekeos/exec: add examples for CombinedOutput, StdinPipe...
2016-09-16 Matthew Dempskycmd/internal/obj: remove Addr.Etype and Addr.Width
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-16 Cherry Zhangcmd/link: fix number-of-files entry in gopclntab
2016-09-16 Matthew Dempskycmd/compile: remove Betypeinit
next