aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-15strings: add a example for TrimFuncFrancisco Rojas
2017-07-15archive/zip: remove an out of date TODOJohnny Luo
2017-07-15regexp: example for MatchString functionJosh Roppo
2017-07-15runtime: fix duplicate "the"sDaniel Morsing
2017-07-15time: clarify documentation for Location.StringPat Moroney
2017-07-15strings: add a example for Compare funcFrancisco Rojas
2017-07-15regexp: clarify example for 'FindString'Ivan Moscoso
2017-07-15strings: add example for IndexBytePablo Santiago Blum de Aguiar
2017-07-15math/rand: add concurrency warning to overview commentAditya Mukerjee
2017-07-15strings: add example for LastIndexAnyEvan Hicks
2017-07-15math: add a Sqrt exampleMartynas Budriƫnas
2017-07-15strconv: adds missing comment to neg flag, formats comment on trunc flagAdam Kisala
2017-07-15io: Add example to io.Seeker's Seek() method.Greg Poirier
2017-07-15cmd/compile: fix comment typoJamie Kerr
2017-07-15strings: add example for ContainsRuneKate Manson
2017-07-15os: use Fstat instead of Stat in FileMode exampleTaro Aoki
2017-07-15cmd/dist: don't run moved_goroot test on android, iOS, Plan 9Ian Lance Taylor
2017-07-15log: fix commentmapeiqi
2017-07-15reflect: make StructOf panic for methods that don't workIan Lance Taylor
2017-07-14net/http: clarify Handler panic behavior across HTTP versionsBrad Fitzpatrick
2017-07-14doc/contribute: avoid using the word "change list".Han-Wen Nienhuys
2017-07-14syscall: skip TestUnshare on Linux upon permission errorBrad Fitzpatrick
2017-07-14cmd/go: update BuildContext.GOROOT and build.Tooldir with computed GOROOTIan Lance Taylor
2017-07-14crypto/x509: load all trusted certs on darwin (nocgo)Nathaniel Caza
2017-07-14html/template: use the same escaper across multiple template executionsSamuel Tan
2017-07-14cmd/compile: fix phi-function updates for preemptible loopsDavid Chase
2017-07-14internal/poll: don't wait for unpollable filesIan Lance Taylor
2017-07-13doc: add missing articleKevin Burke
2017-07-13doc/go1.9: pprof profiles are now self-containedAustin Clements
2017-07-13testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor
2017-07-13runtime: don't call t.Parallel in TestCgoSignalDeadlockIan Lance Taylor
2017-07-12syscall: use correct go binary in testBrad Fitzpatrick
2017-07-12doc: note the StripPrefix change in Go 1.9 release notesBrad Fitzpatrick
2017-07-12runtime: pass CLONE_SYSVSEM to cloneAustin Clements
2017-07-12doc: soften the NetBSD warning now that a unverified fix is being releasedBrad Fitzpatrick
2017-07-11runtime: make TestStackGrowth a serial testAustin Clements
2017-07-11sync/atomic: clarify 64-bit alignment bugAustin Clements
2017-07-11runtime: simplify description of FuncForPC behavior in case of inliningCostin Chirvasuta
2017-07-10cmd/compile: fix lexical scope of escaped variablesAlessandro Arzilli
2017-07-09cmd/link: skip R_ADDR relocs in .rela.plt for internal PIEMichael Pratt
2017-07-08test: deflake chan/select3.goJosh Bleecher Snyder
2017-07-07runtime: use next timer to decide whether to relaxAustin Clements
2017-07-07runtime: delay before osRelaxingAustin Clements
2017-07-07Revert "cmd/dist: disable plugin test on linux-arm with GOARM=5"Austin Clements
2017-07-07runtime: save r11 in ARM addmoduledataAustin Clements
2017-07-07doc/go1.9: DWARF lexical scopes are only with -N -lAustin Clements
2017-07-07doc/go1.9: discuss runtime.CallersAustin Clements
2017-07-07runtime: document FuncForPC behavior with inliningAustin Clements
2017-07-07doc: note that Go 1.9 is last release to support FreeBSD 9.3Brad Fitzpatrick
2017-07-06cmd/doc: print Go syntax when printing struct.field docsBrad Fitzpatrick