2016-04-01 |
Josh Bleecher... | cmd/compile: use Node.Int more |
commit | commitdiff | tree |
2016-04-01 |
Josh Bleecher... | cmd/compile: use NumElem instead of Type.Bound |
commit | commitdiff | tree |
2016-04-01 |
Matthew Dempsky | cmd/compile: cleanup algtype code |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | runtime/cgo: only build _cgo_callers if x_cgo_callers... |
commit | commitdiff | tree |
2016-04-01 |
Sebastien Binet | reflect: implement StructOf |
commit | commitdiff | tree |
2016-04-01 |
Shahar Kohanim | cmd/internal/obj: more idiomatic object writer |
commit | commitdiff | tree |
2016-04-01 |
Alexandru Moșoi | cmd/compile/internal/ssa: BCE for induction variables |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | runtime: support symbolic backtrace of C code in a... |
commit | commitdiff | tree |
2016-04-01 |
David Chase | cmd/compile: ignore OXXX nodes in closure captured... |
commit | commitdiff | tree |
2016-04-01 |
Dominik Honnef | all: use bytes.Equal, bytes.Contains and strings.Contains |
commit | commitdiff | tree |
2016-04-01 |
Dave Cheney | crypto/x509: fix build break on darwin/{arm,arm64} |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http/httputil: deprecate Client+ServerConn harder... |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: clean up the Client redirect code, document... |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | cmd/compile: s.f aliases itself |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http/httputil: make ReverseProxy return 502 Bad... |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: limit Transport's reading of response header... |
commit | commitdiff | tree |
2016-03-31 |
Alexandru Moșoi | cmd/compile: constant fold ANDs. |
commit | commitdiff | tree |
2016-03-31 |
Alexandru Moșoi | cmd/compile: combine SHLQ into loads and stores |
commit | commitdiff | tree |
2016-03-31 |
Christopher... | cmd/link: Replace fmt.Sprintf with filepath.Join |
commit | commitdiff | tree |
2016-03-31 |
Joe Tsai | compress/flate: make Reader.Read return io.EOF eagerly |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: better job of naming compound types |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | net/http, net/http/httputil: rename lk to mu |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: don't put SP in index slot |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: extend prove pass to handle constant compa... |
commit | commitdiff | tree |
2016-03-31 |
Ilya Tocar | hash/crc64: Add tests for ECMA polynomial |
commit | commitdiff | tree |
2016-03-31 |
Matthew Dempsky | cmd/compile: remove Node.Nointerface field |
commit | commitdiff | tree |
2016-03-31 |
Matthew Dempsky | cmd/compile: stop generating garbage when checking... |
commit | commitdiff | tree |
2016-03-31 |
Josh Bleecher... | cmd/compile: dump stack trace in Fatalf during development |
commit | commitdiff | tree |
2016-03-31 |
David Crawshaw | cmd/compile: include pkgPath on all struct types |
commit | commitdiff | tree |
2016-03-31 |
Josh Bleecher... | cmd/compile: add sliceBound |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: fix build |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: Add more idx1 load/store instructions |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: place combined loads at the location of... |
commit | commitdiff | tree |
2016-03-31 |
Josh Bleecher... | cmd/compile: encapsulate Type.Nname |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | net/http/httptest: clean up unnecessary goroutine |
commit | commitdiff | tree |
2016-03-31 |
Matthew Dempsky | cmd/compile, runtime: fix pedantic int->string conversions |
commit | commitdiff | tree |
2016-03-31 |
Hiroshi Ioka | net/mail: throw error when multiple addresses are given... |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | crypto/x509: add SystemCertPool, refactor system cert... |
commit | commitdiff | tree |
2016-03-31 |
Matthew Dempsky | cmd/link: remove -H elf flag |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | test/fixedbugs: add test for divide by zero being optim... |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | net/http: allow Handlers to handle http2 upgrade PRI... |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | net/http: validate transmitted header fields |
commit | commitdiff | tree |
2016-03-31 |
Ian Lance Taylor | cmd/pprof: use DWARF info to lookup unknown PC addresses |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | runtime: don't use REP;MOVSB if CPUID doesn't say it... |
commit | commitdiff | tree |
2016-03-31 |
Dave Cheney | cmd/compile/internal/gc: avoid append when building... |
commit | commitdiff | tree |
2016-03-31 |
Dave Cheney | cmd/compile/internal/gc: don't let the argument to... |
commit | commitdiff | tree |
2016-03-31 |
Nigel Tao | image/jpeg: reconstruct progressive images even if... |
commit | commitdiff | tree |
2016-03-31 |
Dave Cheney | cmd/compile/internal/gc: don't iterate over field list... |
commit | commitdiff | tree |
2016-03-30 |
Matthew Dempsky | cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype] |
commit | commitdiff | tree |
2016-03-30 |
Matthew Dempsky | cmd/compile: use t.IsFoo() instead of t.Etype == TFOO |
commit | commitdiff | tree |
2016-03-30 |
Alexandru Moșoi | cmd/compile: generalize strength reduction of mulq |
commit | commitdiff | tree |
2016-03-30 |
Matthew Dempsky | cmd/compile: get rid of redundant Type helper functions |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: s/typeX/typX/ |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: add Type.Elem |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: add typMap |
commit | commitdiff | tree |
2016-03-30 |
Alexandru Moșoi | cmd/compile: use inc/dec for bytes, too |
commit | commitdiff | tree |
2016-03-30 |
Brad Fitzpatrick | internal/testenv: prefer to find go binary in GOROOT |
commit | commitdiff | tree |
2016-03-30 |
Matthew Dempsky | cmd/compile: rename Type.IsPtr to Type.IsPtrShaped |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: add typPtr |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: add typWrapper and Type.Wrapped |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: add typChan |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: use IsSlice and IsArray instead of checkin... |
commit | commitdiff | tree |
2016-03-30 |
Alexandru Moșoi | cmd/compile: ignore dead phis in fuse |
commit | commitdiff | tree |
2016-03-30 |
Joe Tsai | compress/gzip: fix error handling in Read |
commit | commitdiff | tree |
2016-03-30 |
kortschak | cmd/dist: make fortran test conditional on bash existence |
commit | commitdiff | tree |
2016-03-30 |
Joe Tsai | debug/elf: deflake file_test.go |
commit | commitdiff | tree |
2016-03-30 |
Michael Munday | cmd/asm: add s390x support |
commit | commitdiff | tree |
2016-03-30 |
Josh Bleecher... | cmd/compile: move substAny to type.go |
commit | commitdiff | tree |
2016-03-30 |
Michael Munday | cmd/internal/obj: add copyright header to files |
commit | commitdiff | tree |
2016-03-30 |
Michael Munday | cmd/internal/obj/s390x: add s390x support |
commit | commitdiff | tree |
2016-03-30 |
Keith Randall | cmd/compile: define high bits of AuxInt |
commit | commitdiff | tree |
2016-03-30 |
Brad Fitzpatrick | net/http: reuse HTTP/1 Transport conns more for gzipped... |
commit | commitdiff | tree |
2016-03-30 |
Shahar Kohanim | cmd/compile, cmd/link: record lengths in object file |
commit | commitdiff | tree |
2016-03-30 |
Ian Lance Taylor | cmd/compile: don't skip PPARAMOUT in esccall after... |
commit | commitdiff | tree |
2016-03-30 |
Austin Clements | runtime: print sweep ratio if gcpacertrace>0 |
commit | commitdiff | tree |
2016-03-30 |
Alex Brainman | net: skip TestInterfacesWithNetsh if "netsh help" conta... |
commit | commitdiff | tree |
2016-03-30 |
Philip Hofer | cmp/compile: rewrite CMP $0 with TEST |
commit | commitdiff | tree |
2016-03-30 |
Martin Möhrmann | fmt: fix padding for 0 precision 0 integer value formatting |
commit | commitdiff | tree |
2016-03-30 |
Martin Möhrmann | fmt: improve handling of zero padding |
commit | commitdiff | tree |
2016-03-30 |
Aliaksandr... | cmd/vet: allow lock types inside built-in new() |
commit | commitdiff | tree |
2016-03-29 |
Josh Bleecher... | cmd/compile: add typArray, typSlice, and typDDDArray |
commit | commitdiff | tree |
2016-03-29 |
Josh Bleecher... | cmd/compile: make only one new Node in defaultlit |
commit | commitdiff | tree |
2016-03-29 |
Aliaksandr... | cmd/vet: improve detecting printf-like format argument |
commit | commitdiff | tree |
2016-03-29 |
Michael Munday | debug/elf: add s390x relocations |
commit | commitdiff | tree |
2016-03-29 |
Marvin Stenger | all: use &^ operator if possible |
commit | commitdiff | tree |
2016-03-29 |
Alexandre Cesaro | mime: fix maximum length of encoded-words |
commit | commitdiff | tree |
2016-03-29 |
Shahar Kohanim | cmd/link: remove some more dead fields from Pcln |
commit | commitdiff | tree |
2016-03-29 |
Klaus Post | compress/flate: add pure huffman deflater |
commit | commitdiff | tree |
2016-03-29 |
Brad Fitzpatrick | net/http/cgi: allow CGI host to configure where child... |
commit | commitdiff | tree |
2016-03-29 |
Josh Bleecher... | cmd/compile: encapsulate map value type |
commit | commitdiff | tree |
2016-03-29 |
Josh Bleecher... | cmd/compile: use t.Key() instead of t.Down |
commit | commitdiff | tree |
2016-03-29 |
Alex Brainman | path/filepath: use fsutil with TestEvalSymlinksCanonica... |
commit | commitdiff | tree |
2016-03-29 |
Matthew Dempsky | cmd/compile: fix plan9-amd64 build |
commit | commitdiff | tree |
2016-03-29 |
Michel Lespinasse | cmd/compile: optimize remaining convT2I calls |
commit | commitdiff | tree |
2016-03-29 |
Michel Lespinasse | cmd/compile: optimize convT2I as a two-word copy when... |
commit | commitdiff | tree |
2016-03-29 |
Michel Lespinasse | cmd/link: collect itablinks as a slice in moduledata |
commit | commitdiff | tree |
2016-03-29 |
Michel Lespinasse | cmd/compile: emit itabs and itablinks |
commit | commitdiff | tree |
2016-03-29 |
Michel Lespinasse | runtime: insert itabs into hash table during init |
commit | commitdiff | tree |
2016-03-29 |
Matthew Dempsky | cmd/compile: remove unused write barrier helpers |
commit | commitdiff | tree |
next |