]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-14 Martin Möhrmannruntime: go fmt runtime2.go
2018-08-14 Robert Griesemergo/printer: revert "make empty lines break table alignment"
2018-08-14 Richard Musiolcmd/compile/internal/gc: add nil check for closure...
2018-08-13 Johan Brandhorstnet/http: support configuring fetch options
2018-08-13 Brad Fitzpatricknet/http: update request cancelation docs
2018-08-13 Filippo Valsordadoc: update the primary security coordinator to filippo@
2018-08-12 Filippo ValsordaA+C: second and final round of updates for Go 1.11
2018-08-10 Russ Coxcmd/go: don't let ... match GOROOT/src/cmd in module...
2018-08-10 Russ Coxcmd/go: report implicit cgo inputs in go list -compiled
2018-08-10 Russ Coxcmd/go: fix module ... pattern to match standard library
2018-08-10 Russ Coxcmd/go: do not try to understand git fetch --depth...
2018-08-10 Russ Coxcmd/go: display cached compiler output more often
2018-08-10 Tobias Klausercmd/go: fix spelling in proxy documentation
2018-08-10 Russ Coxcmd/go: fix handling of gopkg.in/macaroon-bakery.v2...
2018-08-10 Russ Coxcmd/go: fix install target name for versioned binaries
2018-08-10 Russ Coxcmd/go: fix go.mod corruption using -mod=vendor
2018-08-10 Russ Coxcmd/go: add go mod why
2018-08-10 Russ Coxcmd/go: fix module loader and test-only dependencies
2018-08-10 Suzy Muellercmd/go: make 'go list -test' report the correct import...
2018-08-10 Russ Coxcmd/go: add go mod download
2018-08-09 Andrew Bonventredoc/go1.11: add note about vet checks for printf wrappers
2018-08-09 Daniel Martíruntime: fix TestGdbPythonCgo failure with ld.gold
2018-08-09 David Chasecmd/compile: update delve's reference data for ssa...
2018-08-09 Ian Lance Taylorcmd/go: include experiments in compiler tool ID
2018-08-09 Bryan C. Millscmd/go: skip TestScript/mod_patterns on nocgo builders
2018-08-09 Bryan C. Millscmd/go/internal/modload: emit correct module in duplica...
2018-08-09 Bryan C. Millscmd/go: test package patterns with multiple modules
2018-08-09 Bryan C. Millscmd/go/internal: factor out modload.QueryPackage and...
2018-08-09 Bryan C. Millscmd/go/internal/modload: report errors explicitly from...
2018-08-09 Rebecca Stamblergo/types: fix errors in recording type information
2018-08-09 Bryan C. Millscmd/go: test that 'go get pkg@version' installs pkg
2018-08-09 Bryan C. Millscmd/go: add test for 'go get' within a local module
2018-08-09 Bryan C. Millscmd/go: add test cases for 'go list' with bad import...
2018-08-09 Bryan C. Millscmd/go: fetch history as needed to resolve recent tags
2018-08-09 Daniel Martígo/printer: make empty lines break table alignment
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...
next