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