]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-08-24 Robert Griesemerspec: complete list of special comma-ok forms
2016-08-24 Robert Griesemercmd/compile: remove unused importimport function
2016-08-24 Keith Randallcmd/objdump: implement objdump of .o files
2016-08-24 Ian Lance Taylornet: use runtime.Keepalive for *netFD values
2016-08-24 Ian Lance Tayloros: use runtime.Keepalive for *Process values
2016-08-24 Hiroshi Iokainternal/testenv: make MustHaveSymlink message friendly
2016-08-24 Josh Bleecher... cmd/compile: minor cleanup in mapinit
2016-08-24 Josh Bleecher... cmd/compile: convert getdyn int arg to bool
2016-08-24 Josh Bleecher... cmd/compile: convert Dodata to a bool, rename to IsStatic
2016-08-24 Josh Bleecher... cmd/compile: simplify isglobal
2016-08-24 Alex Brainmansyscall, internal/syscall/windows, internal/syscall...
2016-08-24 Mikio Haravendor: update vendored route
2016-08-23 Jess Frazellecmd/go: updates go get to return exit status 0 for...
2016-08-23 Keith Randallcmd/compile: clean up ctz ops
2016-08-23 Robert Griesemercmd/compile: export package for _ (blank) struct fields
2016-08-23 Robert Griesemercmd/compile: simplify field/method export (internal...
2016-08-23 Ross Lightreflect: document equality guarantee for Type
2016-08-23 Ian Lance Taylorflag: improve comment for calling String with zero...
2016-08-23 Than McIntoshtest: add test for gccgo issue #15722
2016-08-23 Josh Bleecher... cmd/compile: clean up one Node.Etype usage
2016-08-23 Robert Griesemercmd/compile: add comment
2016-08-23 Martin Möhrmanncmd/compile: fix binary import of unsafe.Pointer literals
2016-08-23 Robert Griesemercmd/compile: don't Fatal when printing -m debug information
next