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 |
2016-04-18 |
David Crawshaw | cmd/link: shorter type symbol names |
commit | commitdiff | tree |
2016-04-18 |
Keith Randall | cmd/compile: logical operation identities |
commit | commitdiff | tree |
2016-04-18 |
David Crawshaw | cmd/link, cmd/compile: typelink sorting in linker |
commit | commitdiff | tree |
2016-04-18 |
David Crawshaw | reflect: test that method name offset is valid |
commit | commitdiff | tree |
2016-04-18 |
Josh Bleecher... | runtime: add benchmarks for in-place append |
commit | commitdiff | tree |
2016-04-18 |
Keith Randall | cmd/compile: eliminate copy for static literals |
commit | commitdiff | tree |
2016-04-18 |
Brad Fitzpatrick | net: fix plan9 after context change, propagate contexts... |
commit | commitdiff | tree |
2016-04-18 |
David Crawshaw | cmd/link: use gold when dynamic linking on arm64 |
commit | commitdiff | tree |
2016-04-18 |
Brad Fitzpatrick | net/http: document Hijacker and Flusher more |
commit | commitdiff | tree |
2016-04-18 |
Ian Lance Taylor | cmd/compile: a dot expression can not be a struct liter... |
commit | commitdiff | tree |
2016-04-18 |
David Crawshaw | cmd/compile, etc: use name offset in method tables |
commit | commitdiff | tree |
2016-04-18 |
David Crawshaw | cmd/link: use -znocopyreloc when dynamic linking |
commit | commitdiff | tree |
2016-04-18 |
Andrew Gerrand | cmd/go: mention that _test.go files are ignored when... |
commit | commitdiff | tree |
2016-04-18 |
Klaus Post | compress/flate: use uncompressed if dynamic encoding... |
commit | commitdiff | tree |
2016-04-18 |
David Symonds | doc: link to iant's generics proposal from the FAQ. |
commit | commitdiff | tree |
2016-04-17 |
Ian Lance Taylor | .gitignore: don't ignore y.output |
commit | commitdiff | tree |
2016-04-17 |
Emmanuel Odeke | fmt: remove extra space in doc for compound objects |
commit | commitdiff | tree |
2016-04-17 |
Martin Möhrmann | fmt: fix padding when precision is set for integer... |
commit | commitdiff | tree |
2016-04-17 |
Josh Bleecher... | crypto/x509: gofmt |
commit | commitdiff | tree |
2016-04-17 |
Josh Bleecher... | image/draw: remove some bounds checks from DrawYCbCr |
commit | commitdiff | tree |
2016-04-17 |
Josh Bleecher... | cmd/compile/internal/ssa: use Compare instead of Equal |
commit | commitdiff | tree |
2016-04-16 |
Brad Fitzpatrick | encoding/json: update docs to not use misuse the term... |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: scavenge memory on physical page-aligned bound... |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: check that sysUnused is always physical-page... |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: check kernel physical page size during init |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: remove empty 386 archauxv |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: common handling of _AT_RANDOM auxv |
commit | commitdiff | tree |
2016-04-16 |
Austin Clements | runtime: common auxv parser |
commit | commitdiff | tree |
2016-04-16 |
Emmanuel Odeke | net/http: normalize empty port in URL.Host's ":port" |
commit | commitdiff | tree |
2016-04-16 |
Brad Fitzpatrick | net/http: add Transport.Dialer, plumb RoundTrip context... |
commit | commitdiff | tree |
2016-04-16 |
David du Colombier | net: ignore lack of deadline support on Plan 9 |
commit | commitdiff | tree |
2016-04-15 |
Morten Siebuhr | net: fix looking up port numbers starting with numbers. |
commit | commitdiff | tree |
2016-04-15 |
Brad Fitzpatrick | net: context plumbing, add Dialer.DialContext |
commit | commitdiff | tree |
2016-04-15 |
Ian Lance Taylor | cmd/cgo: add missing formatting directive in error... |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | cmd/compile: remove dead flags |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | archive/tar: style nit: s/nano_buf/nanoBuf/ |
commit | commitdiff | tree |
2016-04-15 |
Mikio Hara | runtime: don't always unblock all signals on dragonfly... |
commit | commitdiff | tree |
2016-04-15 |
Martin Möhrmann | fmt: optimize struct layout and intbuf size |
commit | commitdiff | tree |
2016-04-15 |
Conrad Irwin | net/mail: allow utf-8 in ParseAddress |
commit | commitdiff | tree |
2016-04-15 |
Ilya Tocar | hash/adler32: Unroll loop for extra performance. |
commit | commitdiff | tree |
next |