]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-09-20 Ilya Tocarruntime: make nextFreeFast inlinable
2017-09-20 Michael Mundaycmd/compile: fix large global variables in -linkshared...
2017-09-20 Matthew Dempskycmd/compile: change liveness-related functions into...
2017-09-20 Matthew Dempskycmd/compile: refactor onebitwalktype1
2017-09-20 Matthew Dempskycmd/compile/internal/syntax: fix source buffer refilling
2017-09-20 Matthew Dempskycmd/compile/internal/types: simplify dclstack
2017-09-20 Kunpei Sakainet/http: net/http: doc that prefer "must" over "should"
2017-09-20 Michael Mundaycmd/compile: stop rematerializable ops from clobbering...
2017-09-20 Matthew Dempskycmd/compile: remove {Mark,Pop}dcl calls in bimport
2017-09-20 Albert Nigmatzianovio: Add benchmarks for CopyN
2017-09-20 Albert Nigmatzianovio: Improve performance of CopyN
2017-09-20 Gabriel Aszalosbytes: improve test readability
2017-09-20 Marvin Stengercmd/dist: rename variables + functions
2017-09-20 Gabriel Aszalosbytes: correct message in test log
2017-09-20 Michael Mundaycmd/compile: add s390x intrinsics for Ceil, Floor,...
2017-09-20 Rajath Agasthyafmt: Implement pp.WriteString method
2017-09-20 Hiroshi Iokaall: correct location of go tool
2017-09-20 Marvin Stengercmd/dist: use bytes.Buffer for code generation
2017-09-20 Hiroshi Iokacmd/nm: add test case for go archives
2017-09-20 Samuel Tanhtml/template: prevent aliasing of parse Trees via...
2017-09-20 Marvin Stengercmd/dist: simplify code segments
2017-09-20 Sam Whitedcmd/vet: don't warn on expected space in XML tag
2017-09-19 Hiroshi Iokainternal/testenv: take testing.TB instead of *testing...
2017-09-19 Keith Randallcmd/compile: remove Symbol wrappers from Aux fields
2017-09-19 Cherry Zhangreflect: fix pointer past-the-end in Call with zero...
2017-09-19 hagen1778log: fix data race on log.Output
2017-09-19 Matthew Dempskycmd/compile: fix stack frame info for calls in receiver...
2017-09-19 Bryan C. Millscmd/cgo: use a named type to indicate syntactic context
2017-09-19 Matthew Dempskycmd/compile: cleanup toolstash pacifier from OXFALL...
2017-09-19 Matthew Dempskycmd/compile: eliminate OXFALL
2017-09-19 Hiroshi Iokacmd/dist: test: use existing globals rather than enviro...
2017-09-19 griesemerspec: state which predeclared types are defined or...
2017-09-19 Marcel van... unicode: allow version to be passed by env var
2017-09-19 Hiroshi Iokacmd/go: fix file leak in TestBuildmodePIE
2017-09-19 Gabriel Aszalosdoc: simplify Append example in "Effective Go"
2017-09-19 Tobias Klausercmd/compile: simplify range expression
2017-09-18 Matthew Dempskycmd/compile: fix compiler crash on recursive types
2017-09-18 Samuel Tanhtml/template: explain URL filtering
2017-09-18 griesemergo/types, constant: remove superfluous import comment
2017-09-18 Gabriel Aszalosbytes: removed unnecessary slicing on copy
2017-09-18 Joe Tsaiarchive/tar: add Reader.WriteTo and Writer.ReadFrom
2017-09-18 Damien Lespiaucmd/internal/obj/x86: add ADDSUBPS/PD
2017-09-17 Daniel Martícmd/compile: remove some redundant types in decls
2017-09-17 Andrzej Żeżelbytes: add example for Len function of Reader
2017-09-16 Giovanni Bajoruntime: improve fastrand with a better generator
2017-09-16 Michael Mundaycmd/compile: test constant folded integer to/from float...
2017-09-15 Ben Shicmd/compile: optimize ARM code with MULAF/MULSF/MULAD...
2017-09-15 isharipocmd/internal/obj: change Prog.From3 to RestArgs ([...
2017-09-15 Alessandro... cmd/compile: fix lexical block of captured variables
2017-09-15 Emmanuel Odekeruntime: return deltimer early if timer.timersBucket...
2017-09-15 Matthew Dempskycmd/internal/objabi: remove unused flag funcs
2017-09-15 Matthew Dempskycmd/link: replace unrolled Cput loops with Cwrite/Cwrit...
2017-09-15 Ian Lance Taylorruntime: change lockedg/lockedm to guintptr/muintptr
2017-09-15 David Crawshawcmd/compile: replace GOROOT in //line directives
2017-09-15 Todd Nealcmd/compile: fix typo in floating point rule
2017-09-15 Kunpei Sakaiall: fix article typos
2017-09-15 Emmanuel Odekecmd/go: correctly report that -msan needs CGO_ENABLED=1
2017-09-14 Michael Mundaycmd/compile: improve floating point constant propagation
2017-09-14 Lynn Bogercmd/compile,math: improve int<->float conversions on...
2017-09-14 Daniel Martícmd/compile: expand inlining test to multiple pkgs
2017-09-14 zhongtao.chencmd/compile: limit the number of simultaneously opened...
2017-09-14 Ian Lance Taylormisc/cgo/errors: don't pass -C to compiler
2017-09-14 Burak Guvenmath/rand: fix comment for Shuffle
2017-09-14 Bryan C. Millsmisc/cgo/errors: test that the Go rune type is not...
2017-09-14 Bryan C. Millsmisc/cgo/errors: fix erroneous regexp detection
2017-09-13 Ian Lance Tayloros: avoid crashing with a thundering herd in TestPipeTh...
2017-09-13 Matthew Dempskycmd/compile: simplify exporting ONAME nodes
2017-09-13 Tobias Klauserarchive/tar: populate Devmajor and Devminor in FileInfo...
2017-09-13 Matthew Dempskycmd/compile: simplify exporting OTYPE nodes
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
next