]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-06-08 Brad Fitzpatrickcmd/go: ignore dot and underscore files in fmt, fix...
2017-06-08 Brad Fitzpatricknet/http: remove invalid checks of Request.Proto* for...
2017-06-08 Alex Brainmansyscall: make windows Exit call runtime.exit
2017-06-08 Brad Fitzpatricknet: make Dial("tcp", ln.Addr().String()) work even...
2017-06-08 Ben Burkertnet: support all PacketConn and Conn returned by Resolv...
2017-06-08 Brad Fitzpatricknet/http: simplify recently added TestServeTLS
2017-06-08 Brad Fitzpatricklog/syslog: expand docs a bit to reduce confusion
2017-06-08 Austin Clementsruntime: more diagnostics for TestStackGrowth
2017-06-08 Robert Griesemercmd/compile: fix real/imag for untyped constant arguments
2017-06-08 Austin Clementsruntime: fix documentation error about runtime.GC()
2017-06-08 Niklas Schnellenet/http: add Server.ServeTLS method
2017-06-08 Vladimir Stefanovicnet/http: enable TestLinuxSendfile on mips64
2017-06-08 Sam Whitedbufio: clarify WriteTo docs
2017-06-08 Robert Griesemergo/types: adjust type-checking of shifts to match compilers
2017-06-08 Robert Griesemerspec: clarify restrictions on RHS of non-constant shifts
2017-06-08 Austin Clementsruntime: fix tab/space inconsistency in runtime-gdb.py
2017-06-08 Austin Clementsruntime: fix GDB goroutine N command when N is running
2017-06-08 Ian Lance Taylortest: add test that caused gccgo undefined symbol error
2017-06-08 Wei Xiaocmd/go: fix TestBuildIDContainsArchModeEnv fail on...
2017-06-08 Nigel Taocompress/lzw: don't follow code == hi if last is invalid.
2017-06-08 Ian Lance Taylorreflect: check pkgPath for unexported methods in Implements
2017-06-07 Brad Fitzpatricknet/http: delete vestigial method
2017-06-07 Joonas Kuorilehtosync: remove note about creating with structures
2017-06-07 Robert Griesemercmd/compile: separate code for len, cap from code for...
2017-06-07 Alberto Donizettitime: vendor tzdata-2017b and update test
2017-06-07 Robert Griesemercmd/compile: don't implicitly dereference pointer to...
2017-06-07 Bulat Gaifullindatabase/sql: Use Tx.ctx in Tx non-context methods
2017-06-07 Rob Phoenixfmt: remove unnecessary trailing commas in doc.go
2017-06-07 Alberto Donizettidoc: list testing package changes in 1.9 release notes
2017-06-07 Brad Fitzpatricknet/http: don't crash in Request.WithContext if Request...
2017-06-07 Cherry Zhangcmd/internal/obj/arm: don't split instructions on NaCl
2017-06-07 Alberto Donizettidoc: remove math/bits from 'minor changes' section
2017-06-07 Brad Fitzpatrickdoc: add type aliases to go1.9.html
2017-06-07 Austin Clementsruntime: mark extra M's G as dead when not in use
2017-06-07 Ian Lance Taylorruntime: deflake TestPanicRace
2017-06-07 Brad Fitzpatrickbuiltin: use type aliases for rune and byte
2017-06-07 Keith Randallcmd/compile: check that phis are always first after...
2017-06-06 Ian Lance Taylorruntime: intercept munmap as we do mmap
2017-06-06 Brad Fitzpatrickdoc: delete go1.8.txt
2017-06-06 Ian Lance Taylormath: clarify comment about bit-identical results acros...
2017-06-06 Keith Randallcmd/compile: reject unknown //go: comments in std library
2017-06-06 Brad Fitzpatrickdoc: start of go1.9.html release notes
2017-06-06 gulyasmmath: add doc note about floating point operation
2017-06-06 Russ Coxcmd/compile: use file content, not suffix, to distingui...
2017-06-06 Russ Coxcmd/link: add -importcfg to specify import resolution
2017-06-06 Russ Coxcmd/compile: add -importcfg to specify import resolution
2017-06-06 Russ Coxtime: strip monotonic clock reading in t.UTC, t.Local...
2017-06-06 Alberto Donizettistrings: document Split{,N,After,AfterN} edge cases
2017-06-05 Ian Lance Taylorruntime: delay exiting while panic is running deferred...
2017-06-05 Alberto Donizettigo/types: don't panic in complex division
2017-06-05 Ian Lance Taylorruntime: save and restore CR for ppc64le
2017-06-05 Ian Lance Taylorcmd/internal/obj/ppc64: fix MOVFL REG, CONST
2017-06-05 Russ Coxcmd/link: fix accidentally-quadratic library loading
2017-06-05 Russ Coxcmd/go: fix ugly "BUG" in go help message output
2017-06-05 Russ Coxcmd/go: include Fortran files in build ID computation
2017-06-05 Daniel Theophanesdatabase/sql: ensure Rows is closed when Tx closes
2017-06-05 David Glassernet/http: make Transport retry GetBody requests if...
2017-06-05 Ben Shicmd/internal/obj/arm: fix constant decomposition
2017-06-05 Alberto Donizettiencoding/json: clarify unmarshaling behaviour on bad...
2017-06-05 Ilya Tocarruntime: avoid division in gc
2017-06-05 Austin Clementsruntime: expand acceptable PingPongHog factor from...
2017-06-05 Alexander Menzhinskycmd/go: reject -buildmode=plugin if package is not...
2017-06-03 Josh Bleecher... cmd/compile: add valState to ssa sizeof tests
2017-06-03 Alberto Donizetticmd/cgo: show pos info in undefined name errors
2017-06-02 Filippo ValsordaC: add Filippo Valsorda's cloudflare.com email (Cloudfl...
2017-06-02 Robert Griesemergo/printer: don't emit unnecessary //line directives...
2017-06-02 Alberto Donizettibytes: note that NewBuffer take ownership of its argument
2017-06-02 Dhananjay Nakranicmd/cover: take default value of total only once.
2017-06-02 David Lazarcmd/compile: retain source positions of arguments to...
2017-06-02 Ian Lance Taylorcmd/go: remove TestCoverageUsesActualSettingToOverrideE...
2017-06-02 Joe Tsaicompress/gzip: clarify behavior of Writer.Close
2017-06-01 Ian Lance Taylorsort: clarify comment about not-a-number values
2017-06-01 Ilya Tocarcmd/compile/internal/gc: speed-up small array comparison
2017-05-31 Chris Broadfootdoc: update bootstrap archive URL
2017-05-31 Ian Lance Taylorsort: document NaN behavior for Float64Slice and friends
2017-05-31 Cherry Zhangcmd/compile: fix subword store/load elision for MIPS
2017-05-31 Alberto Donizettimath/big: fix Add, Sub when receiver aliases 2nd operand
2017-05-31 Julio Montessyscall: allow processes steal a controlling terminal...
2017-05-31 Benny Siegertruntime: work around NetBSD bug in thread creation
2017-05-30 Aliaksandr... cmd/vet: add a test for embedded stringer
2017-05-30 Josh Bleecher... cmd/compile: don't generate liveness maps when the...
2017-05-30 David Chasecmd/compile: fix subword store/load elision for amd64...
2017-05-30 Marcel van... testing: clarify that subtests are run as goroutines
2017-05-30 Dmitry Savintsevcmd/link: fix left-over reference to reflect.c
2017-05-29 Mikio Haravendor: update vendored lif
2017-05-29 Wei Xiaoruntime: fix stack split at bad time when disable inlining
2017-05-29 Dmitry Savintsevruntime: fix file reference in comments
2017-05-28 Fatih Arslancmd/vet: set exit status to non zero for all cases
2017-05-26 Heschi Kreinickcmd/internal/dwarf: update to DWARF4, emit frame_base
2017-05-26 Filip GruszczyƄskiencoding/gob: speedup decoding of maps by zeroing values
2017-05-26 Tom Bergannet/http: update bundled x/net/http2
2017-05-26 Yasuhiro Matsumotoarchive/zip: set utf-8 flag
2017-05-26 Bryan C. Millsruntime/cgo: add TSAN annotations for C sigaction call
2017-05-26 Austin Clementsdebug/dwarf: heuristically handle both UNIX and Windows...
2017-05-26 Ian Lance Taylorcmd/cgo, runtime/cgo: add docs for TSAN interaction
2017-05-25 Ben Shicmd/asm/internal/asm: fix a bug in ARM assembly encodin...
2017-05-25 Ben Shicmd/internal/obj/arm: fix illegal forms of ARM VFP...
2017-05-25 Austin Clementsruntime: accept non-monotonic arena allocation on 32-bit
2017-05-25 Emmanuel Odekenet/http: revert CL 43779
2017-05-25 David du Colombiervendor: update golang.org/x/net/nettest
next