]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2017-07-06 Brad Fitzpatrickdoc: complete remaining Go 1.9 documentation TODOs
2017-07-06 Russ Coxcmd/go: fix docs for -timeout
2017-07-06 Emmanuel Odekereflect: match MakeMapWithSize docs about initial capac...
2017-07-06 Brad Fitzpatricktime: document the Time.String is meant for debugging
2017-07-06 Brad Fitzpatrickos/exec: document lack of implicit shell usage or globbing
2017-07-06 Russ CoxRevert "bufio: make Reader.Peek invalidate Unreads"
2017-07-05 Fabian Wickbornruntime/pprof: Fix type name in function comment
2017-07-04 Kale Blankenshipgo/printer: fix typo
2017-07-03 Austin Clementsruntime: clean up mheap.allocLarge
2017-06-30 Joe Tsainet/http/httptest: allow creation of Server manually
2017-06-30 Joe Tsairuntime: allow calling Func.Name on nil pointer
2017-06-30 Martin Gartondatabase/sql: fix outdated package name in doc.txt
2017-06-30 Ben Shicmd/internal/obj/arm: check illegal base registers...
2017-06-30 Shawn Walker... net: fix sendfile for Solaris
2017-06-30 fanzha02cmd/internal/obj/arm64: fix assemble LDXP bug
2017-06-30 Brad Fitzpatricktesting: revert CL 36791's conditional ReadMemStats
2017-06-30 Lucas Clementedoc: note quoted cookie value change in Go 1.9 relnotes
2017-06-30 Brad Fitzpatrickos: add documentation for Windows users
2017-06-29 Robert Griesemercmd/vet/all: in case of vet panic, don't filter stacktrace
2017-06-29 smasher164io: clarify documentation for io.ByteReader on error...
2017-06-29 Brad Fitzpatrickdoc: update binary requirements
2017-06-29 Brad FitzpatrickRevert "encoding/json: reduce unmarshal mallocs for...
2017-06-29 Alberto Donizettitesting: clarify rules for concurrent t.Run calls
2017-06-29 Egon Elbrenet: fix Windows TestInterfaceHardwareAddrWithGetmac
2017-06-29 Ian Lance Taylorreflect: document that value.NumMethod counts exported...
2017-06-29 Dmitri Shuralyovcrypto/x509: improve internal comment
2017-06-29 Brad Fitzpatrickdoc, api: add syscall.SysProcAttr.AmbientCaps change...
2017-06-29 Brad Fitzpatricktime: warn that RFC3339Nano does not guarantee a natura...
2017-06-29 Brad Fitzpatrickencoding/binary: clarify the repercussions for not...
2017-06-29 Brad Fitzpatricknet/http: update bundled http2
2017-06-29 Brad Fitzpatrickencoding/gob: warn about decoding data from untrusted...
2017-06-28 Michael Stapelbergsyscall: add AmbientCaps to linux SysProcAttr
2017-06-28 Robert Griesemergo/importer: don't return packages that are not fully...
2017-06-28 Austin Clementsruntime: use rwmutex for execLock
2017-06-28 Austin Clementsruntime: make rwmutex work on Ms instead of Gs
2017-06-28 Aliaksandr... sync: deflake TestPool and TestPoolNew
2017-06-28 Alan Donovango/ast: improve comment on FuncDecl.Body
2017-06-28 Meir Fischertesting: always ReadMemStats before first benchmark run
2017-06-28 Brad Fitzpatrickdoc: document the state of NetBSD in the Go 1.9 release...
2017-06-28 Robert Griesemercmd/vet/all: fix print statement, add platform information
2017-06-28 Ian Lance Taylordoc: mention gccgo status in 1.9 release notes
2017-06-28 Shawn Walker... syscall: fix Exec on solaris
2017-06-28 Ibrahim AshShohailos: fix passing long paths to Chmod on Windows
2017-06-28 Kevin Burketime: show how to get midnight on the current day
next