]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-06-14 Austin Clementsruntime: move pdesc into p
2017-06-14 Hiroshi Iokago/printer: handle associated comments for CommentedNode
2017-06-13 Ian Lance Taylorcmd/go: fix TestIssue7573 for absolute paths in -L...
2017-06-13 Austin Clementsruntime: increase MaxGomaxprocs to 1024
2017-06-13 Pravendra Singhreflect: prevent structs with invalid field name
2017-06-13 Emmanuel Odekenet/http: fix application/ogg sniff signature
2017-06-13 Daniel Theophanesdoc: add go1.9 release notes for database/sql changes
2017-06-13 Robert Griesemercmd/go: adjust regexp that cleans cgo-related errors
2017-06-13 Brad Fitzpatrickdoc: flesh out some more Go 1.9 package notes
2017-06-13 Daniel Theophanesdatabase/sql: ensure a Stmt from a Conn executes on...
2017-06-13 Austin Clementsruntime: clean up some silly allp loops
2017-06-13 Ian Lance Taylorgo/build: make -I/-L options in cgo flags absolute
2017-06-13 Adam Langleycrypto/x509: support excluded domains in name constraints.
2017-06-13 Alberto Donizettidoc: add encoding changes to 1.9 release notes
2017-06-13 Ian Lance Taylorcmd/go: initialize in get before loading packages
2017-06-13 Ben Shicmd/internal/obj/arm: fix MOVW to/from FPSR
2017-06-13 Alex Brainmantime: run genzabbrs.go to update zoneinfo_abbrs_windows.go
2017-06-13 Brad Fitzpatrickruntime, unicode: use consistent banner for generated...
2017-06-12 Daniel Theophanesdatabase/sql: correct level of write to same var for...
2017-06-12 Kale Blankenshipdoc: add net/http changes to go1.9.html
2017-06-12 Sarah Adamsdatabase/sql: properly document QueryRow
2017-06-12 Hiroshi Iokago/parser: handle last line comments
2017-06-12 Daniel Theophanesdatabase/sql: prevent race on Rows close with Tx Rollback
2017-06-12 Daniel TheophanesRevert "database/sql: Use Tx.ctx in Tx non-context...
2017-06-11 Alex Brainmandoc: explain Windows DWARF linker changes in go1.9...
2017-06-09 Brad Fitzpatricknet: don't run TestDialListenerAddr in short mode on...
2017-06-09 Austin Clementsruntime: YIELD in procyield on ARM
2017-06-09 Brad Fitzpatrickall: single space after period
2017-06-09 Brad Fitzpatrickos/exec: remove BUG for old and unsupported OS
2017-06-09 Austin Clementsruntime: print pc with fp/sp in traceback
2017-06-09 Alberto Donizettidoc: list image changes in 1.9 release notes
2017-06-09 Daniel Martícmd/compile: don't use ."" as a pkg prefix
2017-06-09 Brad Fitzpatricknet/http: regenerate http2 bundle with bundle fixes...
2017-06-09 Austin Clementsdoc/go1.9: runtime release notes
2017-06-09 Austin Clementsdoc/go1.9: GC performance release notes
2017-06-09 Ben Shicmd/internal/obj/arm: fix encoding of move register...
2017-06-09 Meir Fischertesting: show in-progress tests upon SIGINT
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
next