Note: once things are added to go1.8.html or deemed too minor they're moved from the sections at top down to the "HTMLified" or "Probably omit" sections below. These top sections remain to be HTMLified or deemed too boring: Tools: go: -buildmode=c-archive now builds PIC on ELF (CL 24180) go: mobile pkg dir change, recommend using go list in scripts (CL 24930, CL 27929) 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) API additions and behavior changes: cmd/compile, runtime, etc: get rid of constant FP registers (CL 28095) cmd/compile, runtime: add go:yeswritebarrierrec pragma (CL 30938) cmd/compile/internal/gc: add runtime/trace support (CL 25354) cmd/compile/internal/gc: enable new parser by default (CL 27203) 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) cmd/compile: enable flag-specified dump of specific phase+function (CL 23044) cmd/compile: remove -A flag (CL 31497) cmd/cover: Fix compiler directives handling (CL 30161) cmd/cover: change covered block for switch/select case to exclude expression (CL 32612) cmd/cover: handle gotos (CL 30977) cmd/dist, go/build: make CGO_ENABLED during make.bash sticky (CL 31141) cmd/dist: enable plugin test on darwin/amd64 (CL 29396) cmd/dist: test PIE internal linking on linux/amd64 (CL 28545) cmd/fix: add golang.org/x/net/context fix (CL 28872) cmd/go, testing: indicate when no tests are run (CL 22341) cmd/go: add bug command (CL 28485) cmd/go: add distribution-specific info for Linux to bug command (CL 28581) cmd/go: apply import restrictions to test code too (CL 31821) cmd/go: diagnose non-canonical import paths before compilation (CL 31668) cmd/go: enable -buildmode=plugin on darwin/amd64 (CL 29395) cmd/go: for -msan build runtime/cgo with -fsanitize=memory (CL 24855) cmd/go: make bug subcommand open the browser (CL 29210) cmd/go: make go test -i -o x.test actually write x.test (CL 31352) cmd/go: print more env variables in "go env" (CL 31330) cmd/go: referee another vendor vs symlink fight (CL 31665) cmd/internal/obj, cmd/link: darwin dynlink support (CL 29393) cmd/internal/objfile: add ppc64/ppc64le disassembler support (CL 9682) 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) cmd/link: add trampolines for too far calls in ppc64x (CL 30850) cmd/link: allow internal PIE linking (CL 28543) cmd/link: fix -X importpath.name=value when import path needs escaping (CL 31970) cmd/link: fix -buildmode=pie / -linkshared combination (CL 28996) cmd/link: for -buildmode=exe pass -no-pie to external linker (CL 33106) cmd/link: insert trampolines for too-far jumps on ARM (CL 29397) cmd/link: non-executable stack support for Solaris (CL 24142) cmd/link: plugin support on darwin/amd64 (CL 29394) cmd/link: put text at address 0x1000000 on darwin/amd64 (CL 32185) cmd/link: remove the -shared flag (CL 28852) cmd/link: split large elf text sections on ppc64x (CL 27790) cmd/link: trampoline support for external linking on ARM (CL 31143) cmd/objdump: implement objdump of .o files (CL 24818) cmd/pprof: add options to skip tls verification (CL 33157) cmd/pprof: don't print binary outputs in interactive mode (CL 31123) cmd/pprof: instruction-level granularity in callgrind output (CL 23781) cmd/trace: add option to output pprof files (CL 23324) cmd/trace: fix a runnable goroutine count bug (CL 25552) cmd/trace: move process-wide GC events to their own row (CL 30017) cmd/vet: accept space-separated tag lists for compatibility with cmd/go (CL 32030) cmd/vet: allow ^& uintptr arithmetic (CL 27156) cmd/vet: allow any printf verb with any interface (CL 27127) cmd/vet: check for copying of array of locks (CL 24340) cmd/vet: check for duplicate json, xml struct field tags (CL 16704) cmd/vet: detect defer resp.Body.Close() before error check (CL 32911) cmd/vet: diagnose non-space-separated struct tag like `json:"x",xml:"y"` (CL 32031) cmd/vet: improve asmdecl parameter handling (CL 27150) cmd/vet: properly handle indexed arguments in printf (CL 24391) cmd/vet: skip printf check for non-constant format string during failed import (CL 29014) crypto/cipher: enforce message size limits for GCM (CL 28410) encoding/asn1: return error for unexported fields in Marshal, Unmarshal (CL 31540) encoding/xml: add wildcard support for collecting all attributes (CL 30946) encoding/xml: prevent omitempty from omitting non-nil pointers to empty values (CL 15684) fmt: document and adjust Scanf space handling to eliminate a few paradoxes (CL 30611) 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) go/build: implement default GOPATH (CL 32019) go/doc: add IsPredeclared function (CL 29870) go/doc: allow ToHTML to properly handle URLs containing semicolons (CL 25385) go/printer: don't drop required semi/linebreak after /*-comment (CL 33016) go/token: fix race in FileSet.PositionFor. (CL 25345) go/types: expose Default function, which converts untyped T to T (CL 30715) go/types: match cmd/compile's alignment for complex64 (CL 31939) html/template: check "type" attribute in