]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-08-02 ALTreedoc: update install from source instructions for go1.5
2015-08-02 Jed Denleanet/http: close server conn after request body error
2015-08-02 Carl Jacksonnet/http: fix SetKeepAlivesEnabled receiver name
2015-07-31 Robert Griesemerspec: fixed various example code snippets
2015-07-31 Ian Lance Taylorcmd/objdump: don't run TestDisasmExtld if cgo is not...
2015-07-31 Dave Cheneyos: add explicit tests for fchown(2) and lchown(2)...
2015-07-31 Russ Coxcmd/go: fix go get x/... matching internal directories
2015-07-31 Russ Coxcmd/go: fix disallow of p/vendor/x during vendor experiment
2015-07-31 Russ Coxcmd/compile, runtime: fix placement of map bucket overf...
2015-07-31 Mikio Haratest/bench/shootout: fix build
2015-07-31 MathiasBnet/mail: fixed quoted-local
2015-07-31 Russ Coxcmd/internal/obj/arm: fix large stack offsets on nacl/arm
2015-07-31 Russ Coxruntime: fix systemstack tracebacks on nacl/arm
2015-07-31 Andrew Gerrandtest/bench/shootout: clean up binaries after run
2015-07-31 Russ Coxruntime: avoid reference to stale stack after GC shrink...
2015-07-31 Russ Coxcmd/link: increase ELFRESERVE to a full page
2015-07-31 Ian Lance Taylorcmd/go: permit installing into a subdirectory of $GOPAT...
2015-07-31 Rob Pikedoc: solaris info added to go1.5.html
2015-07-30 Robert Griesemerspec: document existing expression switch restrictions
2015-07-30 Rob Pikedoc: in go1.5.html fix claim about linking for ppc64...
2015-07-30 Brad FitzpatrickA+C: automated update
2015-07-30 Brad Fitzpatrickapi: update go1.5.txt
2015-07-30 Russ Coxruntime/trace: report negative frequency as a time...
2015-07-30 Dave Cheneysyscall: use fchownat(2) in place of lchown(2) for...
2015-07-30 Ian Lance Taylordoc: add go1.5 note about change to zero-sized fields...
2015-07-30 Russ Coxruntime, sync/atomic: add memory barriers in arm cas...
2015-07-30 Robert Griesemergo/types: update comment to refer to package go/constant
2015-07-30 Russ Coxencoding/json: revert "fix decoding of JSON null values"
2015-07-30 Russ Coxruntime/cgo: fix darwin/amd64 signal handling setup
2015-07-30 David Chasecmd/compile: add case for ODOTTYPE to escwalk
2015-07-30 Russ Coxsync/atomic: reenable TestNilDeref everywhere
2015-07-30 Russ Coxruntime: change arm software div/mod call sequence...
2015-07-30 Ian Lance Taylorcmd/cgo: discard trailing zero-sized fields in a non...
2015-07-30 Russ Coxruntime: replace divide with multiply in runtime.usleep...
2015-07-30 Russ Coxcmd/internal/obj/arm: fix line numbers after constant...
2015-07-30 Russ Coxcrypto/x509: mark root_darwin_armx.go as cgo-only
2015-07-30 Russ Coxnet: allow longer timeout in dialClosedPort test on...
2015-07-30 Andrey Petrovmath/rand: warn against using package for security...
2015-07-30 David Crawshawruntime/trace: test requires 'go tool addr2line'
2015-07-30 Russ Coxcmd/compile: fix uninitialized memory during type switc...
2015-07-30 Russ Coxruntime: enable TestEmptySlice
2015-07-29 Russ Coxruntime: set invalidptr=1 by default, as documented go1.5beta3
2015-07-29 Andrew Gerranddoc: remove non-answer from FAQ
2015-07-29 Russ Coxruntime/trace: remove existing Skips
2015-07-29 Russ Coxruntime/trace: record event sequence numbers explicitly
2015-07-29 Russ Coxruntime: ignore arguments in cgocallback_gofunc frame
2015-07-29 Russ Coxruntime: fix darwin/amd64 assembly frame sizes
2015-07-29 Russ Coxcmd/internal/obj/arm64: fix build
2015-07-29 Russ Coxruntime: reenable bad pointer check in GC
2015-07-29 Russ Coxcmd/internal/obj/arm64: reject misaligned stack frames...
2015-07-29 Russ Coxcmd/link: fix nosplit stack overflow checks
2015-07-29 Russ Coxruntime, reflect: use correctly aligned stack frame...
2015-07-29 Russ Coxcmd/compile: align arm64 stack frames correctly
2015-07-29 Austin Clementsruntime: report GC CPU utilization in MemStats
2015-07-29 Austin Clementsruntime: always capture GC phase transition times
2015-07-29 Austin Clementsruntime: avoid race between SIGPROF traceback and stack...
2015-07-29 Rick Hudsonruntime: force mutator to give work buffer to GC
2015-07-29 Rob Pikedoc: add json tokenizer to go1.5.html
2015-07-29 Mikio Haracmd/internal/asm: delete
2015-07-29 Rob Pikecmd: delete old[5689]a
2015-07-28 Matthew Dempskycmd/dist: cleanup message about building go_bootstrap
2015-07-28 Russ Coxcmd/go: fix go get -u with vendoring
2015-07-28 Dmitry Vyukovruntime: fix out-of-bounds in stack debugging
2015-07-28 Russ Coxruntime: use 64k page rounding on arm64
2015-07-28 David du Colombierruntime: fix x86 stack trace for call to heap memory...
2015-07-28 David Crawshawcmd/doc: extend darwin/arm64 test TODO to arm
2015-07-28 Ian Lance Taylortest: don't run fixedbugs/issue11656.go on netbsd/386
2015-07-28 Ian Lance Taylortest: don't run issue10607.go on ppc64
2015-07-28 Russ Coxcmd/asm: fix and test CALL, JMP aliases on arm, arm64...
2015-07-28 Ian Lance Taylorruntime: don't define libc_getpid in os3_solaris.go
2015-07-28 Mikio Haranet: make spuriousENOTAVAIL to be able to parse EADDRNO...
2015-07-28 Jeff R. Allencmd/go: avoid long lines in help messages
2015-07-28 Mikio Haranet: don't return DNS query results including the secon...
2015-07-28 Brad Fitzpatrickencoding/json: test style tweaks
2015-07-28 Ian Lance Taylorruntime: fix definitions of getpid and kill on Solaris
2015-07-28 Ian Lance Taylorruntime: correct implementation of raiseproc on Solaris
2015-07-28 Brad Fitzpatricknet/http: disable new flaky TestTransportCancelBeforeRe...
2015-07-28 Paul Marksnet: Set finalDeadline from TestDialParallel to avoid...
2015-07-28 Russ Coxcmd/go: prefer <meta> tags on launchpad.net to the...
2015-07-28 David Crawshawcmd/go: import runtime/cgo into darwin/arm64 tests
2015-07-28 Russ Coxencoding/json: take new decoder code off Decode path...
2015-07-28 Peter Waldschmidtencoding/json: fix EOF bug decoding HTTP stream
2015-07-28 Matthew Dempskyall: cleanup usage of dashes in package documentation
2015-07-27 Brad Fitzpatricknet/http: pause briefly after closing Server connection...
2015-07-27 David Crawshawruntime/cgo: remove TMPDIR logic for iOS
2015-07-27 Austin Clementsruntime: close window that hides GC work from concurren...
2015-07-27 Austin Clementsruntime: enable GC assists ASAP
2015-07-27 Austin Clementsruntime: allow GC drain whenever write barrier is enabled
2015-07-27 Austin Clementsruntime: don't start workers between mark 1 & 2
2015-07-27 Austin Clementsruntime: retry GC assist until debt is paid off
2015-07-27 Austin Clementsruntime: yield to GC coordinator after assist completion
2015-07-27 Austin Clementsruntime: disallow GC assists in non-preemptible contexts
2015-07-27 Austin Clementsruntime: make notetsleep_internal nowritebarrier
2015-07-27 Austin Clementsruntime: fix mark 2 completion in fractional/idle workers
2015-07-27 Austin Clementsruntime: steal the correct amount of GC assist credit
2015-07-27 Ian Lance Taylorcmd/dist: run misc/cgo/testsovar on darwin and netbsd
2015-07-27 Russ Coxencoding/xml: fix race using finfo.parents in s.trim
2015-07-27 Ian Lance Taylorgo/internal/gcimporter: only run compile test if go...
2015-07-27 Austin Clementsruntime: document gctrace format
2015-07-27 Austin Clementsruntime: always report starting heap size in gctrace
next