]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Carlos Eduardo Seomath/big: improve performance for AddMulVVW and mulAddV...
2017-08-11 romanyxmath/bits: examples generator
2017-08-11 Brian Kesslermath/big: avoid unneeded sticky bit calculations
2017-08-11 Hiroshi Iokaruntime: move mincore from stubs.go to os_linux.go
2017-08-11 Daniel Martífmt: remove stopAtNewline unused parameter
2017-08-11 Hiroshi Iokaruntime/cgo: update comments
2017-08-11 Hiroshi Iokacmd/cgo: remove unused code
2017-08-11 Joe Tsaiarchive/tar: check for permissible output formats first
2017-08-11 Alex Brainmaninternal/poll: add tests for Windows file and serial...
2017-08-11 Joe Tsaiarchive/tar: ensure input fits in octal field
2017-08-11 Joe Tsaiarchive/tar: forbid NUL character in string fields
2017-08-11 Joe Tsaiarchive/tar: expand TestPartialRead to cover sparse...
2017-08-11 Joe Tsaiarchive/tar: simplify bytediff logic
2017-08-11 Joe Tsaiarchive/tar: fallback to pre-Go1.8 behavior on certain...
2017-08-11 Joe Tsaiarchive/tar: simplify Flush
2017-08-11 Hiroshi Iokacmd/link: check magic header
2017-08-11 moliviertime: add examples for Duration functions
2017-08-11 Tobias Klausertest: add missing escape analysis test
2017-08-11 Josh Bleecher... cmd/compile: unexport gc.Sysfunc
2017-08-10 Austin Clementsruntime: add "max waste" column to size class table...
2017-08-10 Joe Kyonet/http: remove an unused variable in readCookies...
2017-08-10 Mat Byczkowskidoc/1.9: add CL 44074 for net/http to the release notes
2017-08-10 Daniel Martígo/types: remove nil check around range
2017-08-10 Elias Naurruntime: when dying from a signal use the previous...
2017-08-10 Elias Naurruntime: allow crash() to raise SIGABRT on darwin/arm64
2017-08-10 Kevin Burketime: remove extra space in docstring
2017-08-10 Dave CheneyRevert "cmd/compile: discard duplicate inline method...
2017-08-09 Mikio Haranet, internal/poll: enable ListenMulticastUDP on solaris
2017-08-09 Daniel Martícmd/compile: remove some unused params in gc
2017-08-09 Sergey Frolovcrypto/tls: split clientHandshake into multiple methods
2017-08-09 Matthew Dempskycmd/compile: discard duplicate inline method bodies
2017-08-09 Matt Deedatabase/sql: fail on unsupported options when context...
2017-08-09 Michael McLoughlincrypto/rand: batch large calls to linux getrandom
2017-08-09 Brian Kesslercrypto/rsa: drop uneeded parameter in modInverse
2017-08-09 Wembley G.... math/bits: Add examples for Reverse functions
2017-08-09 Dmitri Shuralyovnet/http: log Readdir error to Server.ErrorLog
2017-08-09 Lynn Bogercmd/go,cmd/link: support buildmode c-shared on ppc64le
2017-08-09 Austin Clementsruntime: document concurrency of mheap.spans
2017-08-09 Joe Kyonet/http: check If-Range header when request method...
2017-08-09 Than McIntoshmath: additional tests for Ldexp
2017-08-09 Christian Alexanderdoc/contribute: improve wording of Gerrit description
2017-08-09 romanyxmath/bits: some regular examples for functions
2017-08-09 RaviTejadoc/contribute.html: fix name of .gitcookies file
2017-08-09 Alberto Donizettitesting: explain how SkipNow and FailNow stop execution
2017-08-09 Tom Bergannet/http: update bundled http2
2017-08-09 molivierstrings: add examples for Index functions
2017-08-09 Kevin Burkestrings: avoid unnecessary variable setting
2017-08-09 Wei Congruicrypto/{aes,cipher,rc4}: fix out of bounds write in...
2017-08-09 Daniel Martícmd/vet: check that C receivers are cgo imports
2017-08-09 Josh Bleecher... cmd/compile: use right shifts to eliminate bounds checks
2017-08-09 Josh Bleecher... cmd/compile: remove gc.Sysfunc calls from 387 backend
2017-08-08 Josh Bleecher... math/rand: use t.Helper in tests
2017-08-08 Josh Bleecher... math/rand: fix uniform distribution stddev in tests
2017-08-08 Josh Bleecher... runtime: simplify b.tophash[i] calculation
2017-08-08 Josh Bleecher... runtime: use constants for map string key size
2017-08-08 Lyle Franklinstrings: add Examples for TrimFunc and variants during...
2017-08-08 Alberto Donizetticmd/compile: fix ADDSDmem comment and order in list
2017-08-08 Jelte Fennemamath: change oeis.org urls to https
2017-08-08 David du Colombiernet: fix LookupCNAME on Plan 9
2017-08-08 Martin Möhrmannruntime, internal/cpu: change cache line size for arm64...
2017-08-08 Martin Möhrmannruntime: remove unused prefetch functions
2017-08-08 Dmitri Shuralyovnet/http: set Content-Type header in Redirect
2017-08-08 Ian Lance Taylorcmd/cgo: document that structs and arrays don't work...
2017-08-08 Ian Lance Taylormisc/cgo/errors: update ptr.go comment
2017-08-08 Dmitri Shuralyovencoding/json: de-indent raw strings in remaining examples
2017-08-08 Seiji Takahashihtml: updated entity spec link
2017-08-08 Martin Möhrmanninternal/cpu: fix style nit in variable name
2017-08-08 Brad Fitzpatrickflag: make default Usage prefer CommandLine's output...
2017-08-07 Keith Randallruntime: mapassign_* should use typedmemmove to update...
2017-08-06 Josh Bleecher... all: remove some manual hyphenation
2017-08-05 Ian Lance Taylorruntime: mark activeModules nosplit/nowritebarrier
2017-08-05 Francesc Campoy... math/bits: fix example for OnesCount64
2017-08-04 Francesc Campoymath/bits: add examples for OnesCount functions
2017-08-04 Ian Lance Taylormisc/cgo/testsanitizers: also skip tsan11/tsan12 when...
2017-08-04 Ian Lance Taylorreflect: document how DeepEqual handles cycles
2017-08-04 Ian Lance Taylordoc: mention handling of moved GOROOT in 1.9 release...
2017-08-04 Jaana Burcu... doc: use better wording to explain type-aware completion
2017-08-04 Jaana Burcu... doc: replace paid with commercial
2017-08-04 Tristan Colgatedoc/1.9: add CL 43712, ReverseProxy of HTTP/2 trailers...
2017-08-04 Jaana Burcu... doc: clarify that Gogland is for paid IntelliJ platform...
2017-08-04 Dmitry Savintsevdoc/1.9: fix broken html link in CL 53030/53210
2017-08-04 Alberto Donizettidoc: fix bad link in go1.9 release notes
2017-08-03 Dmitry Savintsevdoc/1.9: fix stray html in CL 53030
2017-08-03 Axel Wagnerencoding/binary: add examples for varint functions
2017-08-03 Dmitry Savintsevdoc/1.9: add CL 36696 for crypto/x509 to the release...
2017-08-03 Andrew Bonventredoc: hide blog content for golang.google.cn
2017-08-03 Ian Lance Taylorinternal/poll: don't add non-sockets to runtime poller
2017-08-03 Ian Lance Taylorcmd/vet: don't exit with failure on type checking error
2017-08-02 Andrew Bonventredoc: hide video and share if being served from CN
2017-08-02 Ian Lance Taylortestsanitizers: check that tsan program runs, skip...
2017-08-02 Alberto Donizettitime: skip ZoneAbbr test in timezones with no abbreviation
2017-08-02 Seiji Takahashicmd/go: show examples with empty output in go test...
2017-08-02 Cherry Zhangcmd/compile: set/unset base register for better assembl...
2017-07-31 Austin Clementsruntime: map bitmap and spans during heap initialization
2017-07-31 Austin Clementsruntime: fall back to small mmaps if we fail to grow...
2017-07-30 Gustav Westling.github: add .md extension to SUPPORT file
2017-07-28 Ian Lance Taylorplugin: mention that there are known bugs with plugins
2017-07-27 Heschi Kreinick[dev.debug] cmd/compile: better DWARF with optimizations on
2017-07-27 Brad Fitzpatrickcmd/dist: skip moved GOROOT on Go's Windows builders...
next