]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-10-22 Aaron Jacobsruntime: remove unused printpc and printbyte functions
2015-10-22 Brad Fitzpatrickos/exec: make Cmd.Output include stderr in ExitError
2015-10-22 Alex Brainmanpath/filepath: test EvalSymlinks returns canonical...
2015-10-22 Matthew Dempskyruntime: prune some dead variables
2015-10-22 Matthew Dempskyruntime: change fixalloc's chunk field to unsafe.Pointer
2015-10-22 Shenghou Maruntime: fix typos
2015-10-22 Matthew Dempskyruntime: split plan9 and solaris's m fields into new...
2015-10-21 Ian Lance Taylorcmd/go: if -msan, pass -fsanitize=memory to cgo builds
2015-10-21 Matthew Dempskyruntime: replace unsafe pointer arithmetic with array...
2015-10-21 Matthew Dempskyruntime: make iface/eface handling more type safe
2015-10-21 Ian Lance Taylordoc: go1.6.txt: -msan option for cmd/{go,compile,link}
2015-10-21 Ian Lance Taylorcmd/go: add -msan option
2015-10-21 Keith Randallcmd/internal/obj: fix PSRLW opcode
2015-10-21 Hyang-Ah Hana Kimandroidtest.bash: correct the location of compiled...
2015-10-21 Ian Lance Taylorruntime, syscall: add calls to msan functions
2015-10-21 Matthew Dempskyruntime: change functype's in and out fields to []...
2015-10-21 Hyang-Ah Hana Kimgo/build: test code cleanup: remove unnecessary func var
2015-10-21 Hyang-Ah Hana Kimlog/syslog: disable unix/unixgram tests on android
2015-10-21 Ian Lance Taylorruntime, runtime/msan: add msan runtime support
2015-10-21 Austin Clementsruntime: eliminate unused _GCstw phase
2015-10-21 Austin Clementsruntime: eliminate unnecessary ragged barrier
2015-10-21 Ian Lance Taylorcmd/compile: add -msan option
2015-10-21 Ian Lance Taylorcmd/link: add -msan option
2015-10-21 Konstantin... cmd/vet: fix shadow assignment check with complex rhs
2015-10-21 Ian Lance Taylorcmd/compile: generalize racewalk to instrument (naming...
2015-10-21 Nodir Turakulovcmd/go: dedup packages in packagesAndErrors
2015-10-21 Aaron Jacobscmd/compile: remove a stray word in the go:nosplit...
2015-10-21 acaninocmd/compile: "invalid variable name x in type switch...
2015-10-21 Brad Fitzpatricknet/http: update copy of http2
2015-10-20 Nodir Turakulovhtml/template: include itself while cloning
2015-10-20 Brad Fitzpatricknet/http: return error from Serve if http2.ConfigureSer...
2015-10-20 Matthew Dempskyruntime: add stringStructOf helper function
2015-10-20 Aaron Jacobsruntime: change odd 'print1_write' file names
2015-10-20 Hyang-Ah Hana Kimpath/filepath: disable symlink tests on android.
2015-10-20 Hyang-Ah Hana Kimos: disable symlink tests on android.
2015-10-20 Robert Griesemercmd/compile/internal/gc: there are no -0 floating-point...
2015-10-20 Matthew Dempskyspec: remove "untyped bool" oxymorons
2015-10-20 Caleb Sparecrypto/cipher: fix CTR infinite loop with large block...
2015-10-20 Robert Griesemerspec: clarify numeric conversions where IEEE-754 produc...
2015-10-20 Robert Griesemercmd/compile/internal/gc: remove atoi function (minor...
2015-10-20 Hyang-Ah Hana Kimruntime: add syscalls needed for android/amd64 logging.
2015-10-20 Ilya Tocarcmd/internal/obj/x86: align functions with trap instruction
2015-10-20 Ian Lance Taylorcmd/compile, syscall: use go:norace comment for forkAnd...
2015-10-20 Aaron Jacobsruntime: rename _func.frame to make it clear it's depre...
2015-10-20 Thorben Kruegerfmt: Add support for capital '%X' format verb for scanning
2015-10-20 Nodir Turakulovnet/http/httptest: detect Content-Type in ResponseRecorder
2015-10-20 Brad Fitzpatricknet/http: add Transport.TLSNextProto, ErrSkipAltProtocol
2015-10-20 Brad Fitzpatricknet/http/httptest: change Server to use http.Server...
2015-10-19 Ian Lance Taylorcmd/compile: clarify where mkbuiltin.go input files...
2015-10-19 Burcu Dogancmd/go: don't override GIT_TERMINAL_PROMPT
2015-10-19 Nodir Turakulovnet/http: fix typo in serve_test.go
2015-10-19 Michael Hudson... runtime: tweaks to allow -buildmode=shared to work
2015-10-19 Michael Hudson... cmd/link: centralize knowledge of size of fixed part...
2015-10-19 Michael Hudson... cmd/compile: allow -shared/-dynlink on ppc64
2015-10-19 David Crawshawcmd/cgo: give __uint128_t type [16]uint8
2015-10-19 David Crawshawnet: android no longer supports unix/unixgram
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 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-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
next