2015-11-12 |
Keith Randall | [dev.ssa] cmd/compile: better register allocation |
commit | commitdiff | tree |
2015-11-11 |
Keith Randall | [dev.ssa] cmd/compile: be safer about uintptr/unsafe... |
commit | commitdiff | tree |
2015-11-10 |
Keith Randall | [dev.ssa] cmd/compile: Deduplicate panic{index,slice... |
commit | commitdiff | tree |
2015-11-10 |
Keith Randall | [dev.ssa] cmd/compile: some SSA optimizations |
commit | commitdiff | tree |
2015-11-03 |
Keith Randall | [dev.ssa] cmd/compile: Handle ONOT in conditionals... |
commit | commitdiff | tree |
2015-11-03 |
Keith Randall | [dev.ssa] cmd/compile: start arguments as spilled |
commit | commitdiff | tree |
2015-11-03 |
Keith Randall | [dev.ssa] cmd/compile: Do pointer arithmetic with int... |
commit | commitdiff | tree |
2015-11-03 |
Keith Randall | [dev.ssa] cmd/compile: better ANDAND and OROR in IF... |
commit | commitdiff | tree |
2015-10-30 |
David Chase | [dev.ssa] cmd/compile: default compile+test with SSA |
commit | commitdiff | tree |
2015-10-30 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: rewrite rules for... |
commit | commitdiff | tree |
2015-10-29 |
Keith Randall | [dev.ssa] cmd/compile: flag recomputing: find original... |
commit | commitdiff | tree |
2015-10-28 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: reuse Aux values... |
commit | commitdiff | tree |
2015-10-28 |
Keith Randall | [dev.ssa] cmd/compile: split op rewrites into separate... |
commit | commitdiff | tree |
2015-10-28 |
Keith Randall | [dev.ssa] cmd/compile: fix printing of live information |
commit | commitdiff | tree |
2015-10-28 |
David Chase | [dev.ssa] cmd/compile: make zero-divide panic from... |
commit | commitdiff | tree |
2015-10-28 |
Keith Randall | [dev.ssa] cmd/compile: remember names of values |
commit | commitdiff | tree |
2015-10-28 |
Keith Randall | [dev.ssa] cmd/compile: introduce storeconst ops |
commit | commitdiff | tree |
2015-10-27 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: reorder fuse and dse |
commit | commitdiff | tree |
2015-10-27 |
Keith Randall | [dev.ssa] cmd/compile: give GetClosurePtr pointer type |
commit | commitdiff | tree |
2015-10-27 |
Keith Randall | [dev.ssa] cmd/compile: better copying |
commit | commitdiff | tree |
2015-10-25 |
Keith Randall | [dev.ssa] cmd/compile: optimize nil checks |
commit | commitdiff | tree |
2015-10-23 |
Keith Randall | [dev.ssa] cmd/compile: get rid of converts in unsafe... |
commit | commitdiff | tree |
2015-10-23 |
David Chase | [dev.ssa] cmd/compile: enhance SSA filtering, add OpConvert |
commit | commitdiff | tree |
2015-10-23 |
David Chase | [dev.ssa] cmd/compile: repair ssa testing build and... |
commit | commitdiff | tree |
2015-10-23 |
Keith Randall | [dev.ssa] cmd/compile: implement reserved registers |
commit | commitdiff | tree |
2015-10-22 |
Keith Randall | [dev.ssa] cmd/compile: assign unused registers to phi ops |
commit | commitdiff | tree |
2015-10-20 |
Keith Randall | [dev.ssa] cmd/compile: don't issue nops for static... |
commit | commitdiff | tree |
2015-10-20 |
Gerrit Code... | Merge "[dev.ssa] Merge remote-tracking branch 'origin... |
commit | commitdiff | tree |
2015-10-20 |
Keith Randall | [dev.ssa] cmd/compile: getg needs a memory arg |
commit | commitdiff | tree |
2015-10-20 |
Keith Randall | [dev.ssa] cmd/compile: don't move mem-using values... |
commit | commitdiff | tree |
2015-10-20 |
Keith Randall | [dev.ssa] cmd/compile: Don't rematerialize getg |
commit | commitdiff | tree |
2015-10-19 |
Keith Randall | [dev.ssa] Merge remote-tracking branch 'origin/master... |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | net: android no longer supports unix/unixgram |
commit | commitdiff | tree |
2015-10-19 |
Keith Randall | [dev.ssa] cmd/compile: Rematerialize in regalloc |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: combine gcResetGState and gcResetMarkState |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: consolidate gcResetGState calls |
commit | commitdiff | tree |
2015-10-19 |
Austin Clements | runtime: remove work.partial queue |
commit | commitdiff | tree |
2015-10-19 |
Nodir Turakulov | fmt: clarify reflect.Value printing |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/go: -buildmode=pie for android/arm |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/link: PIE executables for android/arm |
commit | commitdiff | tree |
2015-10-19 |
Matthew Dempsky | go/types: check that typed constant shift expressions... |
commit | commitdiff | tree |
2015-10-19 |
David Crawshaw | cmd/cgo: don't print absolute path in comment |
commit | commitdiff | tree |
2015-10-19 |
Brad Fitzpatrick | net/http: use the correct error variable in serveFile |
commit | commitdiff | tree |
2015-10-19 |
Aaron Jacobs | runtime: remove a redundant nil pointer check. |
commit | commitdiff | tree |
2015-10-19 |
Todd Neal | [dev.ssa] cmd/compile/internal/ssa: reuse symbols |
commit | commitdiff | tree |
2015-10-19 |
Nodir Turakulov | runtime: merge proc1.go -> proc.go |
commit | commitdiff | tree |
2015-10-19 |
Joe Tsai | compress/flate: improve inflate speed by reading more... |
commit | commitdiff | tree |
2015-10-18 |
Nodir Turakulov | runtime: merge race1.go -> race.go |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | runtime, runtime/cgo: conform to PIC register use rules... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | reflect, runtime, runtime/cgo: use ppc64 asm constant... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | cmd/compile, cmd/internal/obj: centralize knowledge... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | runtime: add a constant for the smallest possible stack... |
commit | commitdiff | tree |
2015-10-18 |
Michael Hudson... | cmd/internal/obj, runtime: add NOFRAME flag to suppress... |
commit | commitdiff | tree |
2015-10-18 |
Justin Nuß | mime: Remove an allocation in word decoding. |
commit | commitdiff | tree |
2015-10-18 |
Keith Randall | [dev.ssa] cmd/compile: Reuse stack slots for spill... |
commit | commitdiff | tree |
2015-10-18 |
David Chase | [dev.ssa] cmd/compile: fill remaining SSA gaps |
commit | commitdiff | tree |
2015-10-17 |
Nodir Turakulov | runtime: merge stack{1,2}.go -> stack.go |
commit | commitdiff | tree |
2015-10-17 |
Michael Hudson... | cmd/link: always disable lazy PLT resolution when dynam... |
commit | commitdiff | tree |
2015-10-17 |
Yasuharu Goto | net/http: Client support for Expect: 100-continue |
commit | commitdiff | tree |
2015-10-17 |
Matthew Dempsky | runtime: remove some unnecessary unsafe code in mfixalloc |
commit | commitdiff | tree |
2015-10-16 |
Brad Fitzpatrick | net: unblock plan9 TCP Read calls after socket close |
commit | commitdiff | tree |
2015-10-16 |
Ilya Tocar | net: use IndexByte implementation from runtime package |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: merge panic1.go into panic.go |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: rename print1.go -> print.go |
commit | commitdiff | tree |
2015-10-16 |
Nodir Turakulov | runtime: merge string1.go into string.go |
commit | commitdiff | tree |
2015-10-16 |
Chris Hines | database/sql: avoid deadlock waiting for connections |
commit | commitdiff | tree |
2015-10-16 |
Brad Fitzpatrick | syscall: fix nacl listener to not accept connections... |
commit | commitdiff | tree |
2015-10-16 |
Michael Hudson... | runtime, runtime/debug: access unexported runtime funct... |
commit | commitdiff | tree |
2015-10-16 |
Michael Hudson... | runtime, os/signal: use //go:linkname instead of assemb... |
commit | commitdiff | tree |
2015-10-15 |
Matthew Dempsky | runtime: use unsafe.Pointer(x) instead of (unsafe.Point... |
commit | commitdiff | tree |
2015-10-15 |
Matthew Dempsky | cmd/compile/internal/gc: reject invalid unsafe.Sizeof... |
commit | commitdiff | tree |
2015-10-15 |
Matthew Dempsky | cmd/compile/internal/gc: refactor range/memclr optimization |
commit | commitdiff | tree |
2015-10-15 |
Brad Fitzpatrick | net/http/cgi: optimize internal function removeLeadingD... |
commit | commitdiff | tree |
2015-10-15 |
Nodir Turakulov | text/template: resolve non-empty interface |
commit | commitdiff | tree |
2015-10-15 |
Alexandre Cesaro | mime: limit UTF-8 encoded-word length to 75 characters |
commit | commitdiff | tree |
2015-10-14 |
Aaron Jacobs | net/http/httputil: clarify where DumpRequest(Out)?... |
commit | commitdiff | tree |
2015-10-14 |
Nodir Turakulov | encoding/json: simplify encodeState.{string, stringBytes} |
commit | commitdiff | tree |
2015-10-14 |
Brad Fitzpatrick | net/http: enable automatic HTTP/2 if TLSNextProto is nil |
commit | commitdiff | tree |
2015-10-14 |
Brad Fitzpatrick | vendor: import golang.org/x/net/http2 |
commit | commitdiff | tree |
2015-10-14 |
David Glasser | net/http: don't hang if RemoteAddr() blocks |
commit | commitdiff | tree |
2015-10-14 |
Joe Tsai | compress/gzip: fix go vet warning |
commit | commitdiff | tree |
2015-10-14 |
Keith Randall | [dev.ssa] cmd/compile: allow rewrite rules to specify... |
commit | commitdiff | tree |
2015-10-14 |
Steven Hartland | net/http/cgi: make provided Env override even system... |
commit | commitdiff | tree |
2015-10-14 |
Raul Silvera | runtime: Reduce testing for fastlog2 implementation |
commit | commitdiff | tree |
2015-10-14 |
Katrina Owen | encoding/csv: indicate package of EOF in docs |
commit | commitdiff | tree |
2015-10-13 |
Shenghou Ma | cmd/internal/obj: move empty field to the top |
commit | commitdiff | tree |
2015-10-13 |
Hyang-Ah Hana Kim | misc/cgo/testcshared: use -pie for android-L. |
commit | commitdiff | tree |
2015-10-13 |
Ian Lance Taylor | misc/cgo/test: fix go vet warnings |
commit | commitdiff | tree |
2015-10-13 |
Brad Fitzpatrick | net/http: ignore Transfer-Encoding for HTTP/1.0 responses |
commit | commitdiff | tree |
2015-10-13 |
Ian Lance Taylor | runtime: remove _Kind constants |
commit | commitdiff | tree |
2015-10-12 |
Burcu Dogan | cmd/go: always log dynamic import errors |
commit | commitdiff | tree |
2015-10-12 |
Burcu Dogan | cmd/go: don't accept a relative path as GOBIN |
commit | commitdiff | tree |
2015-10-12 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2015-10-12 |
Brad Fitzpatrick | net/http: export the "new" error codes from RFC 6585 |
commit | commitdiff | tree |
2015-10-11 |
Didier Spezia | net/textproto: properly trim continued lines in MIME... |
commit | commitdiff | tree |
2015-10-11 |
Nigel Tao | image: add NYCbCrA types. |
commit | commitdiff | tree |
2015-10-10 |
Brad Fitzpatrick | os: make IsPermission, IsExist, and IsNotExist unwrap... |
commit | commitdiff | tree |
2015-10-10 |
Dave Cheney | doc: go1.6.txt: *url.Error implements net.Error |
commit | commitdiff | tree |
2015-10-10 |
Dave Cheney | net/url: make *url.Error implement net.Error |
commit | commitdiff | tree |
2015-10-10 |
Joe Tsai | compress/flate: deprecate ReadError and WriteError |
commit | commitdiff | tree |
next |