]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-08-06 Joe Shawdoc: remove duplicate -asmflags mention
2015-08-06 Russ Coxnet/url: allow all valid host chars in RawPath
2015-08-06 Russ Coxnet/url: do not percent-encode valid host characters
2015-08-06 Mikio Haradoc/go1.5.html: fix typo
2015-08-06 Russ Coxnet/url: restrict :port checking to [ipv6]:port form
2015-08-05 Andrew GerrandA+C: add Andy Maloney
2015-08-05 Russ Coxcmd/go: fix handling of vendored imports in foo_test...
2015-08-05 Robert Griesemerspec: clarify semantics of built-in functions 'complex...
2015-08-05 Russ Coxcrypto/tls: fix ConnectionState().VerifiedChains for...
2015-08-05 Russ Coxbuild: clean current tree in clean.bash
2015-08-05 Jed Denleanet/http: close server conn after broken trailers
2015-08-05 Adam Langleycrypto/tls: update testing certificates.
2015-08-05 Russ Coxgo/build: fix internal/testenv dependency
2015-08-05 Austin Clementsruntime: don't recheck heap trigger for periodic GC
2015-08-05 Robert Griesemerspec: better organization of arithmetic operator section
2015-08-05 Robert Griesemerspec: fix inconsistency of visibility rules for method...
2015-08-05 Robert Griesemerspec: clarify that short variable declarations can...
2015-08-05 Robert Griesemerspec: clarify sentence about non-constant shifts
2015-08-05 Russ Coxdoc/go1.5: fix hyperlink for runtime/trace
2015-08-05 Russ Coxgo/build: enable cgo on freebsd/arm
2015-08-05 Russ Coxcmd/go: skip external tests on freebsd-arm builder
2015-08-05 Russ Coxinternal/testenv: add Builder, to report builder name
2015-08-05 Austin Clementsdoc: mention new DWARF line table decoder in go1.5...
2015-08-05 Dmitry Vyukovdoc/go1.5.html: update references to runtime/trace...
2015-08-05 Russ Coxruntime: align stack pointer during initcgo call on arm
2015-08-05 Andrew Gerranddoc: adjust installation instructions dynamically for...
2015-08-05 Andrew Gerranddoc: bump minimum requirement to OS X 10.7
2015-08-04 Robert Griesemerreflect: fix doc string
2015-08-04 Austin Clementsruntime: fix typos in comments
2015-08-04 Austin Clementsruntime: fix assist utilization computation
2015-08-04 Austin Clementsruntime: revise assist ratio aggressively
2015-08-04 Austin Clementsruntime: when gcpacertrace > 0, print information about...
2015-08-04 Austin Clementsruntime: make sweep proportional to spans bytes allocated
2015-08-04 Austin Clementsruntime: always give concurrent sweep some heap distance
2015-08-04 Austin Clementsruntime: assist the GC during GC startup and shutdown
2015-08-04 Austin Clementsruntime: recheck GC trigger before actually starting GC
2015-08-04 Ian Lance Taylordoc: link to design doc for GOMAXPROCS change in go1...
2015-08-04 Ian Lance Taylorcmd/go: fix documentation for exported functions
2015-08-04 Vincent Battsarchive/tar: don't treat multiple file system links...
2015-08-04 Ian Lance Taylorcmd/go: document that functions are exported by cgo
2015-08-04 Rob Pikego/types: remove the renaming import of go/constant
2015-08-04 Caleb Sparedoc: link to the release cycle from contribute.html
2015-08-04 Caleb Sparecmd/go: re-run mkalldocs.sh after testflag change
2015-08-04 Andy Maloneydoc: Mention contributor agreement immediately after...
2015-08-04 Caleb Sparecmd/go: documented default value of the -timeout testflag
2015-08-03 Russ Coxcmd/go: clean up installHeader action
2015-08-03 Russ Coxcmd/go: document and fix 'go build -o' semantics
2015-08-03 Brad Fitzpatricknet/http: deflake TestZeroLengthPostAndResponse
2015-08-03 Brad Fitzpatricknet/http: fix server/transport data race when sharing...
2015-08-03 Mikio Hararuntime: skip TestCgoCallbackGC on dragonfly
2015-08-03 Rob Pikedoc: document new linker -X syntax in go1.5.html
2015-08-03 Andrew Gerranddoc: link to proposal process from contribution guidelines
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
next