2016-04-23 |
Keith Randall | cmd/compile: get rid of most byte and word insns for... |
commit | commitdiff | tree |
2016-04-23 |
Keith Randall | cmd/compile: combine stores into larger widths |
commit | commitdiff | tree |
2016-04-23 |
Dmitry Vyukov | runtime: use per-goroutine sequence numbers in tracer |
commit | commitdiff | tree |
2016-04-23 |
Francesc Campoy | doc: mention security from contribution guidelines |
commit | commitdiff | tree |
2016-04-22 |
Matthew Dempsky | cmd/compile: remove redundant "// fallthrough" comments |
commit | commitdiff | tree |
2016-04-22 |
Robert Griesemer | cmd/compile: don't export pos info in new export format... |
commit | commitdiff | tree |
2016-04-22 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2016-04-22 |
Brad Fitzpatrick | cmd/api: ignore vendored packages |
commit | commitdiff | tree |
2016-04-22 |
Matthew Dempsky | net: keep waiting for valid DNS response until timeout |
commit | commitdiff | tree |
2016-04-22 |
Mohit Agarwal | net/url: validate ports in IPv4 addresses |
commit | commitdiff | tree |
2016-04-22 |
Caleb Spare | encoding/json: add Encoder.DisableHTMLEscaping |
commit | commitdiff | tree |
2016-04-22 |
Matthew Dempsky | cmd/compile: replace Ctype switches with type switches |
commit | commitdiff | tree |
2016-04-22 |
Dmitry Vyukov | runtime: fix description of trace events |
commit | commitdiff | tree |
2016-04-22 |
Matthew Dempsky | cmd/compile: map TSLICE to obj.KindSlice directly |
commit | commitdiff | tree |
2016-04-22 |
Ian Lance Taylor | cmd/dist: skip misc/cgo/test with internal linking... |
commit | commitdiff | tree |
2016-04-22 |
Dmitry Vyukov | cmd/trace: generate new pprof profiles |
commit | commitdiff | tree |
2016-04-22 |
David Chase | cmd/compile: in a Tarjan algorithm, DFS should really... |
commit | commitdiff | tree |
2016-04-22 |
Michael Munday | crypto/aes: use asm for BenchmarkExpand on amd64 |
commit | commitdiff | tree |
2016-04-22 |
Chris Zou | hash/crc32: use vector instructions on s390x |
commit | commitdiff | tree |
2016-04-22 |
Alexandru Moșoi | cmd/compile: reenable phielim during rewrite |
commit | commitdiff | tree |
2016-04-22 |
Alexandru Moșoi | cmd/compile: convert some Phis into And8. |
commit | commitdiff | tree |
2016-04-22 |
Keith Randall | cmd/compile: don't nilcheck newobject and return values... |
commit | commitdiff | tree |
2016-04-22 |
Ian Lance Taylor | runtime/cgo: use normal libinit on PPC GNU/Linux |
commit | commitdiff | tree |
2016-04-22 |
David Crawshaw | cmd/compile, etc: use nameOff in uncommonType |
commit | commitdiff | tree |
2016-04-22 |
David Crawshaw | cmd/compile, etc: use nameOff for rtype string |
commit | commitdiff | tree |
2016-04-22 |
David Crawshaw | cmd/link: do not align type name data |
commit | commitdiff | tree |
2016-04-22 |
Michael Munday | crypto/sha1: add s390x assembly implementation |
commit | commitdiff | tree |
2016-04-22 |
Andrew Gerrand | html/template, text/template: clarify Parse{Files,Glob... |
commit | commitdiff | tree |
2016-04-22 |
Andrew Gerrand | cmd/go: write test file to temporary directory |
commit | commitdiff | tree |
2016-04-22 |
Rob Pike | encoding/gob: document compatibility |
commit | commitdiff | tree |
2016-04-21 |
Robert Griesemer | flag: update test case (fix build) |
commit | commitdiff | tree |
2016-04-21 |
Michael Hudson... | cmd/link: convert Link.Filesyms into a slice |
commit | commitdiff | tree |
2016-04-21 |
Michael Hudson... | cmd/link: fix Codeblk printing when -a to use Textp... |
commit | commitdiff | tree |
2016-04-21 |
Rob Pike | doc/go1.7.txt: 0s for zero duration, go doc groups... |
commit | commitdiff | tree |
2016-04-21 |
Rob Pike | time: print zero duration as 0s, not 0 |
commit | commitdiff | tree |
2016-04-21 |
Rob Pike | cmd/doc: group constructors with type in package presen... |
commit | commitdiff | tree |
2016-04-21 |
Keith Randall | cmd/compile: Use pre-regalloc value ID in lateSpillUse |
commit | commitdiff | tree |
2016-04-21 |
Matthew Dempsky | cmd/compile: split TSLICE into separate Type kind |
commit | commitdiff | tree |
2016-04-21 |
Robert Griesemer | spec: fix incorrect comment in shift example |
commit | commitdiff | tree |
2016-04-21 |
Austin Clements | runtime: eliminate floating garbage estimate |
commit | commitdiff | tree |
2016-04-21 |
Austin Clements | runtime: allocate black during GC |
commit | commitdiff | tree |
2016-04-21 |
Austin Clements | runtime: simplify/optimize allocate-black a bit |
commit | commitdiff | tree |
2016-04-21 |
Austin Clements | runtime: count black allocations toward scan work |
commit | commitdiff | tree |
2016-04-21 |
Marcel van... | testing: add matching of subtest |
commit | commitdiff | tree |
2016-04-21 |
Keith Randall | cmd/compile: handle mem copies in amd64 backend |
commit | commitdiff | tree |
2016-04-21 |
Cherry Zhang | cmd/compile/internal/gc: fix return value offset for... |
commit | commitdiff | tree |
2016-04-21 |
Cherry Zhang | cmd/compile/internal/arm: fix comparison & conditional... |
commit | commitdiff | tree |
2016-04-21 |
David Crawshaw | cmd/link: convert textp into a slice |
commit | commitdiff | tree |
2016-04-21 |
David Crawshaw | cmd/link: calculate section alignment concurrently |
commit | commitdiff | tree |
2016-04-21 |
Alex Brainman | debug/pe: introduce Section.Relocs |
commit | commitdiff | tree |
2016-04-21 |
Keith Randall | cmd/compile: fix ssa/check/on build |
commit | commitdiff | tree |
2016-04-21 |
Martin Möhrmann | runtime: use type int to specify size for newarray |
commit | commitdiff | tree |
2016-04-21 |
Keith Randall | cmd/compile: fix dominator check in check() |
commit | commitdiff | tree |
2016-04-21 |
David Crawshaw | cmd/link: fix reordering of plt/rel |
commit | commitdiff | tree |
2016-04-21 |
Alex Brainman | debug/pe: update cstring documentation |
commit | commitdiff | tree |
2016-04-21 |
Alex Brainman | debug/pe: pretty section.go code |
commit | commitdiff | tree |
2016-04-21 |
Tal Shprecher | cmd/compile: reject embedded unsafe.Pointer values |
commit | commitdiff | tree |
2016-04-21 |
Robert Griesemer | cmd/compile: accept old and new import format for built... |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | cmd/link: process data symbols with slices |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | cmd/link: cleanup Datablk debug printing |
commit | commitdiff | tree |
2016-04-20 |
Lynn Boger | crypto/md5: add assembly implementation on ppc64le |
commit | commitdiff | tree |
2016-04-20 |
Robert Griesemer | math/big: more tests, documentation for Flot gob marsha... |
commit | commitdiff | tree |
2016-04-20 |
Keith Randall | cmd/compile: change the way we handle large map values |
commit | commitdiff | tree |
2016-04-20 |
Rob Pike | doc/faq: reword the link to the generics proposal |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | cmd/link: move ppc64 genplt declarations into loop |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | cmd/link: move pcln declarations into loops |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | cmd/link: move declarations into loops |
commit | commitdiff | tree |
2016-04-20 |
OneOfOne | math/big: implement GobDecode/Encode for big.Float |
commit | commitdiff | tree |
2016-04-20 |
David Crawshaw | test: print output on link -X failure |
commit | commitdiff | tree |
2016-04-20 |
Michael Munday | crypto/aes: add s390x assembly implementation |
commit | commitdiff | tree |
2016-04-20 |
Keith Randall | cmd/compile: forward-looking desired register biasing |
commit | commitdiff | tree |
2016-04-20 |
Jamil Djadala | container/heap: correct number of elements in BenchmarkDup |
commit | commitdiff | tree |
2016-04-20 |
Keith Randall | runtime: simplify mallocgc flag argument |
commit | commitdiff | tree |
2016-04-20 |
Alex Brainman | debug/pe: move some code into section.go and symbol.go |
commit | commitdiff | tree |
2016-04-20 |
Alex Brainman | debug/pe: introduce StringTable type |
commit | commitdiff | tree |
2016-04-20 |
Alex Brainman | debug/pe: add some documentation and TODO |
commit | commitdiff | tree |
2016-04-20 |
Keith Randall | cmd/compile,runtime: pass elem type to {make,grow}slice |
commit | commitdiff | tree |
2016-04-20 |
Josh Bleecher... | runtime: call mallocgc directly from makeslice and... |
commit | commitdiff | tree |
2016-04-19 |
Andrew Gerrand | doc: document go1.6.2 |
commit | commitdiff | tree |
2016-04-19 |
Matthew Dempsky | cmd/compile/internal/gc: simplify typecheck's Efoo... |
commit | commitdiff | tree |
2016-04-19 |
Julia Hansbrough | runtime: updated SIGSYS to cause a panic + stacktrace |
commit | commitdiff | tree |
2016-04-19 |
Robert Griesemer | strconv: fix ParseFloat for special forms of zero values |
commit | commitdiff | tree |
2016-04-19 |
Brad Fitzpatrick | crypto/x509: fix copy/paste-o in error message |
commit | commitdiff | tree |
2016-04-19 |
Keith Randall | cmd/compile: convT2{I,E} don't handle direct interfaces |
commit | commitdiff | tree |
2016-04-19 |
Alexandru Moșoi | cmd/compile: transform some Phis into Or8. |
commit | commitdiff | tree |
2016-04-19 |
Robert Griesemer | go/types: trailing semis are ok after valid fallthrough |
commit | commitdiff | tree |
2016-04-19 |
Josh Bleecher... | runtime: add maxSliceCap |
commit | commitdiff | tree |
2016-04-19 |
Josh Bleecher... | cmd/compile: static composite literals are side-effect... |
commit | commitdiff | tree |
2016-04-19 |
Josh Bleecher... | cmd/compile: fix isStaticCompositeLiteral |
commit | commitdiff | tree |
2016-04-19 |
Robert Griesemer | go/types: accept trailing empty stmts in terminating... |
commit | commitdiff | tree |
2016-04-19 |
Michael Munday | crypto/aes: de-couple asm and go implementations |
commit | commitdiff | tree |
2016-04-19 |
Josh Bleecher... | cmd/compile: re-enable in-place append optimization |
commit | commitdiff | tree |
2016-04-19 |
Robert Griesemer | spec: refine rules about terminating statements |
commit | commitdiff | tree |
2016-04-19 |
Michael Munday | crypto/aes: delete TestEncryptBlock and TestDecryptBlock |
commit | commitdiff | tree |
2016-04-19 |
Mikio Hara | net: add support for Zone of IPNet |
commit | commitdiff | tree |
2016-04-19 |
Alex Brainman | net: stop using GetHostByName and GetServByName |
commit | commitdiff | tree |
2016-04-19 |
David du Colombier | net: enable DualStack mode on Plan 9 |
commit | commitdiff | tree |
2016-04-19 |
David du Colombier | net: enable TestDialParallel, TestDialerFallbackDelay... |
commit | commitdiff | tree |
2016-04-18 |
Robert Griesemer | cmd/compile: fix internal consistency check with binary... |
commit | commitdiff | tree |
2016-04-18 |
David du Colombier | net: handle hangup in read on Plan 9 |
commit | commitdiff | tree |
next |