]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-10-26 Ben Shicmd/compile: optimize MOVBS/MOVBU/MOVHS/MOVHU on ARMv6...
2017-10-26 griesemertest: add test cases for method expressions with litera...
2017-10-26 Keith Randallcmd/compile: make sure not to use SP as an index register
2017-10-25 Artyom Pervukhinimage/draw: reduce drawPaletted allocations for special...
2017-10-25 griesemerspec: match syntax for method expressions with implemen...
2017-10-25 Matthew Dempskycmd/compile: document function syntax representation
2017-10-25 Joe Tsaiarchive/zip: restrict UTF-8 detection for comment and...
2017-10-25 Adam Thomasoncmd/go: add -shift to go vet's flag whitelist
2017-10-25 Michael Fraenkelio: flatten MultiWriter writers
2017-10-25 Lynn Bogercmd/go: enable TestNoteReading on ppc64le
2017-10-25 Henrynet/smtp: added Noop to Client
2017-10-25 Lorenz Bauernet: make {TCP,Unix}Listener implement syscall.Conn
2017-10-25 Daniel Theophanesdatabase/sql: scan into *time.Time without reflection
2017-10-25 Ian Lance Tayloros: add deadline methods for File type
2017-10-25 Daniel Theophanesdatabase/sql: ensure all driver interfaces are called...
2017-10-25 Russ Coxruntime: avoid monotonic time zero on systems with...
2017-10-25 Russ Coxdoc: document Go 1.9.2
2017-10-25 Russ Coxdoc: document Go 1.8.5
2017-10-25 Russ Coxcmd/go: explain fmt, fix, vet a bit more in go help
2017-10-25 Wei Xiaobytes: add optimized Equal for arm64
2017-10-25 Tobias Klauserruntime/internal/sys: use boolean constants for sys...
2017-10-25 Jason Wangsadinatacontainer/ring: add examples for various Ring functions
2017-10-25 Sergey Seminlog: Remove unnecessary else
2017-10-25 Russ Coxcmd/link: only adjust pagezero for iOS on darwin/arm64
2017-10-25 Joe Tsaiencoding/csv: forbid certain Comma and Comment runes
2017-10-25 Russ Coxbuild: move final steps of make.bash, make.bat, make...
2017-10-25 Ian Lance Taylorruntime: unify arm entry point code
2017-10-24 Michael Hudson... cmd/link: shrink SymKind down to a uint8
2017-10-24 Michael Hudson... cmd/link: replace SSUB with an attribute bit
2017-10-24 Brian Kesslermath/big: implement Lehmer's GCD algorithm
2017-10-24 Mark Pulfordmath: add RoundToEven function
2017-10-24 Matthew Dempskycmd/compile: refactor method expression detection
2017-10-24 Daniel Theophanesdatabase/sql: add driver.ResetSessioner and add pool...
2017-10-24 Matthew Dempskycmd/internal/obj/x86: move MOV->XOR rewriting into...
2017-10-24 Heschi Kreinickcmd/compile/internal/ssa: use reverse postorder traversal
2017-10-24 Nils Larsgårdmime/multipart: permit empty file name
2017-10-24 Russ CoxRevert "database/sql: add driver.ResetSessioner and...
2017-10-24 Than McIntoshcmd/compile: fix problem with non-decomposed vars
2017-10-24 Daniel Theophanesdatabase/sql: add driver.ResetSessioner and add pool...
2017-10-24 Daniel Theophanesdatabase/sql: allow drivers to only implement Context...
2017-10-24 rustcmd/link/internal/ld: modify -pagezero_size to please...
2017-10-24 Marcel van... unicode: update to Unicode 10.0.0
2017-10-24 Joe Tsaiencoding/csv: update ErrQuote message
2017-10-24 Joe Tsaiencoding/csv: fix error documentation
2017-10-24 Alex Brainmanruntime: make errno positive in netpollopen
2017-10-24 Matthew Dempskycmd/compile: silence unnecessary unsafe error
2017-10-23 Artyom Pervukhinimage/gif: avoid setting defers in the decode loop
2017-10-23 griesemerspec: remove sentence discussing existing implementations
2017-10-23 Than McIntoshcmd/compile: include non-decomposed vars for -dwarfloca...
2017-10-23 griesemergo/types: improved documentation for WriteExpr and...
2017-10-23 Cherry Zhangcmd/internal/obj/arm64: handle global address in LDP/STP
2017-10-22 Daniel Martícmd/compile: clean up various bits of code
2017-10-22 Matthew Dempskycmd/compile: replace -l=2 with -d typecheckinl
2017-10-21 Hugues Bruantruntime: more reliable mapdelete benchmark
2017-10-21 Nigel Taoimage/png: fix width * height * bpp overflow check.
2017-10-21 David Crawshawmisc/cgo/testplugin: speed up tests
2017-10-21 Joe Tsaiencoding/csv: add ParseError.RecordLine
2017-10-21 David Crawshawcmd/link: move Headtype global to ctxt
2017-10-21 Cherry Zhangruntime: support cgo traceback on PPC64LE
2017-10-21 Alex Brainmanos: simplify windows Pipe
2017-10-20 Tim Cooperencoding/hex: add NewEncoder, NewDecoder
2017-10-20 David Crawshawcmd/link: move Iself global to ctxt
2017-10-20 David Crawshawcmd/link: move FlagLinkshared global to ctxt
2017-10-20 Joe Tsaiencoding/csv: simplify and optimize Reader
2017-10-20 Ian Lance Taylorruntime: for kqueue treat EVFILT_READ with EV_EOF as...
2017-10-20 Matthew Dempskycmd/compile: prevent inlining go:yeswritebarrierrec...
2017-10-20 Cherry Zhangcmd/compile: skip runtime.nextFreeFast inlining test...
2017-10-20 Russ Coxcmd/go: delete ETXTBSY hack that is no longer needed
2017-10-20 Russ Coxcmd/go/internal/work: factor build.go into multiple...
2017-10-20 Russ Coxcmd/go: move internal/load.PluginPath to internal/work
2017-10-20 Ian Lance Taylorcmd/go: look for "unknown" when checking supported...
2017-10-20 Hana Kimcmd/trace: fix a javascript bug in handling import...
2017-10-20 Michael Mundaycmd/go: skip gold-specific part of TestNoteReading...
2017-10-19 Ben Burkertnet/http: ignore response body when forbidden by status...
2017-10-19 griesemergo/types: add test verifying corner-case behavior of...
2017-10-19 griesemerspec: remove vestiges referring to iotas being incremented
2017-10-19 Matthew Dempskycmd/compile: refactor generic AST walking code
2017-10-19 Artyom Pervukhintesting/iotest: fix NewReadLogger documentation typo
2017-10-19 Russ Coxcmd/go: skip updateBuildID on binaries we will run
2017-10-19 griesemerspec: clarify that each block has its own version of...
2017-10-19 Jed Denleaimage/gif: make blockReader a ByteReader, harden tests
2017-10-19 Austin Clementscmd/compile: allow duplicate DWARF producer symbols
2017-10-19 Alex Brainmancmd/link: add TODO missing from CL 70310
2017-10-19 griesemerspec: simplify paragraph on certain range expressions...
2017-10-19 Ian Lance Taylorinternal/poll: always decref if setting deadline fails
2017-10-18 Heschi Kreinickdebug/dwarf: clarify StructField.ByteSize doc
2017-10-18 Wei Congruicmd/vet: fix copylocks false positive on unsafe.Sizeof...
2017-10-18 Austin Clementscmd/compile, cmd/link: record compiler flags in DW_AT_p...
2017-10-18 Austin Clementsruntime: separate error result for mmap
2017-10-18 Heschi Kreinickcmd/compile: distinguish args and return values in...
2017-10-18 Tom Bergannet/http: update bundled http2
2017-10-18 Ian Lance Taylorruntime: align stack in 386 lib startup before calling...
2017-10-18 Dhananjay Nakranicmd/compile: fix segfault in race instrumentation
2017-10-18 Tim Cooperdatabase/sql: fix example usage of Out
2017-10-18 Russ Coxcmd/go: clean up x.exe properly in TestImportMain
2017-10-17 griesemerspec: explicitly state the import path for package...
2017-10-17 Tim Cooperos: add period at end of O_EXCL comment
2017-10-17 Daniel TheophanesRevert "database/sql: prevent race in driver by locking...
2017-10-17 Jay Conrodcmd/cover: don't try to attach directives to synthetic...
2017-10-17 Gabriel Aszalosflag: simplify switch-case in isZeroValue
next