]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-09 Filippo ValsordaA+C: first round of automated updates for Go 1.11 and...
2018-08-08 Mostyn Bramley... doc.Example should not worry about unresolved blank...
2018-08-08 Leigh McCullochdoc/contribute: add examples for finding issues on...
2018-08-08 Robert Griesemergo/types: if base type for an alias is known, use it...
2018-08-08 Dmitri ShuralyovA+C: update Dmitri Shuralyov's emails
2018-08-08 Daniel Martínet: reduce TestSplice/big's memory usage
2018-08-07 Gn Shivakumarcmd/go: 3 cmd/go tests (>8s) made as non-short scripts
2018-08-07 Bryan C. Millscmd/go: make 'go get <module>@none' idempotent
2018-08-07 Bryan C. Millscmd/go/internal/load: remove unused argument from Lookup
2018-08-07 Bryan C. Millscmd/go/internal/load: pass the importer's package path...
2018-08-07 Bryan C. Millscmd/go: fix outdated comments
2018-08-07 Richard Musiolsyscall/js: extend ValueOf to support arrays and objects
2018-08-06 Mario Arranzcmd/asm/internal/arch: add package definition
2018-08-06 Keith Randalldoc: describe cgo ptr->uintptr changes for 1.11.
2018-08-06 LE Manh Cuongcmd/go: fix go get fail when GIT_TRACE set
2018-08-04 Kevin Burkecmd/go: fix unnecessary plural
2018-08-03 Ian Lance Taylorcmd/internal/objfile: only consider executable segments...
2018-08-03 Ian Lance Tayloros: document that Remove removes only empty directories
2018-08-03 Benjamin Cablemath/rand: improve package documentation
2018-08-03 Ian Lance Taylorcmd/go: don't crash in go fmt on invalid input when...
2018-08-03 Austin Clementsruntime: document assumption about wbBufFlush argument...
2018-08-03 Brad Fitzpatricknet: skip flaky TestNotTemporaryRead on FreeBSD go1.11beta3
2018-08-03 Ben Shicmd/internal/obj/arm64: fix incorrect rejection of...
2018-08-03 Bryan C. Millscmd/go/internal/load: trim the " (test)" suffix from...
2018-08-03 Mark Pulfordcmd/go: disable ccache when setting HOME to non-existen...
2018-08-03 Mikio Haranet: update docs for unimplemented methods and functions
2018-08-03 Frédéric Guillotdatabase/sql: fix driverStmt.Close() comment typo
2018-08-03 Keith Randallmath: add tests for erf and erfc
2018-08-03 Ian Lance Taylorcmd/go: revert "cmd/go: no longer eval symlinks in...
2018-08-03 bill_ofarrellmath: ensure Erfc is not called with out-of-expected...
2018-08-02 Phil Pearlcrypto/ecdsa: add a package level example
2018-08-02 Issac Trottscmd/go: no longer eval symlinks in inDir
2018-08-02 Bryan C. Millscmd/go: move mod_tidy.txt from testdata/mod to testdata/src
2018-08-02 Ian Lance Taylordoc/go1.11: remove go/scanner note
2018-08-02 Ian Lance Taylorgo/scanner: continue adding directory to file name
2018-08-02 Richard Musiolcmd/link/internal/wasm: add Go version as a custom...
2018-08-02 Brad Fitzpatrickencoding/xml: document HTMLAutoClose and HTMLEntity...
2018-08-02 Brad Fitzpatrickencoding/xml: remove some primordial semicolons
2018-08-02 Brad Fitzpatricksyscall: use deprecation convention in package comment...
2018-08-02 Roberto Clapisos: add check for empty executable path on darwin
2018-08-02 Brad Fitzpatrickcmd/go: skip cgo test when cgo isn't available
2018-08-02 Ben Shitest/codegen: add more combined store tests for arm64
2018-08-01 Ian Lance Taylormisc/cgo/testcshared: force descriptor 30 to be closed...
2018-08-01 Xudong Zhengsyscall/js: move callback helper code to misc/wasm...
2018-08-01 Ian Lance Taylorcmd/cgo: don't give inconsistent typedef error for...
2018-08-01 Brad Fitzpatrickvendor: update golang.org/x/net/http2/hpack
2018-08-01 Ian Lance Taylorgo/build: accept ! in cgo arguments
2018-08-01 ascmd/go: avoid panic on 'go mod' without arguments
2018-08-01 David Wimmerruntime: fix syscall error returns on mips/mips64/ppc64
2018-08-01 Keith Randallcmd/cgo: stop expanding typedefs once we reach __builti...
2018-08-01 Daniela Petruzalekstrconv: clarify "g" and "G" precision in the docs
2018-08-01 Russ Coxcmd/doc: adapt directory search for modules
2018-08-01 Russ Coxcmd/go: move module cache from $GOPATH/src/mod to ...
2018-08-01 Russ Coxcmd/go: add list -find to find packages but not resolve...
2018-08-01 Russ Coxcmd/go: allow list of absolute directory path
2018-08-01 Russ Coxcmd/go: replace -getmode with -mod, $GOPROXY
2018-08-01 Russ Coxcmd/go: add $GOFLAGS environment variable
2018-08-01 Russ Coxcmd/go: change list -compiled to populate new CompiledG...
2018-08-01 Russ Coxcmd/go: split go mod into multiple subcommands
2018-08-01 Russ Coxcmd/go: add 'go version' statement in go.mod
2018-07-31 Brad Fitzpatrickhtml: lazily populate Unescape tables
2018-07-31 Mohit kumar... doc: fix link in contribute.html
2018-07-31 Kir Kolyshkincmd/cgo: add column number to line directives
2018-07-31 Keith Randallcmd/cgo: make sure we FinishType everything
2018-07-31 Bryan C. Millscmd/go/internal/modfetch/codehost: quote arguments...
2018-07-31 Brad Fitzpatrickdoc/go1.11: mention ReverseProxy passing TE: trailers...
2018-07-31 Brad Fitzpatricknet/http: revert CL 89275 (don't sniff Content-Type...
2018-07-31 Richard Musiolsyscall: remove support for O_NONBLOCK and O_SYNC on...
2018-07-31 Agniva De Sarkerdoc/go1.11: add note to remove CLI support for godoc
2018-07-31 Richard Musiolsyscall/js: improve documentation about mappings to...
2018-07-31 Roger Peppego/doc: do not treat methods as test functions
2018-07-31 Ian Lance Taylordoc: mention Faccessat flags support in go1.11
2018-07-31 Yury Smolskycmd/compile: remove dead code
2018-07-31 Paul Jollydoc: add link to go command modules docs from Go 1...
2018-07-31 Brad Fitzpatricknet/http: expand a TimeoutHandler test a bit
2018-07-31 Bryan C. Millscmd/go: prohibit modules from importing vendored golang...
2018-07-31 Bryan C. Millscmd/go: forbid use of one module with two different...
2018-07-31 Bryan C. Millscmd/go/internal/modload: inline doImport into doPkg
2018-07-31 Bryan C. Millscmd/go: allow internal imports based on module paths
2018-07-31 Bryan C. Millscmd/go: allow unversioned paths to -dropreplace flag
2018-07-30 Michael Matloobcmd/go: add test code packages in list -test
2018-07-30 Ben Shicmd/internal/obj/arm64: reject incorrect form of LDP/STP
2018-07-30 Alberto Donizettidoc/go1.11: add missing word
2018-07-29 Brad Fitzpatrickdoc/go1.11: note that godoc now shows the Go version...
2018-07-29 John Gibbpath: present the correct error message in TestMatch
2018-07-29 David du Colombiercmd/go: fix TestScript/mod_gobuild_import on Plan 9
2018-07-28 Constantin... cmd/go: uses SID of group Guests to test ACL
2018-07-28 Russ Coxcmd/go: ignore unknown directives in dependency go...
2018-07-28 Russ Coxcmd/go: document in 'go help mod' that people should...
2018-07-28 Russ Coxcmd/go: add 'go help goproxy'
2018-07-28 Russ Coxcmd/go: fix spurious edges in mod -graph output
2018-07-28 Russ Coxcmd/go: add go list -m -f {{.GoMod}} to show path to...
2018-07-28 Russ Coxcmd/go: document go env GOMOD
2018-07-28 Russ Coxcmd/cgo: document that #including source files in subdi...
2018-07-28 Russ Coxgo/build: invoke go command to find modules during...
2018-07-27 Craig Citronet/http: document Transport.Proxy's https support
2018-07-27 Ian Lance Taylorsyscall: support Faccessat flags argument
2018-07-27 Brad Fitzpatricknet/http: try to document ServeFile security more
2018-07-27 Constantin... cmd/link: added test of availability of gcc
2018-07-27 Jeet Parekhsyscall: improve NewCallback documentation and panic...
next