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 |
2016-04-15 |
Martin Möhrmann | image/color: order color computation to match rgb |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | all: remove unnecessary type conversions |
commit | commitdiff | tree |
2016-04-15 |
Nigel Tao | compress/flate: fix a fmt.Fprintf style nit in a test. |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | cmd/internal/obj, cmd/link: random style cleanups |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | cmd: remove unnecessary type conversions |
commit | commitdiff | tree |
2016-04-15 |
Matthew Dempsky | cmd/internal/sys: cleanup documentation |
commit | commitdiff | tree |
2016-04-15 |
Mikio Hara | net: cache IPv6 zone information for applications using... |
commit | commitdiff | tree |
2016-04-15 |
Mikio Hara | net: relax TestInterfaces and TestInterfaceAddrs for... |
commit | commitdiff | tree |
2016-04-15 |
Todd Neal | cmd/compile: speed up dom checking in cse |
commit | commitdiff | tree |
2016-04-14 |
Joe Tsai | compress/gzip: fix Reader to properly check FHCRC |
commit | commitdiff | tree |
2016-04-14 |
Andrew Gerrand | doc: add classes to version tags in source install... |
commit | commitdiff | tree |
2016-04-14 |
Robert Griesemer | cmd/compile: first cut at exporting position info |
commit | commitdiff | tree |
2016-04-14 |
Keith Randall | cmd/compile: fix register size for ODOTPTR result |
commit | commitdiff | tree |
2016-04-14 |
Austin Clements | sync/atomic: don't atomically write pointers twice |
commit | commitdiff | tree |
2016-04-14 |
Austin Clements | runtime: make sync_atomic_SwapPointer signature match... |
commit | commitdiff | tree |
2016-04-14 |
Keith Randall | runtime/internal/sys: better fallback algorithms for... |
commit | commitdiff | tree |
2016-04-14 |
Michael Hudson... | cmd/go: deduplicate gccgo afiles by package path, not... |
commit | commitdiff | tree |
2016-04-14 |
Michael Hudson... | cmd/go: fix "#cgo pkg-config:" comments with gccgo |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | crypto/aes: fix vet warnings in gcm_amd64.s |
commit | commitdiff | tree |
2016-04-14 |
Ian Lance Taylor | doc: GCC 6 will have the Go 1.6.1 user libraries |
commit | commitdiff | tree |
2016-04-14 |
David Crawshaw | cmd/compile: use type. prefix on importpath symbol |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | cmd/compile: clear hidden value at end of channel range... |
commit | commitdiff | tree |
2016-04-14 |
Michael Munday | test: use correct value in error message in init1.go |
commit | commitdiff | tree |
2016-04-14 |
Jeremy Jackins | runtime: find a home for orphaned comments |
commit | commitdiff | tree |
2016-04-14 |
Michael Munday | crypto/cipher: enable fastXORBytes on s390x |
commit | commitdiff | tree |
2016-04-14 |
David Chase | cmd/compile: fix use of original spill name after sinking |
commit | commitdiff | tree |
2016-04-14 |
Alan Donovan | go/types: record CallExpr result type even if argument... |
commit | commitdiff | tree |
2016-04-14 |
Josh Bleecher... | cmd/vet: teach asm checker about PEXTRD’s op size |
commit | commitdiff | tree |
next |