Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/master long-term tracking #4

Merged
merged 1,663 commits into from
Feb 11, 2019
Merged
Changes from 1 commit
Commits
Show all changes
1663 commits
Select commit Hold shift + click to select a range
976bab6
syscall: remove linknames to runtime symbols for aix/ppc64
Dec 13, 2018
47fb1fb
cmd/go/internal/get: move wildcard-trimming to before CheckImportPath
Dec 14, 2018
dbd323b
internal/x/net/http2/hpack: update from upstream
bradfitz Dec 13, 2018
b875991
net/http/httptest: don't register a flag unless it looks like it's in…
bradfitz Dec 14, 2018
84bf9ce
doc: document Go 1.10.7
FiloSottile Dec 14, 2018
4771356
doc: document Go 1.11.4
FiloSottile Dec 14, 2018
fd323a8
cmd/go/internal/cache: save more data from DefaultDir
Dec 14, 2018
281ce28
cmd/link: fix in-package syso linking
minux Dec 14, 2018
26985ed
cmd/nm: report windows/arm as relocatable in TestGoExec
jordanrh1 Dec 15, 2018
d50390c
cmd/fix,cmd/cgo,misc/cgo: map the EGLDisplay C type to uintptr in Go
Dec 15, 2018
e167587
go/doc: handle Examples with no body
agnivade Dec 16, 2018
a27f3d5
runtime: fix hangs in TestDebugCall*
aclements Dec 14, 2018
bc175e5
cmd/dist: re-enable VFPv3 on openbsd/arm
4a6f656c Dec 15, 2018
e453577
os: make Stat work on FAT file system
alexbrainman Dec 15, 2018
bed88f4
cmd/link: fix error messages for external linking on ppc64
Nov 23, 2018
fe2feb9
runtime: poison the write barrier buffer during flushing
aclements Dec 17, 2018
a1aafd8
cmd/compile: generate interface method expression wrapper for error.E…
griesemer Dec 17, 2018
179acf4
doc/go1.12: updates for runtime and compiler
aclements Dec 17, 2018
503091a
cmd: improve aix/ppc64 new symbol addressing
Nov 28, 2018
3c255e8
runtime: record extra information in throwOnGCWork crashes
aclements Dec 17, 2018
db1e8a9
runtime: make traceback indicate whether _defer was just allocated
aclements Dec 17, 2018
ccbca56
runtime: capture pause stack for late gcWork put debugging
aclements Dec 17, 2018
6e33abb
doc/go1.12: release notes for "go doc -all"
FiloSottile Dec 13, 2018
81a908a
doc/go1.12: release notes for crypto
FiloSottile Dec 13, 2018
213845f
runtime: fix sysUsed for Windows
mknyszek Dec 11, 2018
d924c33
cmd/compile: prevent double-walk of switch for OPRINT/OPRINTN
dr2chase Dec 17, 2018
9a3c1a1
cmd/link: move XCOFF data addresses to an unreachable segment
Nov 23, 2018
3651476
runtime: add iterator abstraction for mTreap
mknyszek Nov 26, 2018
0648424
runtime: allocate from free and scav fairly
mknyszek Nov 8, 2018
32b879c
doc: explain how to use "go vet -shadow"
ianlancetaylor Dec 17, 2018
99e4ddd
cmd/compile: increase nesting depth limit for type descriptors
griesemer Dec 17, 2018
c52beb1
runtime,cmd/dist,cmd/link: add cgo support on openbsd/arm
4a6f656c Dec 16, 2018
9a258f3
doc: document GODEBUG options to disable use of instruction set exten…
martisch Nov 14, 2018
2d00007
runtime: flush on every write barrier while debugging
aclements Dec 18, 2018
34437f0
doc/1.12: add notes about aix/ppc64 port
Dec 18, 2018
cebf9d4
cmd/link: optimize access to data symbols for aix/ppc64
Nov 26, 2018
3855fe7
runtime: fix backtrace during C syscalls for aix/ppc64
Dec 18, 2018
5777e97
doc/go1.12: add release notes for GODEBUG internal/cpu options
martisch Dec 18, 2018
c040786
doc/go1.12: add notes for syscall/js CLs 141644, 143137, 144384
dmitshur Dec 17, 2018
4e9b3ba
doc/go1.12: finish most Go 1.12 release notes
FiloSottile Dec 18, 2018
d063b7c
cmd/dist: enable race detector test on Linux/ARM64
cherrymui Nov 17, 2018
77caea5
cmd/cover: use -toolexec in tests to run newly built cover program
ianlancetaylor Dec 6, 2018
d689946
cmd/cover: avoid repeating positions
ianlancetaylor Dec 7, 2018
7ef718f
runtime: call mmap with MAP_FIXED on BSDs in race mode
mknyszek Dec 11, 2018
c343b6b
os: show how to print permission bits in octal
kevinburke Dec 17, 2018
9d0318f
api: promote next to go1.12
FiloSottile Dec 18, 2018
9ded8b0
doc/go1.12: note that syscall.Getdirentries is no longer supported on…
Dec 18, 2018
e3b4b7b
runtime: use QPC for nanotime and time.now on windows/arm
jordanrh1 Dec 18, 2018
9ed9df6
runtime: avoid write barrier in startpanic_m
mknyszek Dec 18, 2018
d902f23
cmd/cgo,doc/go1.12.html: document breaking EGLDisplay change
Dec 19, 2018
d9e2ba4
cmd/cgo: ensure the command passed to run retains a trailing dash
ianlancetaylor Dec 19, 2018
1e88d91
doc/go1.12: fix typos and code formatting
tklauser Dec 19, 2018
e2897e4
doc/go1.12: fix minor grammatical error
agnivade Dec 19, 2018
f880efc
Revert "runtime: use QPC for nanotime and time.now on windows/arm"
jordanrh1 Dec 19, 2018
6fcab64
runtime: disable TestArenaCollision on Darwin in race mode
mknyszek Dec 19, 2018
d0f8a75
runtime: don't clear lockedExt on locked M when G exits
mknyszek Dec 7, 2018
84066f1
runtime: use QPC to implement cputicks() on windows/arm
jordanrh1 Dec 19, 2018
7e1ec1e
net/http: fix the old url about deflate
catatsuy Dec 20, 2018
49abcf1
os: adjust TempDir for Z:\
alexbrainman Dec 17, 2018
0dd88cd
net: don't accept timeouts in TestUDPZeroBytePayload
ianlancetaylor Dec 18, 2018
b17d544
cmd/vendor: update vendored golang.org/x/sys/windows
tklauser Dec 20, 2018
4422319
doc/go1.12: fix GOARCH value in Syscall18 link
tklauser Dec 20, 2018
4439907
cmd/compile: ignore out-of-bounds reads from readonly constants
randall77 Dec 13, 2018
745273f
os: clarify O_TRUNC comment
ianlancetaylor Dec 20, 2018
1e70833
compress/flate: fix the old url for the flate algorithm
osamingo Dec 20, 2018
6a5c5f8
doc/go1.12: correct types for math/bits
bmkessler Dec 20, 2018
8ff04a9
os: clearer doc for Interrupt
kevinburke Sep 25, 2018
706b54b
cmd/compile: fix ICE due to bad rune width
mdempsky Dec 20, 2018
90dca98
doc: clarify change to File.Sync on macOS
ianlancetaylor Dec 19, 2018
429bae7
runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't uns…
mknyszek Dec 20, 2018
0005515
cmd/go: fix -n output in runtime/internal/atomic
Dec 21, 2018
b7451e2
cmd/go: use cached source files in "go list -find -compiled"
Dec 21, 2018
e7c20b7
doc: go_mem: clarify Once docs
ianlancetaylor Dec 21, 2018
08477a3
cmd/cgo: don't let inserted /*line*/ become a // comment
ianlancetaylor Dec 21, 2018
debca77
cmd/compile: fix line number for implicitly declared method expressions
randall77 Dec 21, 2018
c541445
cmd/compile: pad zero-sized stack variables
randall77 Dec 22, 2018
3a3b98f
cmd/compile/internal/ssa/gen: set wasm genfile
josharian Dec 16, 2018
97d5cb2
cmd/go: add regression test for cryptic vcs errors
mvdan Dec 20, 2018
3b66c00
reflect: fix panic when Value.IsNil is called for UnsafePointer
andybons Dec 23, 2018
b32ee0a
path/filepath: walkSymlinks: return correct error for file with trail…
cuonglm Dec 21, 2018
652d598
time: return ENOENT if a zoneinfo zip file is not found
ushakov Dec 21, 2018
55e3ace
cmd: vendor x/sys/unix into the stdlib
randall77 Dec 22, 2018
bfaf11c
math/big: fix incorrect comment variable reference
willbeason Dec 26, 2018
6a64efc
cmd/compile: fix MIPS SGTconst-with-shift rules
cherrymui Dec 26, 2018
c0914d5
os: add SyscallConn method for os.File
ianlancetaylor Dec 20, 2018
b115207
syscall: document LockOSThread with GNU/Linux SysProcAttr.Ptrace
ianlancetaylor Dec 20, 2018
c043fc4
os: don't let sendFile put a pipe into blocking mode
ianlancetaylor Dec 20, 2018
69c2c56
cmd/compile,runtime: redo mid-stack inlining tracebacks
randall77 Dec 4, 2018
d459962
encoding/gob: mention that Encoder and Decoder are safe for concurren…
mostynb Dec 28, 2018
14bdcc7
cmd/compile: fix racewalk{enter,exit} removal
randall77 Dec 28, 2018
ed15e82
runtime: panic on uncomparable map key, even if map is empty
randall77 Dec 28, 2018
efbd01f
test: disable issue 29329 test when cgo is not enabled
ALTree Dec 29, 2018
58a17b4
net/http: fix typographical error in transport.go
Inconnu08 Dec 29, 2018
3e89272
runtime: use EnumTimeFormatsEx instead of EnumWindows in callback tests
jordanrh1 Dec 30, 2018
f4f1b14
strconv: add missing package name into doc.go(godoc overview)
Dec 30, 2018
480373c
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names i…
paulzhol Dec 29, 2018
ed78c90
strconv: make docs for Itoa and Atoi slightly higher level
josharian Dec 30, 2018
c6282e7
doc: 2019 is the Year of the Gopher
josharian Jan 1, 2019
204a8f5
runtime: fix REFLECTMETHOD macro
mmcloughlin Jan 1, 2019
f4f6594
runtime: fix notetsleepg deadline on js/wasm
neelance Dec 11, 2018
ad16449
cmd/compile/internal/gc: remove unused methodbyname type
quasilyte Dec 29, 2018
04eda1a
net/url: clarify documentation about (*URL).String
agnivade Dec 21, 2018
8962b71
runtime: fix string formatting
daniel-s-ingram Dec 22, 2018
2175177
net/http/httputil: fix missing previous headers in response when swit…
juliens Jan 2, 2019
1f035d0
runtime: disable GDB tests on freebsd/arm for now
bradfitz Jan 2, 2019
2e217fa
cmd/compile: fix deriving from x+d >= w on overflow in prove pass
cherrymui Jan 2, 2019
5ec5c57
cmd/dist: list only supported platforms
tklauser Dec 28, 2018
8e63961
runtime: don't spin in checkPut if non-preemptible
aclements Dec 31, 2018
22738f0
runtime: add GODEBUG=madvdontneed=1
bradfitz Jan 2, 2019
64096db
api: add os.(*File).SyscallConn to go1.12.txt
bradfitz Jan 2, 2019
57879fe
cmd/compile: fix format test
cherrymui Jan 2, 2019
ae68cf4
cmd/compile: Update ssa/debug_test reference files for delve and gdb
dr2chase Jan 2, 2019
5de0c37
doc: go1.12: clarify use of MADV_FREE
ianlancetaylor Dec 20, 2018
0175064
net: skip TestUDPZeroBytePayload on Darwin
ianlancetaylor Jan 3, 2019
abd1dde
cmd/compile: fix no-op instruction used by s390x
randall77 Dec 31, 2018
374546d
cmd/go: respect gcflags, ldflags in 'go test'
aarzilli Sep 19, 2018
30c0a0d
runtime: remove redundant slicing
Neverik Jan 3, 2019
5372257
runtime: skip stack barrier copy when there are no pointers
methane Dec 26, 2018
af43203
runtime: add test for go function argument scanning
randall77 Jan 3, 2019
5073bf3
crypto/sha256: fix casting of d.nx in UnmarshalBinary
jblebrun Jan 3, 2019
6886677
runtime: don't scan go'd function args past length of ptr bitmap
randall77 Jan 3, 2019
af134b1
runtime: proper panic tracebacks with mid-stack inlining
randall77 Dec 10, 2018
9a7278a
cmd/go: fix failure in TestScript/build_runtime_gcflags
Jan 3, 2019
95a6f11
runtime: work around "P has cached GC work" failures
aclements Jan 3, 2019
0d6a2d5
runtime: skip writes to persistent memory in cgo checker
ianlancetaylor Dec 22, 2018
23c22ca
crypto/sha512: fix casting of d.nx in UnmarshalBinary
jblebrun Jan 4, 2019
d15ffca
doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontne…
bradfitz Jan 2, 2019
0dc7a1d
doc/go1.12: document RSA-PSS support in crypto/tls
FiloSottile Dec 21, 2018
4c3b4df
CONTRIBUTORS: first round of automated updates for Go 1.12
dmitshur Jan 4, 2019
86e31bc
doc/go1.12: remove known issue note
FiloSottile Jan 4, 2019
28fb8c6
cmd/compile: modify swt.go to skip repeated walks of switch
dr2chase Jan 4, 2019
303a596
crypto/x509: ignore 5 phantom 1024-bit roots in TestSystemRoots
FiloSottile Jan 5, 2019
35f4ec1
crypto/x509: ignore harmless edge case in TestSystemRoots
FiloSottile Jan 5, 2019
fd752d5
cmd/vendor: update to golang.org/x/tools@3ef68632
mvdan Jan 6, 2019
11847cb
cmd: vendor x/sys/unix into the stdlib
randall77 Jan 6, 2019
f7248ba
archive/zip: fix casting overflow on 32-bit arch
cuonglm Jan 5, 2019
73fb3c3
doc: remove incorrect space in %T and %v output examples
gbbr Jan 7, 2019
e1b9037
cmd/go: deflake TestScript/gcflags_patterns
Jan 4, 2019
857b339
crypto/sha1: fix casting of d.nx in UnmarshalBinary
jblebrun Jan 4, 2019
55dec44
crypto/md5: fix casting of d.nx in UnmarshalBinary
jblebrun Jan 4, 2019
649294d
math: fix ternary correction statement in Log1p
bmkessler Jan 3, 2019
af3c480
lib/time: update tzdata to 2018i
ianlancetaylor Jan 7, 2019
902b1f6
runtime/pprof: add a test for gccgo bug #29448
cherrymui Dec 31, 2018
5a0743b
cmd/go: improve error message for names forbidden by Windows
ianlancetaylor Jan 7, 2019
e3eb2ff
runtime: disable GDB tests on freebsd on all GOARCH values
paulzhol Jan 7, 2019
a1d5e8a
cmd/go: fix typo in output of go help importpath
mark-rushakoff Jan 8, 2019
232c979
runtime: store incremented PC in result of runtime.Callers
randall77 Jan 7, 2019
8712562
doc: make link relative in 1.12 cgo release notes
ALTree Jan 8, 2019
033b650
doc: update tzdata version in 1.12 release notes
ALTree Jan 8, 2019
956879d
runtime: make FuncForPC return the innermost inlined frame
randall77 Jan 5, 2019
1d2e548
doc: go1.12: mention os.File.SyscallConn
ianlancetaylor Jan 8, 2019
9473c04
bufio: document relationship between UnreadByte/UnreadRune and Peek
bradfitz Jan 2, 2019
79c50c4
os: disable the use of netpoll on regular files on *BSDs.
paulzhol Jan 7, 2019
5efe9a8
runtime: follow convention for generated code comment in fastlog2table
tklauser Jan 8, 2019
dd7d6c2
debug/gosym: remove outdated comment
cuonglm Jan 9, 2019
99ea99e
net/http/httputil: fix typo in ReverseProxy godoc
tklauser Jan 9, 2019
a14ed2a
net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgrades
bradfitz Jan 9, 2019
8765a78
go/types: don't create new context string for each argument of each call
griesemer Jan 9, 2019
52cae27
cmd/internal/obj/wasm: increment PC by 2 at sigpanic
cherrymui Jan 9, 2019
9a5a504
cmd/go: skip tests using Git on Plan 9
0intro Jan 9, 2019
a5318bf
os: always treat files as unpollable on FreeBSD
ianlancetaylor Jan 9, 2019
20ac64a
cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/…
Jan 9, 2019
9aa2c06
net: update BUG sections for go1.12
mikioh Jan 9, 2019
94d9a20
net: drop confusing comment
mikioh Jan 9, 2019
44cf595
path/filepath: return special error from EvalSymlinks
alexbrainman Jan 5, 2019
4b3f04c
runtime: make mTreap iterator bidirectional
mknyszek Jan 4, 2019
5f699e4
doc: add Go 1.12 release note for trigonometric reductions in math
ianlancetaylor Jan 10, 2019
a2e7957
cmd/compile: separate data and function LSyms
aclements Jan 9, 2019
a2bb68d
cmd/go: remove note about GOCACHE=off in docs
thaJeztah Jan 11, 2019
7cbfa55
net: pass if at least one matching entry in TestLookupGmailTXT
ianlancetaylor Jan 11, 2019
4e8aaf6
net: skip TestLookupGmailTXT on Plan 9
0intro Jan 13, 2019
70931c0
database/sql: fix logic for pulling a Conn from DB
kardianos Jan 11, 2019
7502ed3
cmd/compile: when merging instructions, prefer line number of faultin…
randall77 Jan 8, 2019
e1d20ce
misc/sortac: delete sortac command
dmitshur Jan 10, 2019
462e902
runtime: keep FuncForPC from crashing for PCs between functions
randall77 Jan 14, 2019
d82c9a1
path/filepath: skip part of TestNTNamespaceSymlink
alexbrainman Jan 15, 2019
3e9c3cf
cmd/go: remove init() to fix precedence issue when setting debug mod …
vearutop Jan 9, 2019
76e8ca4
cmd/cgo: don't replace newlines with semicolons in composite literals
ianlancetaylor Jan 15, 2019
55715c1
cmd/go: fix wording issue in comment
mvdan Jan 15, 2019
5fae09b
encoding/json: add comment for mashalererror struct
Jan 15, 2019
34817dd
cmd/go/internal/clean: fix clean -testcache does not clean test cache
oiooj Jan 16, 2019
0456036
net: increase TestNotTemporaryRead server sleep
Jan 16, 2019
006a5e7
testing: report the failing test in a late log panic
ianlancetaylor Jan 11, 2019
e2ff732
doc/go1.12: link to ABIInternal design document
aclements Jan 17, 2019
79ac638
runtime: refactor coalescing into its own method
mknyszek Jan 14, 2019
2f99e88
runtime: de-duplicate coalescing code
mknyszek Jan 15, 2019
6e9f664
runtime: don't coalesce scavenged spans with unscavenged spans
mknyszek Jan 16, 2019
33caf3b
math/big: document that Rat.SetString accepts _decimal_ float represe…
griesemer Jan 17, 2019
246e6ce
net/http: clarify Transport connection reuse docs a bit
bradfitz Jan 17, 2019
dd1889c
cmd/cgo: don't replace newlines with semicolons in expressions
ianlancetaylor Jan 18, 2019
c077c74
cmd/go: don't modify GOROOT in TestNewReleaseRebuildsStalePackagesInG…
ianlancetaylor Dec 17, 2018
dc88902
runtime: sample large heap allocations correctly
rauls5382 Jan 18, 2019
bcd3a58
A+C: add author, rename contributor to a real name
tkivisik Jan 18, 2019
1e49021
doc/go1.12: mention heap sampling change
hyangah Jan 18, 2019
6f93f86
crypto/tls: expand Config.CipherSuites docs
FiloSottile Jan 18, 2019
5538a9a
doc/go1.12: mention small RSA keys will cause some TLS handshakes to …
FiloSottile Jan 18, 2019
a15a013
cmd/cgo: print the right error if mangling detection gccgo fails
ianlancetaylor Jan 20, 2019
6718bb2
crypto/tls: send a "handshake failure" alert if the RSA key is too small
FiloSottile Jan 18, 2019
e308807
flag: improve docs for PrintDefaults; clarify how to change output de…
cannona Oct 27, 2018
8e50e48
cmd/cgo: remove duplicate entry from gofmtLineReplacer
tklauser Jan 20, 2019
cad6d1f
doc/go1.12.html: document rejection of mangled C names
Jan 21, 2019
8d2e65d
cmd/go: copy missing bit of documentation about code generated comment
dmitshur Jan 21, 2019
ef82ecd
crypto/subtle: normalize constant time ops docs
FiloSottile Jan 20, 2019
1fb5961
cmd/compile: don't bother compiling functions named "_"
randall77 Jan 22, 2019
cd06b2d
A+C: change email address for Elias Naur
Jan 23, 2019
4edea0f
doc: mention 'go get golang.org/dl/...' in install
mvdan Jan 10, 2019
829c5df
net/url, net/http: reject control characters in URLs
bradfitz Jan 23, 2019
1e450aa
net/http: update bundled http2
bradfitz Jan 23, 2019
193c16a
crypto/elliptic: reduce subtraction term to prevent long busy loop
FiloSottile Jan 22, 2019
9d23975
cmd/go/internal/modload: ensure that __debug_modinfo__ is not discard…
Jan 17, 2019
8b7cf89
cmd/compile, cmd/link: document more flags
yo-tak Jan 22, 2019
8c10ce1
cmd/go: mention that binary packages are going away
ianlancetaylor Jan 25, 2019
4e056ad
sort: change let to let's
Jan 25, 2019
d585f04
cmd/compile: base PPC64 trunc rules on final type, not op type
ianlancetaylor Jan 26, 2019
eafe9a1
cmd/compile: hide init functions in tracebacks
randall77 Jan 25, 2019
447965d
path/filepath: skip TestIssue29372 on windows, if /tmp has symilinks
alexbrainman Jan 25, 2019
c53aeca
doc: describe change to eliminate method expression wrappers from sta…
randall77 Jan 22, 2019
c00595c
doc: mention init traceback change in Go 1.12 release notes
ianlancetaylor Jan 28, 2019
66065c3
cmd/link: fix confusing error on unresolved symbol
aclements Jan 28, 2019
df719d9
doc: go1.12: mention change in text/template user function panic
ianlancetaylor Jan 29, 2019
d34c0db
doc/go1.12: add notes about 'go doc -src'
kybin Dec 27, 2018
f1d662f
net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs
bradfitz Jan 29, 2019
eb72a30
os: make openFdAt act like openFileNolog
ianlancetaylor Jan 30, 2019
da648ea
doc: remove meaningless word from Go 1.12 release notes
ianlancetaylor Jan 29, 2019
ea27cd3
os: restore RemoveAll docs by making a single copy
ianlancetaylor Jan 30, 2019
56c9f8e
os: treat EACCES as a permission error in RemoveAll
ianlancetaylor Jan 29, 2019
3a91061
doc: note go tool tour removal in 1.12 release notes
ALTree Jan 19, 2019
7376952
CONTRIBUTORS: second round of updates for Go 1.12
dmitshur Jan 29, 2019
f2a416b
cmd/cgo: disable GCC 9 warnings triggered by cgo code
ianlancetaylor Jan 28, 2019
8e093e7
runtime: scavenge memory upon allocating from scavenged memory
mknyszek Jan 25, 2019
faf187f
runtime: add credit system for scavenging
mknyszek Jan 29, 2019
6f4dc1c
cmd/cgo: ignore unrecognized GCC warning group pragmas
paulzhol Feb 1, 2019
03a9f5a
doc: go1.12: update notes on go directive
ianlancetaylor Feb 1, 2019
7e987b7
reflect: eliminate write barrier for copying result in callReflect
cherrymui Feb 1, 2019
8f85424
cmd/compile: fix crash when memmove argument is not the right type
randall77 Feb 1, 2019
3fc276c
cmd/cgo: don't copy a simple variable x in &x[0]
ianlancetaylor Feb 3, 2019
691a2d4
crypto/aes: replace broken extenal link to FIPS 197
spring1843 Feb 3, 2019
b5be877
cmd/go: clarify @none effect on dependants modules
ALTree Feb 4, 2019
20c110e
doc: go1.12: document FreeBSD 12.0 requires COMPAT_FREEBSD11
paulzhol Feb 1, 2019
10faf00
doc: fix a typo
alkesh26 Feb 5, 2019
ccd9d9d
crypto/x509: improve CertificateRequest docs
FiloSottile Feb 5, 2019
aa161ad
test/chan: fix broken link to Squinting at Power Series
spring1843 Feb 6, 2019
95e5b07
crypto/x509: consider parents by Subject if AKID has no match
FiloSottile Feb 4, 2019
5d9bc60
crypto/tls: make TLS 1.3 opt-in
FiloSottile Feb 5, 2019
7ccd358
crypto/tls: disable RSA-PSS in TLS 1.2
FiloSottile Feb 5, 2019
d5a3653
database/sql: document Stmt lifetime
pushrax Jan 23, 2019
c7026f9
doc: fix typos
alkesh26 Feb 9, 2019
ca7c12d
sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement
ianlancetaylor Feb 8, 2019
e1b49ad
doc: remove last pieces of advice to set GOROOT
mvdan Feb 8, 2019
701f6a2
cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod…
Feb 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: document Go 1.10.7
Change-Id: Id71aad4cf6149e0ba15f7fec0b74517827c37866
Reviewed-on: https://go-review.googlesource.com/c/154303
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
FiloSottile committed Dec 14, 2018
commit 84bf9ce1fbe7ae8424031550d9cf3fe6b27575e3
8 changes: 8 additions & 0 deletions doc/devel/release.html
Original file line number Diff line number Diff line change
@@ -113,6 +113,14 @@ <h3 id="go1.10.minor">Minor revisions</h3>
1.10.6 milestone</a> on our issue tracker for details.
</p>

<p>
go1.10.7 (released 2018/12/14) includes a fix to a bug introduced in Go 1.10.6
that broke <code>go</code> <code>get</code> for import path patterns containing
"<code>...</code>".
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.7+label%3ACherryPickApproved">
Go 1.10.7 milestone</a> on our issue tracker for details.
</p>

<h2 id="go1.9">go1.9 (released 2017/08/24)</h2>

<p>