]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2015-10-09 Ian Lance Taylorcmd/link: remove -W option
2015-10-09 Robert Griesemercmd/compile/internal/gc: make funcsyms a []*Node
2015-10-09 Nodir Turakulovcmd/go: print all warnings to stderr
2015-10-09 Austin Clementsruntime: assist before allocating
2015-10-09 Austin Clementsruntime: directly track GC assist balance
2015-10-09 Austin Clementsruntime: ensure minimum heap distance via heap goal
2015-10-09 Austin Clementsruntime: update gcController.scanWork regularly
2015-10-09 Austin Clementsruntime: control background scan credit flushing with...
2015-10-09 Austin Clementsruntime: consolidate gcDrain and gcDrainUntilPreempt
2015-10-09 Austin Clementsruntime: explain why continuous assist revising is...
2015-10-09 Austin Clementsruntime: fix comment for gcAssistAlloc
2015-10-09 Austin Clementsruntime: fix comment for assistRatio
2015-10-09 Nodir Turakulovruntime: remove redundant type cast
2015-10-09 Keith Randall[dev.ssa] cmd/compile: make sure we don't move loads...
2015-10-09 Charlie Dorianmath: Modf(-0) returns -0,-0
2015-10-09 mplmime/multipart: fix peekBufferSeparatorIndex edge case
2015-10-09 Brian Gitonga... C: Add Brian Gitonga Marete's Google email address...
2015-10-09 David Chase[dev.ssa] cmd/compile: handle addr of PARAM nodes
2015-10-08 Brad Fitzpatricknet/http/httputil: clarify NewSingleHostReverseProxy...
2015-10-08 Dave Cheneycmd/internal/obj: improve obj.ProgInfo struct layout
2015-10-08 Matthew Dempskysyscall: fix vet warning in UnixRights
2015-10-08 Ian Lance Taylorcmd/link: pass -Wl,-z,nodelete when creating an ELF...
2015-10-08 David Chase[dev.ssa] cmd/compile: fixed heap-escaped-paramout
2015-10-08 Keith Randall[dev.ssa] cmd/compile: fix failed lowerings
2015-10-08 Keith Randallruntime: make aeshash more DOS-proof
2015-10-08 Michael Hudson... runtime: adjust the arm64 memmove and memclr to operate...
2015-10-08 Alexander Morozovtext/template: fix formatting calls in tests
next