]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-22 Kevin Burkeos/user: fix darwin GetGroupIds for n > 256
2017-11-22 Austin Clementsruntime/debug: make SetGCPercent(-1) wait for concurrent GC
2017-11-22 Keith Randallcmd/compile: fix mapassign_fast* routines for pointer...
2017-11-22 Tim Wrightsyscall: add missing fs locking in Link, Rename on...
2017-11-22 Michael Schurterencoding/json: reduce allocations by Decoder for \uXXXX
2017-11-22 Brad Fitzpatrickdoc: update the URL of the latest go1.4 source snapshot
2017-11-22 Ian Lance Taylorinternal/poll: loop on EINTR in Read on Darwin
2017-11-22 Florin Patandoc: rename Gogland to GoLand
2017-11-22 Austin Clementstest: make inline_callers.go test not inline the runtime
2017-11-21 Brad Fitzpatrickruntime: fix build on non-Linux platforms
2017-11-21 Dmitri Shuralyovtime: rename TestLoadLocationFromTzinfo to TestLoadLoca...
2017-11-21 isharipocmd/internal/obj/x86: fix /is4 encoding for VBLEND
2017-11-21 Reilly Watsondoc: fix some typos in diagnostics.html
2017-11-21 Brad Fitzpatricktime: fix build on Android
2017-11-21 Michael Prattruntime: skip netpoll check if there are no waiters
2017-11-21 Jamie Liuruntime: only sleep before stealing work from a running P
2017-11-21 Florian Uekermanntime: enable Location loading from user provided timezo...
2017-11-21 Wei Xiaobytes: add optimized countByte for arm64
2017-11-21 Than McIntoshcmd/compile: ignore RegKill ops for non-phi after phi...
2017-11-21 Cherry Zhangcmd/compile: fix comment that -N does not disable escap...
2017-11-21 Russ Coxtime: rename internal type data to dataIO
2017-11-21 Tobias Klausernet: fix typo in parsePort documentation
2017-11-21 David Chasecmd/compile: improve debugging output for GOSSAFUNC
2017-11-21 Heschi Kreinickcmd/link: use . as DW_AT_comp_dir
2017-11-21 fanzha02cmd/internal/obj/arm64: fix assemble msr/mrs bug
2017-11-20 Emmanuel Odekecmd/compile: hint on wrong case-field names in composit...
2017-11-20 fanzha02cmd/internal/obj/arm64: fix assemble hlt/hvc/smc/brk...
2017-11-20 Rob Pikecmd/doc: don't print a declaration twice
2017-11-19 Laurent Voisincmd/go: fix typo in error message
2017-11-19 Daniel Martícmd/doc: print a symbol error on "bytes Foo"
2017-11-19 Daniel Martíbytes: don't use an iota for the readOp constants
2017-11-19 Kunpei Sakaitesting: fix invalid error message about argument of...
2017-11-19 Ross Chatertime: fix typo in doc
2017-11-18 Davor Kapsaruntime/pprof: fix doc typo
2017-11-18 Daniel Martíbytes: make all readOp constants actually typed
2017-11-18 Elias Naurcmd/dist: skip SWIG tests on Android
2017-11-18 Ian Lance Taylorcmd/go: always copy files on Windows
2017-11-18 Daniel Theophanesdatabase/sql: check for arg counts after eliminating...
2017-11-18 Ian Lance Taylorbuiltin: improve docs for make slice
2017-11-18 Ian Lance Taylorcmd/go: tweak support options test for old compilers
2017-11-18 Lynn Bogercmd/dist: return dropped tests from misc/cgo/test
2017-11-17 Keith Randallcmd/cgo: special case C ptr types to use uintptr
2017-11-17 Michael Mundaycmd/compile: delete temporary files when test finishes
2017-11-17 isharipocmd/internal/obj/x86: add AVX2 gather and VSIB
2017-11-17 Adam Langleycrypto/x509: always emit a critical SAN extension if...
2017-11-17 Adam Langleycrypto/x509: relax EKU checking in some cases.
2017-11-17 Adam Langleycrypto/x509: don't fail to parse addition elements...
2017-11-17 Brad FitzpatrickRevert "net: Forget lookups for canceled contexts"
2017-11-17 David Chasecmd/compile: leave Pos unset for racewalk enter/exit
2017-11-17 Bill O'Farrellcmd/link: enable c-shared and c-archive mode on s390x
2017-11-17 Austin Clementsruntime: remove another TODO
2017-11-17 Austin Clementsruntime: remove TODO
2017-11-16 Daniel Theophanesdatabase/sql: allow OpenConnector in a driver.Driver...
2017-11-16 Russ Coxcmd/go: add import config debugging flag
2017-11-16 Russ Coxcmd/go: simplify compiler import config preparation
2017-11-16 Brad Fitzpatrickos/user: handle large 32-bit uid/gid values when string...
2017-11-16 Russ Coxcmd/go/internal/work: do not write trivial.c when testi...
2017-11-16 Russ Coxcmd/go: fix swig support and run swig tests during...
2017-11-16 Russ Coxcmd/go: drop flaky part of TestGoTestJSON
2017-11-16 Russ Coxcmd/go: fix cgo-disabled test failure from CL 77151
2017-11-16 Joe Tsaiarchive/tar: partially revert sparse file support
2017-11-16 Russ Coxcmd/go/internal/cache: fix build failure introduced...
2017-11-16 Russ Coxcmd/go: implement go clean -testcache
2017-11-16 Russ Coxcmd/go: run cover before cgo
2017-11-16 Russ Coxcmd/go: make file:line for cgo files look like non...
2017-11-16 Russ Coxcmd/cgo: modify source as text, not as AST
2017-11-16 Russ Coxencoding/csv: restore Go 1.9 quoted \r\n handling in...
2017-11-16 Russ Coxcmd/internal/obj, cmd/trace: restore bounds checks...
2017-11-16 Ian Lance Taylorcmd/go: add dependencies for implicit SWIG imports
2017-11-16 Russ CoxRevert "math/rand: make Perm match Shuffle"
2017-11-16 Russ CoxRevert "time: enable ZONEINFO tzdata file support and...
2017-11-16 Than McIntoshcmd/compile: fix buglet/typo in DWARF x86 setup
2017-11-16 Russ Coxio: eliminate full copy of copy loop in CopyN
2017-11-16 Russ Coxcmd/cover: do not report coverage for assembly functions
2017-11-16 Russ Coxcmd/cover: add //line comment pointing to original...
2017-11-16 Joe Kyoarchive/zip: add documentation about compression methods
2017-11-16 Russ Coxcmd/go: deflake TestGoTestJSON further
2017-11-16 Russ Coxdatabase/sql/driver: document that Execer, Queryer...
2017-11-16 Russ Coxencoding/hex: make Decode, Decoder, DecodeString agree...
2017-11-16 Russ Coxcmd/vet: shorten diagnostic about suspicious struct...
2017-11-16 Kevin Burkecrypto/cipher: use raw bytes for keys in docs
2017-11-16 Hiroshi Iokaencoding/asn1: add MarshalWithParams
2017-11-15 Troels Thomsennet: Forget lookups for canceled contexts
2017-11-15 Russ Coxarchive/zip: fix handling of replacement rune in UTF8...
2017-11-15 Russ Coxapi: update next.txt
2017-11-15 Russ Coxdatabase/sql: fix ctx.Done() == nil check
2017-11-15 Russ Coxdatabase/sql/driver: rename ResetSessioner to SessionRe...
2017-11-15 Russ Coxnet/mail: clarify doc comment
2017-11-15 Russ Coxio: document and test MultiWriter error behavior
2017-11-15 Russ Coxencoding/xml: move unexported const out of exported...
2017-11-15 Russ Coxencoding/csv: rename ParseError.RecordLine to .StartLine
2017-11-15 Russ Coxencoding/binary: make new example a bit more idiomatic
2017-11-15 Russ Coxdoc/contrib.html: add Go 1.10 to release list
2017-11-15 Russ Coxcmd/dist: adjust package doc
2017-11-15 Russ Coxbytes, strings: restore O(1) behavior of IndexAny(s...
2017-11-15 Russ Coxbytes: make ExampleTrimLeft and ExampleTrimRight match
2017-11-15 Russ Coxbytes: change ExampleReader_Len to use a non-ASCII...
2017-11-15 Russ Coxdoc/go1.10: first draft of release notes
2017-11-15 Joe Tsaiarchive/tar: change error prefix
2017-11-15 Daniel Martígo/printer: indent lone comments in composite lits
next