]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-26 Russ Coxcmd/compile/internal/gc: rewrite comment to avoid autom...
2016-04-26 Keith Randallcmd/compile: more sanity checks on rewrite rules
2016-04-26 Michael Mundaycrypto/sha512: add s390x assembly implementation
2016-04-26 Matthew Dempskynet: ignore lame referral responses like libresolv
2016-04-26 David Crawshawcmd/link: correctly decode name length
2016-04-26 David Chasecmd/compile: fix another bug in dominator computation
2016-04-26 Ilya Tocarstrings: use SSE4.2 in strings.Index on AMD64
2016-04-25 Robert Griesemercmd/compile: sort import strings for canonical obj...
2016-04-25 Keith Randallruntime: arm5, fix large-offset floating-point stores
2016-04-25 Robert Griesemercmd/compile: for now, keep parameter numbering in binar...
2016-04-25 Matthew Dempskycmd/compile: treat empty and absent struct field tags...
2016-04-25 Keith Randallruntime: zero tmpbuf between len and cap
2016-04-25 Alexandru Moșoicmd/compile: introduce bool operations.
2016-04-25 Robert Griesemerspec: be more explicit about equivalence of empty strin...
2016-04-25 Josh Bleecher... test: add test for issue 15084
2016-04-25 Josh Bleecher... cmd/compile: encapsulate OSLICE* representation
2016-04-25 Russ Coxcmd/go: disable failing TestGoGetInsecure
2016-04-25 Alex Brainmandebug/pe: better error messages
2016-04-25 Josh Bleecher... cmd/compile: minor cleanup in inl
2016-04-25 Josh Bleecher... cmd/compile: replace len(Nodes.Slice()) with Nodes...
2016-04-24 Josh Bleecher... test: add test that required algs get generated
2016-04-24 Josh Bleecher... cmd/compile: use gc.Etype's String method
2016-04-24 Josh Bleecher... cmd/compile: give gc.Op a String method, use it
2016-04-24 Josh Bleecher... cmd/compile: don't generate algs for map buckets
2016-04-24 Josh Bleecher... cmd/compile: don't generate algs for ... args
2016-04-24 Keith Randallcmd/compile: reorder how slicelit initializes a slice
2016-04-24 Dmitry Vyukovinternal/trace: fix event ordering for coarse timestamps
2016-04-24 Dmitry Vyukovruntime/trace: test detection of broken timestamps
2016-04-24 Alex Brainmandebug/pe: introduce File.COFFSymbols and (*COFFSymbol...
2016-04-23 Brad Fitzpatrickcmd/link: add -dumpdep flag to dump linker dependency...
2016-04-23 Keith Randallcmd/compile: get rid of most byte and word insns for...
2016-04-23 Keith Randallcmd/compile: combine stores into larger widths
2016-04-23 Dmitry Vyukovruntime: use per-goroutine sequence numbers in tracer
2016-04-23 Francesc Campoydoc: mention security from contribution guidelines
2016-04-22 Matthew Dempskycmd/compile: remove redundant "// fallthrough" comments
2016-04-22 Robert Griesemercmd/compile: don't export pos info in new export format...
2016-04-22 Brad Fitzpatrickapi: update next.txt
2016-04-22 Brad Fitzpatrickcmd/api: ignore vendored packages
2016-04-22 Matthew Dempskynet: keep waiting for valid DNS response until timeout
2016-04-22 Mohit Agarwalnet/url: validate ports in IPv4 addresses
2016-04-22 Caleb Spareencoding/json: add Encoder.DisableHTMLEscaping
2016-04-22 Matthew Dempskycmd/compile: replace Ctype switches with type switches
2016-04-22 Dmitry Vyukovruntime: fix description of trace events
2016-04-22 Matthew Dempskycmd/compile: map TSLICE to obj.KindSlice directly
2016-04-22 Ian Lance Taylorcmd/dist: skip misc/cgo/test with internal linking...
2016-04-22 Dmitry Vyukovcmd/trace: generate new pprof profiles
2016-04-22 David Chasecmd/compile: in a Tarjan algorithm, DFS should really...
2016-04-22 Michael Mundaycrypto/aes: use asm for BenchmarkExpand on amd64
2016-04-22 Chris Zouhash/crc32: use vector instructions on s390x
2016-04-22 Alexandru Moșoicmd/compile: reenable phielim during rewrite
2016-04-22 Alexandru Moșoicmd/compile: convert some Phis into And8.
2016-04-22 Keith Randallcmd/compile: don't nilcheck newobject and return values...
2016-04-22 Ian Lance Taylorruntime/cgo: use normal libinit on PPC GNU/Linux
2016-04-22 David Crawshawcmd/compile, etc: use nameOff in uncommonType
2016-04-22 David Crawshawcmd/compile, etc: use nameOff for rtype string
2016-04-22 David Crawshawcmd/link: do not align type name data
2016-04-22 Michael Mundaycrypto/sha1: add s390x assembly implementation
2016-04-22 Andrew Gerrandhtml/template, text/template: clarify Parse{Files,Glob...
2016-04-22 Andrew Gerrandcmd/go: write test file to temporary directory
2016-04-22 Rob Pikeencoding/gob: document compatibility
2016-04-21 Robert Griesemerflag: update test case (fix build)
2016-04-21 Michael Hudson... cmd/link: convert Link.Filesyms into a slice
2016-04-21 Michael Hudson... cmd/link: fix Codeblk printing when -a to use Textp...
2016-04-21 Rob Pikedoc/go1.7.txt: 0s for zero duration, go doc groups...
2016-04-21 Rob Piketime: print zero duration as 0s, not 0
2016-04-21 Rob Pikecmd/doc: group constructors with type in package presen...
2016-04-21 Keith Randallcmd/compile: Use pre-regalloc value ID in lateSpillUse
2016-04-21 Matthew Dempskycmd/compile: split TSLICE into separate Type kind
2016-04-21 Robert Griesemerspec: fix incorrect comment in shift example
2016-04-21 Austin Clementsruntime: eliminate floating garbage estimate
2016-04-21 Austin Clementsruntime: allocate black during GC
2016-04-21 Austin Clementsruntime: simplify/optimize allocate-black a bit
2016-04-21 Austin Clementsruntime: count black allocations toward scan work
2016-04-21 Marcel van... testing: add matching of subtest
2016-04-21 Keith Randallcmd/compile: handle mem copies in amd64 backend
2016-04-21 Cherry Zhangcmd/compile/internal/gc: fix return value offset for...
2016-04-21 Cherry Zhangcmd/compile/internal/arm: fix comparison & conditional...
2016-04-21 David Crawshawcmd/link: convert textp into a slice
2016-04-21 David Crawshawcmd/link: calculate section alignment concurrently
2016-04-21 Alex Brainmandebug/pe: introduce Section.Relocs
2016-04-21 Keith Randallcmd/compile: fix ssa/check/on build
2016-04-21 Martin Möhrmannruntime: use type int to specify size for newarray
2016-04-21 Keith Randallcmd/compile: fix dominator check in check()
2016-04-21 David Crawshawcmd/link: fix reordering of plt/rel
2016-04-21 Alex Brainmandebug/pe: update cstring documentation
2016-04-21 Alex Brainmandebug/pe: pretty section.go code
2016-04-21 Tal Shprechercmd/compile: reject embedded unsafe.Pointer values
2016-04-21 Robert Griesemercmd/compile: accept old and new import format for built...
2016-04-20 David Crawshawcmd/link: process data symbols with slices
2016-04-20 David Crawshawcmd/link: cleanup Datablk debug printing
2016-04-20 Lynn Bogercrypto/md5: add assembly implementation on ppc64le
2016-04-20 Robert Griesemermath/big: more tests, documentation for Flot gob marsha...
2016-04-20 Keith Randallcmd/compile: change the way we handle large map values
2016-04-20 Rob Pikedoc/faq: reword the link to the generics proposal
2016-04-20 David Crawshawcmd/link: move ppc64 genplt declarations into loop
2016-04-20 David Crawshawcmd/link: move pcln declarations into loops
2016-04-20 David Crawshawcmd/link: move declarations into loops
2016-04-20 OneOfOnemath/big: implement GobDecode/Encode for big.Float
2016-04-20 David Crawshawtest: print output on link -X failure
2016-04-20 Michael Mundaycrypto/aes: add s390x assembly implementation
next