2016-11-29 18:44:15 -07:00
|
|
|
This file lists things yet to be moved into go1.8.html or deemed too
|
|
|
|
minor to mention. Either way, delete from here when done.
|
2016-08-18 15:39:16 -06:00
|
|
|
|
2016-08-17 09:30:31 -06:00
|
|
|
Tools:
|
|
|
|
|
2016-08-23 07:14:31 -06:00
|
|
|
go: -buildmode=c-archive now builds PIC on ELF (CL 24180)
|
2016-08-28 10:05:33 -06:00
|
|
|
go: mobile pkg dir change, recommend using go list in scripts (CL 24930, CL 27929)
|
2016-10-03 12:25:25 -06:00
|
|
|
go, dist: can set default pkg-config tool using PKG_CONFIG env var (CL 29991)
|
|
|
|
go: can set secure/insecure GIT schemes using GIT_ALLOW_PROTOCOL env var (CL 30135)
|
2016-08-18 15:39:16 -06:00
|
|
|
|
2016-08-17 09:30:31 -06:00
|
|
|
API additions and behavior changes:
|
|
|
|
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/compile, runtime, etc: get rid of constant FP registers (CL 28095)
|
2016-10-16 04:27:43 -06:00
|
|
|
cmd/compile, runtime: add go:yeswritebarrierrec pragma (CL 30938)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/compile/internal/gc: enable new parser by default (CL 27203)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/compile/internal/syntax: fast Go syntax trees, initial commit (CL 27195)
|
|
|
|
cmd/compile: add compiler phase timing (CL 24462)
|
|
|
|
cmd/compile: add inline explainer (CL 22782)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/compile: enable flag-specified dump of specific phase+function (CL 23044)
|
2016-11-22 08:24:13 -07:00
|
|
|
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/internal/obj, cmd/link: darwin dynlink support (CL 29393)
|
2016-10-16 04:27:43 -06:00
|
|
|
cmd/internal/objfile: add ppc64/ppc64le disassembler support (CL 9682)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/link, cmd/go: delay linking of mingwex and mingw32 until very end (CL 26670)
|
|
|
|
cmd/link: R_ADDR dynamic relocs for internal PIE (CL 29118)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/link: add trampolines for too far calls in ppc64x (CL 30850)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/link: allow internal PIE linking (CL 28543)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/link: fix -X importpath.name=value when import path needs escaping (CL 31970)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/link: fix -buildmode=pie / -linkshared combination (CL 28996)
|
2016-11-15 18:16:15 -07:00
|
|
|
cmd/link: for -buildmode=exe pass -no-pie to external linker (CL 33106)
|
2016-10-16 04:27:43 -06:00
|
|
|
cmd/link: insert trampolines for too-far jumps on ARM (CL 29397)
|
|
|
|
cmd/link: non-executable stack support for Solaris (CL 24142)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/link: put text at address 0x1000000 on darwin/amd64 (CL 32185)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/link: remove the -shared flag (CL 28852)
|
|
|
|
cmd/link: split large elf text sections on ppc64x (CL 27790)
|
2016-11-01 17:44:18 -06:00
|
|
|
cmd/link: trampoline support for external linking on ARM (CL 31143)
|
2016-10-09 11:20:39 -06:00
|
|
|
cmd/objdump: implement objdump of .o files (CL 24818)
|
2016-11-22 08:24:13 -07:00
|
|
|
|
2016-11-01 17:44:18 -06:00
|
|
|
go/build: allow % in ${SRCDIR} expansion for Jenkins (CL 31611)
|
|
|
|
go/build: do not record go:binary-only-package if build tags not satisfied (CL 31577)
|
2016-11-15 18:16:15 -07:00
|
|
|
go/build: implement default GOPATH (CL 32019)
|
2016-11-22 12:57:49 -07:00
|
|
|
|
2016-11-01 17:44:18 -06:00
|
|
|
runtime/race: update race runtime (CL 32160)
|
2016-10-09 11:20:39 -06:00
|
|
|
runtime: assume 64kB physical pages on ARM (CL 25021)
|
2016-11-01 17:44:18 -06:00
|
|
|
runtime: disable stack rescanning by default (CL 31766)
|
2016-10-09 11:20:39 -06:00
|
|
|
runtime: don't call cgocallback from signal handler (CL 30218)
|
|
|
|
runtime: fix check for vacuous page boundary rounding (CL 27230)
|
|
|
|
runtime: fix map iterator concurrent map check (CL 24749)
|
|
|
|
runtime: fix newextram PC passed to race detector (CL 29712)
|
2016-11-01 17:44:18 -06:00
|
|
|
runtime: implement unconditional hybrid barrier (CL 31765)
|
2016-11-15 18:16:15 -07:00
|
|
|
runtime: include pre-panic/throw logs in core dumps (CL 32013)
|
2016-10-09 11:20:39 -06:00
|
|
|
runtime: limit the number of map overflow buckets (CL 25049)
|
2016-11-01 17:44:18 -06:00
|
|
|
runtime: pass windows float syscall args via XMM (CL 32173)
|
|
|
|
runtime: print sigcode on signal crash (CL 32183)
|
2016-10-16 04:27:43 -06:00
|
|
|
runtime: record current PC for SIGPROF on non-Go thread (CL 30252)
|
2016-10-09 11:20:39 -06:00
|
|
|
runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsd (CL 30154)
|