]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-10-28 Michael Hudson... cmd/compile, cmd/go: enable -buildmode=shared and relat...
2015-10-28 Ian Lance Taylorruntime: add missing word in comment
2015-10-28 David Crawshawruntime: c-shared entrypoint for linux/arm64
2015-10-28 Hyang-Ah Hana Kimcmd/go: allow -buildmode=pie for android/amd64.
2015-10-28 Hyang-Ah Hana Kimcmd/go: enable android/amd64 build.
2015-10-28 Hyang-Ah Hana Kimruntime, cmd: TLS setup for android/amd64.
2015-10-28 Michael Hudson... cmd/internal/obj, cmd/link: support inital-exec TLS...
2015-10-28 Michael Hudson... cmd/internal/obj, cmd/link, runtime: native-ish support...
2015-10-28 Brad Fitzpatricknet/http/httputil: add hook for managing io.Copy buffer...
2015-10-28 David du Colombierruntime: don't use FP when calling nextSample in the...
2015-10-28 Michael Hudson... cmd/link: remove unused field LSym.Hash
2015-10-28 Nodir Turakulovtext/template: remove redundant indirect
2015-10-28 Michael Hudson... runtime: invoke vsyscall helper via TCB when dynamic...
2015-10-28 Michael Hudson... cmd/compile, cmd/go, cmd/link: enable -buildmode=shared...
2015-10-27 Brad Fitzpatricknet/http/httptest: close conns in StateNew on Server...
2015-10-27 kargakisreflect: Comment fix
2015-10-27 Michael Hudson... cmd/internal/obj/x86: remove REGTMP
2015-10-27 Matthew Dempskyruntime: eliminate some unnecessary uintptr conversions
2015-10-26 Robert Griesemercmd/compile/internal/gc: introduce type for untyped...
2015-10-26 Robert Griesemercmd/compile/internal/gc: introduce type for decl contex...
2015-10-26 David du Colombiersyscall: define common notes on Plan 9
2015-10-26 David du Colombierruntime: handle abort note on Plan 9
2015-10-26 Matthew Dempskyruntime: fix tiny allocator
2015-10-26 Robert Griesemercmd/compile/internal/gc: escape binary export data...
2015-10-26 Austin Clementsruntime: partition data and BSS root marking
2015-10-26 David Crawshawandroidtest.bash: set GOARM=7
2015-10-26 David Crawshawruntime: use a 64kb system stack on arm
2015-10-26 Marcel van... cmd/compile/internal/gc: make embedded unexported struc...
2015-10-26 Marcel van... encoding/xml: check for exported fields in embedded...
2015-10-26 Marcel van... encoding/json: check for exported fields in embedded...
2015-10-26 Marcel van... unicode/utf8: added benchmarks
2015-10-26 Marcel van... reflect: adjust access to unexported embedded structs
2015-10-23 Caleb Spareruntime: copy sqrt normalization bugfix from math
2015-10-23 Shenghou Macmd/cgo: clarify C.GoStringN and C.GoBytes docs
2015-10-23 Shenghou Manet/url: fix mentions of URL.EscapedPath method
2015-10-23 HÃ¥vard Haugencmd/compile/internal/gc: remove "goto ret" in walkexpr
2015-10-23 David Crawshawcmd/go, cmd/link: -buildmode=pie for linux/amd64
2015-10-23 Caleb Sparemath: fix normalization bug in pure-Go sqrt
2015-10-23 Matthew Dempskyruntime: replace is{plan9,solaris,windows} with GOOS...
2015-10-23 David Crawshawmath/big: fix SetMantExp comment
2015-10-23 Jeremy Jackinscmd/compile/internal/gc: update old c-style comments
2015-10-23 Alex Brainmanruntime: account for cpu affinity in windows NumCPU
2015-10-23 Nathan VanBenschotendatabase/sql: use RWMutex for driver registration
2015-10-23 Didier Speziaregexp: fix slice bounds out of range panics
2015-10-23 Gaurish Sharmastrings: Add examples for HasPrefix and HasSuffix
2015-10-22 Robert Griesemercmd/compile/internal/gc: remove special handling for...
2015-10-22 Robert Griesemercmd/compile/internal/gc: compact binary export format
2015-10-22 Robert Griesemercmd/link/internal/ld: export data may be marked with...
2015-10-22 Robert Griesemercmd/internal/goobj: permit 0 bytes in export data ...
2015-10-22 Robert Griesemercmd/compile/internal/gc: fixed comments (cosmetic change)
2015-10-22 Austin Clementsruntime: add pcvalue cache to improve stack scan speed
2015-10-22 Joel Singnet/http/httptest: fix comment regarding certificate...
2015-10-22 Matthew Dempskyruntime: add mSpanList type to represent lists of mspans
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
next