]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2017-07-24 Chris Broadfoot[release-branch.go1.9] go1.9rc1 go1.9rc1
2017-07-24 Ian Lance Taylor[release-branch.go1.9] cmd/compile: consider exported...
2017-07-24 Ian Lance Taylorcmd/link: use full link, not compile, to test for ...
2017-07-24 Josh Bleecher... .github: recommend 'go bug' when filing an issue
2017-07-24 Josh Bleecher... .github: add SUPPORT file
2017-07-22 Joe Tsaiencoding/json: ignore embedded fields of pointers to...
2017-07-21 Brad Fitzpatricksync: delete a sentence from the Map docs
2017-07-21 Brad Fitzpatricknet/http: document that after Hijack, Request.Body...
2017-07-21 Michael Stapelbergsync: update Map documentation with usage rule of thumb
2017-07-21 Jaana Burcu... doc: minor fixes to the editor guide
2017-07-21 Austin Clementsruntime: improve out-of-memory message when VirtualAllo...
2017-07-20 Dmitri Shuralyovnet/http: improve signature of Redirect, NewRequest
2017-07-20 Ian Lance Taylorcmd/go, cmd/link: if -no-pie doesn't work, try -nopie
2017-07-20 Bryan C. Millssync: release m.mu during (*RWMutexMap).Range callbacks...
2017-07-20 Bryan C. Millsmisc/cgo/testsanitizers: add regression test for change...
2017-07-20 Jess Frazellecmd/go: fix test when go source tree has POSIX ACL
2017-07-20 Austin Clementsruntime: use SIGKILL if SIGQUIT is blocked; skip tests...
2017-07-20 Ian Lance Taylorruntime: don't call libc sigaction function in forked...
2017-07-20 Johnny Luoos: remove duplicate check from windows os.Stat
2017-07-19 yansalnet/mail: Fix typo
2017-07-19 Jaana Burcu... doc: add an editor guide
2017-07-19 Austin Clementsruntime: only trace mark assists that do work
2017-07-19 Michael Mundaycmd/compile: fix unaligned loads/stores to global varia...
2017-07-18 Ian Lance Taylornet/http: fix parameter name in comment
2017-07-18 Austin Clementsruntime: move tSweepTerm capture closer to STW
2017-07-18 Austin Clementsruntime: always use 2MB stacks on 64-bit Windows
2017-07-18 Alexey Palazhchenkodatabase/sql: fix wrong method name in description
2017-07-18 Brad FitzpatrickA+C: final updates for Go 1.9
2017-07-17 Jess Frazellesyscall: update check for UserNS support for centos 7
2017-07-17 Russ Coxcmd/compile: omit X:framepointer in compile version
2017-07-17 Russ Coxstrconv: apply Brad's review comment
2017-07-17 Russ Coxstrconv: fix initialization of atofRandomTests
2017-07-17 Alberto Donizettitime: fix 400 years offset in comment
2017-07-17 Russ Coxdoc/go1.9: eliminate <code> spaces
2017-07-17 Russ Coxdoc/go1.9: minor clarifications and grammar nits
2017-07-16 gmariklog: adds a Logger Output method Example
2017-07-16 Brian Downsbytes: add example for (*Buffer).Grow
2017-07-16 clossast: make ExampleCommentMap a runnable example
2017-07-15 Vitor De Marioio/ioutil: add example for ReadFile
2017-07-15 Tony Walkersort: add example for Strings
2017-07-15 Dylan Waitsmath/bits: add examples for leading zero methods
2017-07-15 André Carvalhoos/exec: add example for Cmd.Run
2017-07-15 Iccha Sethiencoding/json: fix indentation in Decode stream example
2017-07-15 Ross Lightencoding/binary: add examples for ByteOrder functions
2017-07-15 Francisco Rojasstrings: add a example for TrimFunc
2017-07-15 Johnny Luoarchive/zip: remove an out of date TODO
2017-07-15 Josh Ropporegexp: example for MatchString function
2017-07-15 Daniel Morsingruntime: fix duplicate "the"s
2017-07-15 Pat Moroneytime: clarify documentation for Location.String
2017-07-15 Francisco Rojasstrings: add a example for Compare func
2017-07-15 Ivan Moscosoregexp: clarify example for 'FindString'
2017-07-15 Pablo Santiago... strings: add example for IndexByte
2017-07-15 Aditya Mukerjeemath/rand: add concurrency warning to overview comment
2017-07-15 Evan Hicksstrings: add example for LastIndexAny
2017-07-15 Martynas Budriūnasmath: add a Sqrt example
2017-07-15 Adam Kisalastrconv: adds missing comment to neg flag, formats...
2017-07-15 Greg Poirierio: Add example to io.Seeker's Seek() method.
2017-07-15 Jamie Kerrcmd/compile: fix comment typo
2017-07-15 Kate Mansonstrings: add example for ContainsRune
2017-07-15 Taro Aokios: use Fstat instead of Stat in FileMode example
2017-07-15 Ian Lance Taylorcmd/dist: don't run moved_goroot test on android, iOS...
2017-07-15 mapeiqilog: fix comment
2017-07-15 Ian Lance Taylorreflect: make StructOf panic for methods that don't...
2017-07-14 Brad Fitzpatricknet/http: clarify Handler panic behavior across HTTP...
2017-07-14 Han-Wen Nienhuysdoc/contribute: avoid using the word "change list".
2017-07-14 Brad Fitzpatricksyscall: skip TestUnshare on Linux upon permission...
2017-07-14 Ian Lance Taylorcmd/go: update BuildContext.GOROOT and build.Tooldir...
2017-07-14 Nathaniel Cazacrypto/x509: load all trusted certs on darwin (nocgo)
2017-07-14 Samuel Tanhtml/template: use the same escaper across multiple...
2017-07-14 David Chasecmd/compile: fix phi-function updates for preemptible...
2017-07-14 Ian Lance Taylorinternal/poll: don't wait for unpollable files
2017-07-13 Kevin Burkedoc: add missing article
2017-07-13 Austin Clementsdoc/go1.9: pprof profiles are now self-contained
2017-07-13 Ian Lance Taylortesting: roll back CL 44352 (show in-progress tests...
2017-07-13 Ian Lance Taylorruntime: don't call t.Parallel in TestCgoSignalDeadlock
2017-07-12 Brad Fitzpatricksyscall: use correct go binary in test
2017-07-12 Brad Fitzpatrickdoc: note the StripPrefix change in Go 1.9 release...
2017-07-12 Austin Clementsruntime: pass CLONE_SYSVSEM to clone
2017-07-12 Brad Fitzpatrickdoc: soften the NetBSD warning now that a unverified...
2017-07-11 Austin Clementsruntime: make TestStackGrowth a serial test
2017-07-11 Austin Clementssync/atomic: clarify 64-bit alignment bug
2017-07-11 Costin Chirvasutaruntime: simplify description of FuncForPC behavior...
2017-07-10 Alessandro... cmd/compile: fix lexical scope of escaped variables
2017-07-09 Michael Prattcmd/link: skip R_ADDR relocs in .rela.plt for internal PIE
2017-07-08 Josh Bleecher... test: deflake chan/select3.go
2017-07-07 Austin Clementsruntime: use next timer to decide whether to relax
2017-07-07 Austin Clementsruntime: delay before osRelaxing
2017-07-07 Austin ClementsRevert "cmd/dist: disable plugin test on linux-arm...
2017-07-07 Austin Clementsruntime: save r11 in ARM addmoduledata
2017-07-07 Austin Clementsdoc/go1.9: DWARF lexical scopes are only with -N -l
2017-07-07 Austin Clementsdoc/go1.9: discuss runtime.Callers
2017-07-07 Austin Clementsruntime: document FuncForPC behavior with inlining
2017-07-07 Brad Fitzpatrickdoc: note that Go 1.9 is last release to support FreeBS...
2017-07-06 Brad Fitzpatrickcmd/doc: print Go syntax when printing struct.field...
2017-07-06 Gustav Westlingencoding/base32: make NoPadding Encoding's DecodedLen...
2017-07-06 Brad Fitzpatrickos/exec: clarify Cmd.Wait documentation a bit more...
2017-07-06 Gustav Westlingencoding/base32: support custom and disabled padding...
2017-07-06 Austin Clementsruntime: prevent descheduling while holding rwmutex...
2017-07-06 Mikio Haranet: clarify the length limit for service name
2017-07-06 Brad Fitzpatricknet: don't return IPv4 unspecified addr for Resolve...
next