]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-04-22 Srdjan Petrovicruntime: merge clone0 and clone
2015-04-22 Robert Griesemergo/exact: future-proof API: permit setting precision...
2015-04-22 Daniel Morsingnet/http: fix race between dialing and canceling
2015-04-22 Brad Fitzpatricknet/http: make ServeContent errors return more specific...
2015-04-22 Brad Fitzpatricknet/http: fix rare Transport readLoop goroutine leak
2015-04-22 Shenghou Maruntime: fix more vet reported issues
2015-04-22 Keith Randallruntime: check error codes for arm64 system calls
2015-04-22 Josh Bleecher... runtime: fix arm64 asm vet issues
2015-04-22 Mikio Haranet: replace server tests
2015-04-22 Nigel Taoimage/jpeg: ensure that we can't unread a byte if we...
2015-04-22 Mikio Haranet: deflake zero byte IO tests on datagram
2015-04-22 Mikio Haranet: fix WriteTo on Plan 9
2015-04-21 Josh Bleecher... math/big: test that subVW and addVW work with arbitrary y
2015-04-21 Ian Lance Taylormisc/cgo/testcshared: add c-shared test with no exports
2015-04-21 Alan DonovanRevert "go/internal/gcimporter: populate (*types.Packag...
2015-04-21 Alan Donovango/internal/gcimporter: populate (*types.Package).Imports
2015-04-21 Ian Lance Taylorcmd/go: depend on runtime/cgo if external linking mode...
2015-04-21 Sebastien Binetreflect: use arrayAt consistently
2015-04-21 Josh Bleecher... cmd/internal/obj: reuse the varint encoding buffer
2015-04-21 Sebastien Binetdoc/go1.5.txt: add reflect.ArrayOf
2015-04-21 Austin Clementsruntime: assist harder if GC exceeds the estimated...
2015-04-21 Austin Clementsruntime: fix background marking at 25% utilization
2015-04-21 Austin Clementsruntime: finish sweeping before concurrent GC starts
2015-04-21 Austin Clementsruntime: make mcache.local_cachealloc a uintptr
2015-04-21 Austin Clementsruntime: proportional response GC trigger controller
2015-04-21 Austin Clementsruntime: multi-threaded, utilization-scheduled backgrou...
2015-04-21 Austin Clementsruntime: generally allow preemption during concurrent...
2015-04-21 Austin Clementsruntime: track time spent in mutator assists
2015-04-21 Austin Clementsruntime: proportional mutator assist
2015-04-21 Austin Clementsruntime: make gcDrainN in terms of scan work
2015-04-21 Austin Clementsruntime: track background scan work credit
2015-04-21 Austin Clementsruntime: implement GC scan work estimator
2015-04-21 Austin Clementsruntime: track scan work performed during concurrent...
2015-04-21 Austin Clementsruntime: atomic ops for int64
2015-04-21 Sebastien Binetreflect: implement ArrayOf
2015-04-21 Matthew Dempskyruntime/pprof: disable flaky TestTraceFutileWakeup...
2015-04-21 Mikio Haranet: fix possible nil pointer dereference on ReadFrom...
2015-04-21 Mikio Haranet: fix inconsistent error values on Lookup
2015-04-21 Mikio Haranet: fix inconsistent error values on Interface
2015-04-21 Mikio Haranet: fix inconsistent error values on setters
2015-04-21 Mikio Haranet: fix inconsistent error values on File
2015-04-21 Michael Hudson... cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym...
2015-04-21 Mikio Haranet: add helpers for server testing
2015-04-20 Michael Hudson... cmd/internal/ld: set moduledatasize correctly when...
2015-04-20 Michael Hudson... cmd/6g: let the compiler use R15 when it is not needed...
2015-04-20 Brad Fitzpatrickcmd/internal: C->Go printf cleanup
2015-04-20 Rick Hudsonruntime: Speed up heapBitsForObject
2015-04-20 Matthew Dempskycmd/internal/obj: remove useless Trimpath field and...
2015-04-20 Brad Fitzpatricknet/http: fix Transport data race, double cancel panic...
2015-04-20 Russ Coxcmd/internal/gc: clean up componentgen
2015-04-20 Russ Coxruntime: replace func-based write barrier skipping...
2015-04-20 Matthew Dempskycmd/internal/ld: prefer constants from cmd/internal/obj
2015-04-20 Russ Coxcmd/dist: run commands in $GOROOT/src not $GOROOT when...
2015-04-20 Ian Lance Taylorruntime: save registers in linux/{386,amd64} lib entry...
2015-04-20 Ian Lance Taylorruntime: no deadlock error if buildmode=c-archive or...
2015-04-20 Brad Fitzpatrickcmd/internal/obj: manual C->Go cleanups
2015-04-20 David Crawshawcmd/dist: enable c-archive test on darwin/arm64
2015-04-20 David Crawshawmisc/cgo/testcarchive: enable test on darwin/arm
2015-04-20 Hyang-Ah Hana Kimcmd/dist: include misc/cgo/testcshared test for linux...
2015-04-19 Michael Hudson... cmd/internal/gc, cmd/go: fix value of importpath symbol
2015-04-19 Mikio Haranet: fix a nit found by vet
2015-04-18 Matthew Dempskydoc/progs: build test programs in temp directory
2015-04-18 Mikio Haranet: fix inconsistent error values on Accept
2015-04-18 Mikio Haranet: fix inconsistent error values on Close
2015-04-18 Mikio Haranet: fix inconsistent error values on Write
2015-04-18 Mikio Haranet: fix inconsistent error values on Read
2015-04-18 Josh Bleecher... cmd/...: fix vet issues and cull dead code
2015-04-18 Mikio Haranet: break up TestErrorNil into Test{Dial,Listen,Listen...
2015-04-18 Matthew Dempskycmd/cgo: more robust detection of clang
2015-04-18 Brad Fitzpatrickcmd/6g, etc: cleanup, moving code out of near-empty...
2015-04-17 Mikio Haranet: clean up cgo
2015-04-17 David Crawshawcmd/internal/ld: replace Diag;Errorexit with Exitf
2015-04-17 David Crawshawmisc/cgo/testcarchive: check that os.Args is set
2015-04-17 Matthew Dempskyencoding/gob: fix hang from skipping large slices
2015-04-17 Rob Pikedoc/go1.5.txt: go generate: add $GOLINE
2015-04-17 Rob Pikedoc/articles/go_command.html: mention go generate
2015-04-17 Rob Pikecmd/go: add $GOLINE to generate
2015-04-17 Josh Bleecher... cmd/internal/gc, cmd/6g: generate boolean values withou...
2015-04-17 Ian Lance Taylorruntime: add -buildmode=c-archive/c-shared support...
2015-04-17 Russ Coxcmd/internal/gc: make use of new String methods in...
2015-04-17 Russ Coxcmd/internal/gc: add String methods to *Mpint, *Mpflt...
2015-04-17 Russ Coxruntime: leave gccheckmark testing off by default
2015-04-17 Ian Lance Taylorcmd/internal/ld, cmd/dist: support -buildmode=c-archive...
2015-04-17 Austin Clementsruntime: fix dangling pointer in readyExecute
2015-04-17 Rob Pikedoc/go1.5.txt: go generate -run
2015-04-17 Rob Pikecmd/go: implement the long-promised -run flag for go...
2015-04-17 Brad Fitzpatrickcmd/internal/obj: cleanups from C transition and delete...
2015-04-17 Michael Matloobregexp: set b.cap[0] and b.cap[1] only when captures...
2015-04-17 Hyang-Ah Hana Kimmisc/cgo/testcshared: test -buildmode=c-shared
2015-04-17 Russ Coxcmd/internal/gc: fix node print
2015-04-17 Dave Cheneyruntime/pprof: disable TestTraceStressStartStop
2015-04-17 Russ Coxfmt: adjust formatting of invalid reflect.Value, add...
2015-04-17 David Crawshawruntime: export main.main for android
2015-04-17 David Crawshawruntime: do not run main when buildmode=c-shared
2015-04-17 Matthew Dempskygo/build: deps check all std packages
2015-04-17 Nigel Taocompress/flate: simplify the TestDegenerateHuffmanCodin...
2015-04-17 Josh Bleecher... cmd/internal/gc: clean up bgen
2015-04-17 Russ Coxruntime: delete cgo_allocate
2015-04-17 Mikio Haranet: fix inconsistent error values on Dial, Listen...
2015-04-17 Mikio Haranet: rename netFD.proto to netFD.net on Plan 9
next