]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-09-13 Daniel Martícmd/compile: add TestIntendedInlining from runtime
2017-09-13 Bryan C. Millsmisc/cgo/errors: port test.bash to Go
2017-09-13 Sam Whitedencoding/xml: add decode wrapper
2017-09-13 Tyler Bui-Palsulichcontainer/heap: call t.Helper() in verify()
2017-09-13 Daniel Martítext/template: check ignored error in a test
2017-09-13 Michael Mundaydoc: mention s390x in environment section of install...
2017-09-13 Martin Möhrmannruntime: refactor hmap.extra.overflow array into two...
2017-09-13 Martin Möhrmannruntime: move evacuateX evacuateY relation check from...
2017-09-13 Wei Xiaocmd/vet: fix go vet on parentheses of assembly function...
2017-09-13 Bryan C. Millsmisc/cgo/test: set the traceback level instead of faili...
2017-09-12 Ilya Tocarunicode: speed-up is16/is32
2017-09-12 Ilya Tocarunicode/utf8: make FullRune inlinable
2017-09-12 Daniel Martícmd/compile: remove redundant switch label
2017-09-12 tbunykencoding/json: update documentation for MarshalIndent
2017-09-12 Ilya Tocarcrypto: simplify amd64 asm for sha{1,256,512} a bit
2017-09-12 Tobias Klauserdoc: unify colons and spacing in diagnostics guide
2017-09-12 Aliaksandr... runtime: optimize siftupTimer and siftdownTimer a bit
2017-09-12 Michael Matloobruntime: in cpuProfile.addExtra, set p.lostExtra to...
2017-09-12 Aliaksandr... runtime: improve timers scalability on multi-CPU systems
2017-09-12 Daniel Martígo/*: use sort.Slice to simplify some code
2017-09-12 Daniel Martíall: remove strings.Contains check around Replace
2017-09-12 Martin Möhrmanncmd/compile: improve single blank variable handling...
2017-09-11 Luan Santosnet/http: allow reuse of http.Request objects
2017-09-11 Bryan C. Millsexpvar: make (*Map).Init clear existing keys
2017-09-11 Lynn Bogercmd/link: enable -buildmode=plugin for ppc64le
2017-09-11 Ilya Tocarcrypto/sha1: speed up sha1 for very small blocks
2017-09-11 Daniel Martícmd/compile: simplify a few early var declarations
2017-09-11 Lynn Bogercmd/compile, math/bits: add rotate rules to PPC64.rules
2017-09-11 Joe Tsaicmd/go: fix regexp
2017-09-11 Adam Langleycrypto/elliptic: fix incomplete addition used in Combin...
2017-09-11 Alan Donovancmd/vet: print: permit '#' flag in %e, %f, and %g
2017-09-11 Lynn Bogercmd/compile: request r12 for indirect calls on ppc64le
2017-09-11 Michael Mundaycrypto/elliptic: temporarily disable s390x assembly
2017-09-11 Andrew Bonventredoc: hide content blocked by GFW when served in CN
2017-09-11 Ben Shicmd/internal/obj/arm: support more ARM VFP instructions
2017-09-11 Ben Shicmd/compile: optimize ARM code with NMULF/NMULD
2017-09-11 Alex Brainmanmisc/cgo/testcshared: actually run test executable...
2017-09-11 Jaana Burcu... doc: fix typo in the diagnostics guide
2017-09-11 Alex Brainmanmisc/cgo/testcshared: simlpify cshared_test.go
2017-09-11 Anthony Sottilecmd/cgo: treat simple C typedefs as go aliases
2017-09-11 Ian Lance Taylortest: add test case that gccgo crashed on
2017-09-11 Martin Möhrmanncmd/compile: preserve escape information for map literals
2017-09-11 Martin Möhrmanninternal/cpu: add support for x86 FMA cpu feature detection
2017-09-11 Hiroshi Iokacmd/link: don't generate runtime.text twice for buildmo...
2017-09-10 Alex Brainmanmisc/cgo/testcshared: run tests in parallel
2017-09-10 Hiroshi Iokacmd/link: remove windows-specific kludges from Adddynrel
2017-09-10 Hiroshi Iokasyscall: fix TestCloneNEWUSERAndRemapRootEnableSetgroup...
2017-09-10 David Crawshawmisc/cgo/testplugin: pass GO_GCFLAGS
2017-09-10 Hiroshi Iokacmd/go, cmd/link, cmd/dist: re-enable plugin mode on...
2017-09-10 Hiroshi Iokacmd/internal/goobj: parse native objects in the archive
2017-09-10 Hiroshi Iokacmd/go: check compiler flags per compilers in gccSuppor...
2017-09-10 Hiroshi Iokacmd/internal/goobj: skip tests on some $GOOS/arm
2017-09-10 Will Faughtlog: move Ldate doc to general declaration
2017-09-10 Alex Brainmanmisc/cgo/testcshared: use TestMain
2017-09-09 Adrian Heskethtime: add a number of new examples
2017-09-09 Adam Langleycrypto/x509: store names in signatureAlgorithmDetails.
2017-09-09 Adam Langleycrypto/x509: get hash information from signatureAlgorit...
2017-09-09 EKRcrypto/tls: fix clientHelloMsg fuzzer not to generate...
2017-09-09 Filippo Valsordacrypto/tls: fix and expand TestVerifyPeerCertificate...
2017-09-09 David Crawshawcmd/go: put computed GOROOT in built binaries
2017-09-09 Michael Mundaymath: fix Abs, Copysign and Signbit benchmarks
2017-09-09 David Crawshawruntime, plugin: error not throw on duplicate open
2017-09-09 David Crawshawcmd/go: add source file contents to plugin hash
2017-09-09 Matthew Dempskycmd/pack: fix export data truncation bug
2017-09-09 Than McIntoshtest: add test that caused gccgo incorrect compilation
2017-09-09 Juan Carlostime: change wording in duration hours example
2017-09-09 Marvin Stengercmd/dist: move functions for the better
2017-09-09 Marvin Stengercmd/dist: remove trivial variables + functions
2017-09-09 Marvin Stengercmd/dist: use standard generated code header
2017-09-09 Marvin Stengercmd/dist: unleash bootstrap optimization for windows
2017-09-09 Marvin Stengercmd/dist: restore behavior of branchtag
2017-09-09 Marvin Stengercmd/dist: apply minor fixes
2017-09-09 Hiroshi Iokacmd/link: extract windows-specific code from dynrelocsym
2017-09-09 Elbert Fliektime: add an example to the NewTicker function
2017-09-08 Matthew Dempskycmd/compile: slightly more idiomatic println code
2017-09-08 Sylvain Zimmerregexp: Remove duplicated function wordRune()
2017-09-08 Ian Lance Taylormath/rand: change http to https in comment
2017-09-08 Jaana Burcu... doc: add a diagnostics guide
2017-09-08 Keith Randallcmd/compile: fix println()
2017-09-08 Hiroshi Iokacmd/internal/goobj: add tests
2017-09-08 Michael Mundaycmd/compile: propagate constants through math.Float...
2017-09-08 Hiroshi Iokacmd/go: don't write file if -n option is given
2017-09-08 Davor Kapsadatabase/sql: fix Conn's doc typo
2017-09-08 Josh Bleecher... math/rand: make Perm match Shuffle
2017-09-08 Josh Bleecher... math/rand: add Shuffle
2017-09-08 Cholerae Hutime: don't match '---' month in time.Parse
2017-09-08 Mayank Kumarpath: add path.Dir example with trailing slash
2017-09-08 Kunpei Sakainet/http: make ServeMux preserve query string during...
2017-09-07 isharipocmd/asm: restrict x86 shift ops to 8bit args
2017-09-07 Daniel Martítext/template: fix pos info when trimming newlines
2017-09-07 Daniel Martícmd/vet: remove two unused parameters and simplify
2017-09-07 Martin Möhrmannruntime: avoid extra tophash check in mapassign when...
2017-09-07 Heschi Kreinickcmd/compile: revert "more compact representation of...
2017-09-06 Hana Kimdoc: update DWARF version
2017-09-06 Matthew Dempskycmd/compile: simplify exporting universal 'error' type
2017-09-06 Daniel Martítesting: use time.Since instead of time.Now().Sub
2017-09-06 Agniva De Sarkercmd/internal/obj/x86: add some more AVX2 instructions
2017-09-06 Alessandro... cmd/compile: more compact DWARF location for locals...
2017-09-06 Alessandro... cmd/compile: more compact representation of DW_AT_high_pc
2017-09-06 isharipocmd/asm: add most SSE4 missing instructions
next