]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-08-30 Matthew Dempskyreflect: cleanup wording for type identity/equality
2016-08-30 Matthew Dempskycmd/compile: dedup Pragma switch
2016-08-30 Josh Bleecher... misc/cgo/testsigfwd: add missing return statement
2016-08-30 Matthew Dempskycmd/compile: eliminate addmethod tpkg parameter
2016-08-30 Matthew Dempskycmd/compile: cleanup addmethod
2016-08-30 Matthew Dempskycmd/compile: eliminate methtype's mustname parameter
2016-08-30 Josh Bleecher... cmd/compile: recognize integer ranges in switch statements
2016-08-30 Josh Bleecher... cmd/compile: add Trunc-of-Ext simplifications
2016-08-30 Matthew Dempskycmd/compile: get rid of ugly {Recvs,Params,Results...
2016-08-30 Hiroshi Iokapath/filepath: handle ".." in normalizing a path on...
2016-08-30 Robert Griesemercmd/compile: remove unused FmtWidth flag
2016-08-30 Matthew Dempskycmd/compile: remove unused Type.Printed field
2016-08-30 Robert Griesemercmd/compile: remove unused FmtBody flag and associated...
2016-08-30 Brad Fitzpatricknet/http: fix ordering & data race in TestTransportEven...
2016-08-30 Martin Möhrmanncmd/compile: improve string iteration performance
2016-08-30 Keith Randallruntime: update a few comments
2016-08-30 Robert Griesemercmd/compile: make internal objects directly print to...
2016-08-30 Terrel Shumwaydoc: clarify FAQ wording for float sizes
2016-08-30 Keith Randallcmd/compile: intrinsify sync/atomic for amd64
2016-08-30 Dave Cheneyreflect: avoid zeroing memory that will be overwritten
2016-08-30 Brad Fitzpatrickcmd/go: make C compiler warnings fatal on builders
2016-08-30 Brad Fitzpatricknet/http: stop timeout timer if user cancels a request
2016-08-30 Jonathan Boulleos: fix typo in comment (Readir -> Readdir)
2016-08-30 Brad Fitzpatrickall: use time.Until where applicable
2016-08-30 Josh Bleecher... go/types: fix bad variable shadowing in offsetsof
2016-08-30 Sam Whitedtime: Add Until helper function
2016-08-29 Brad Fitzpatrickos: don't let File.Readdir return an empty slice and...
2016-08-29 Matthew Dempskynet: restore per-query timeout logic
2016-08-29 Carlos Eduardo Seoruntime: insufficient padding in the `p` structure
2016-08-29 Ian Lance Taylorcmd/go: for -msan build runtime/cgo with -fsanitize...
2016-08-29 Aliaksandr... cmd/vet: check for copying of array of locks
2016-08-29 Aliaksandr... cmd/vet: properly handle indexed arguments in printf
2016-08-29 Ethan Millermath/big: add assembly implementation of arith for...
2016-08-29 Robert Griesemercmd/compile: use printer in typefmt, Tconv
2016-08-29 Kevin Burkecmd/compile: document more Node fields
2016-08-29 Martin Möhrmanncmd/compile: generate makeslice calls with int arguments
2016-08-29 Robert Griesemercmd/compile: remove ignored bool from exported ODCL...
2016-08-29 Jaana Burcu... os: add example for OpenFile
2016-08-29 Carlos Cmime/quotedprintable: add examples
2016-08-29 Ian Lance Taylordatabase/sql: don't hang if the driver Exec method...
2016-08-29 Josh Bleecher... doc: add cmd/go pkgdir changes to go1.8.txt
2016-08-29 Josh Bleecher... androidtest.bash: use go list to get pkg dir
2016-08-29 Josh Bleecher... androidtest.bash: fix pkg dir
2016-08-29 Josh Bleecher... androidtest.bash: require GOARCH
2016-08-29 Emmanuel Odekeall: fix obsolete inferno-os links
2016-08-29 Giovanni Bajodoc: improve issue template
2016-08-28 Cherry Zhangcmd/compile: fix load int32 to FP register on big-endia...
2016-08-28 Radu Berindehash/crc32: fix nil Castagnoli table problem
2016-08-28 Keith Randallcmd/compile: fix noopt build
2016-08-28 Keith Randallcmd/compile: intrinsify the rest of runtime/internal...
2016-08-28 Alex Brainmantime: always use $GOROOT/lib/time/zoneinfo.zip with...
2016-08-28 Radu Berindehash/crc32: improve the AMD64 implementation using...
2016-08-27 Joonas Kuorilehtocrypto/tls: add KeyLogWriter for debugging
2016-08-27 Keith RandallRevert "hash/crc32: improve the AMD64 implementation...
2016-08-27 Radu Berindehash/crc32: improve the AMD64 implementation using...
2016-08-27 Robert Griesemercmd/compile: make dumpdepth a global again
2016-08-26 Matthew DempskyRevert "cmd/compile: use printer in typefmt, Tconv"
2016-08-26 Robert Griesemercmd/compile: use printer in typefmt, Tconv
2016-08-26 Robert Griesemercmd/compile: use printer in exprfmt
2016-08-26 Josh Bleecher... go/build: don't alter InstallSuffix for default compile...
2016-08-26 Robert Griesemercmd/compile: use printer in stmtfmt, hconv
2016-08-26 Robert Griesemercmd/compile: use printer in sconv, symfmt
2016-08-26 Robert Griesemercmd/compile: use printer in vconv
2016-08-26 Robert Griesemercmd/compile: introduce printer for internal formatting...
2016-08-26 Robert Griesemercmd/compile: reintroduce support for version 0 export...
2016-08-26 Robert Griesemergo/internal/gcimporter: fail gracefully on export forma...
2016-08-26 David Crawshawruntime: have typelinksinit work forwards
2016-08-26 David Crawshawcmd/link: make DynlinkingGo a method
2016-08-26 Cherry Zhangcmd/compile: add MIPS64 optimizations, SSA on by default
2016-08-26 Michael Mundaymath: optimize Ceil, Floor and Trunc on s390x
2016-08-26 Michael Mundaycmd/internal/obj/s390x: add FIDBR and FIEBR instructions
2016-08-26 Michael Mundaycmd/internal/obj/s390x: add atomic operation instructions
2016-08-26 David Crawshawcmd/compile: qualify unexported fields of unnamed types
2016-08-26 Hiroshi Iokaos: fix build error on plan9
2016-08-26 Robert Griesemerspec: clarify text on init functions
2016-08-26 Hiroshi Iokaos: prevent infinite symlink loop of Stat on Windows
2016-08-26 Robert Griesemercmd/compile: fail gracefully on export format skew
2016-08-26 Michael Hudson... cmd/link: hide funcsym symbols
2016-08-26 Josh Bleecher... syscall: fix plan9/386 RawSyscall6
2016-08-25 Josh Bleecher... net/http, cmd/compile: minor vet fixes
2016-08-25 Keith Randallcmd/compile: inline atomics from runtime/internal/atomi...
2016-08-25 Josh Bleecher... all: fix assembly vet issues
2016-08-25 Joe Tsaiarchive/tar: isolate regular and sparse file handling...
2016-08-25 Sina Siadatnet/http: send Content-Range if no byte range overlaps
2016-08-25 Josh Bleecher... cmd/compile: when inlining ==, don’t take the address...
2016-08-25 Ian Lance Taylorpath/filepath: don't return SkipDir at top
2016-08-25 Josh Bleecher... cmd/compile/internal/obj/x86: clean up "is leaf?" check
2016-08-25 Josh Bleecher... cmd/internal/obj/x86: remove pointless NOPs
2016-08-25 Egon Elbrewebsite: recreate 16px and 32px favicon
2016-08-25 Cherry Zhangcmd/compile: get MIPS64 SSA working
2016-08-25 Dave Cheneycmd/{asm,compile/internal}: delete dead code
2016-08-25 Ian Lance Taylorruntime: remove unused type sigtabtt
2016-08-25 Josh Bleecher... cmd/compile: optimize integer "in range" expressions
2016-08-25 Dave Cheneycmd/link/internal, cmd/internal/obj: introduce ctxt...
2016-08-25 Dave Cheneycmd/link/internal/ld: move ld.Cpos to coutbuf.Offset
2016-08-25 Michael Mundayruntime: use clock_gettime for time.now() on s390x
2016-08-25 Dave Cheneycmd/internal/*: only call ctx.Bso.Flush when something...
2016-08-25 Matthew Dempskycmd/go: refactor cgo logic
2016-08-24 Josh Bleecher... cmd/asm, go/build: invoke cmd/asm only once per package
2016-08-24 Josh Bleecher... cmd/compile: handle OCONV[NOP] in samesafeexpr
next