]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-21 Russ Coxcmd/go: fix list -compiled of package with only tests
2018-08-21 Russ Coxcmd/go: fix modload response for std-vendored packages
2018-08-21 Russ Coxcmd/go: add go.sum entries to go mod download -json...
2018-08-21 Tim Cooperencoding/json: call reflect.TypeOf with nil pointers...
2018-08-21 Tim Coopernet/http: use internal/race
2018-08-21 isharipocmd/link/internal/ld: avoid Reloc copies in range loops
2018-08-21 Philip Børgesenencoding/json: eliminate superfluous space in Decoder...
2018-08-21 Jan Lehnardtsyscall: add S_IRWXG and S_IRWXO to FreeBSD types
2018-08-21 Tim Cooperencoding/hex: pre-allocate Dump buffer
2018-08-21 Alan Braithwaitenet/http: fix cookie SameSite docs grammar
2018-08-21 Tim Coopernet/http: remove unnecessary return
2018-08-21 Iskander Sharipovarchive/tar: remore redundant parens in type expressions
2018-08-21 Daniel Martícmd/go: fix modload infinite directory loop
2018-08-21 Jeet Parekharchive/zip: return error from NewReader when negative...
2018-08-20 Santhosh Kumar... archive/zip: makes receiver name consistent
2018-08-20 Brad Fitzpatricknet/http: add Client.CloseIdleConnections
2018-08-20 Kevin Burkecmd/go: test whether alldocs.go is up to date
2018-08-20 Xia Bincmd/internal/obj: remove pointless validation
2018-08-20 Iskander Sharipovmath,net: omit explicit true tag expr in switch
2018-08-20 isharipocmd/link: fewer allocs in ld.Arch.Archreloc
2018-08-20 Ilya Tocarcmd/compile: omit racefuncentry/exit when they are...
2018-08-20 David Symondscmd/go/internal/get: more efficient path prefix checkin...
2018-08-20 nogoegstbufio: make Reader naming consistent
2018-08-20 Ian Lance Taylortesting: exit with error if testing.Short is called...
2018-08-20 Shivansh Raiinternal/poll: Avoid evaluating condition for an unreac...
2018-08-20 Ilya Tocarcmd/compile/internal/ssa: remove useless zero extension
2018-08-20 Ilya Tocarcmd/compile: enable disjoint memmove inlining on amd64
2018-08-20 Jordan Rheecmd/dist: support windows/arm
2018-08-20 Jordan Rheecmd/vet: exclude windows/arm from cmd/vet
2018-08-20 Fazlul Shahriarcmd/go/internal/modload: ignore directories when lookin...
2018-08-20 Shulhanruntime: document all possible values for GOOS and...
2018-08-20 Brad FitzpatrickRevert "cmd/dist: support windows/arm"
2018-08-20 Austin Clementsruntime: use gList in closechan
2018-08-20 Austin Clementsruntime: use gList for injectglist
2018-08-20 Austin Clementsruntime: use gList for work.sweepWaiters
2018-08-20 Austin Clementsruntime: use gList for gfree lists
2018-08-20 Austin Clementsruntime: use gList in netpoll
2018-08-20 Austin Clementsruntime: replace manually managed G dequeues with a...
2018-08-20 Giovanni Bajocmd/go: add graphviz output to graph command
2018-08-20 Jordan Rheedebug/pe: support windows/arm
2018-08-20 Jordan Rheecmd/dist: support windows/arm
2018-08-20 Qais Patankarcontainer/heap: clarify that Remove returns the removed...
2018-08-20 Michael Mundaymath: use s390x mnemonics rather than binary encodings
2018-08-20 Ben Hoyttext/scanner: don't allow Float exponents with no mantissa
2018-08-20 Martin Möhrmanninternal/cpu: add and use cpu.CacheLinePad for padding...
2018-08-20 Ben Shicmd/internal/obj/arm64: add register indexed FMOVS...
2018-08-20 Martin Möhrmanninternal/cpu: make all constants for s390x feature...
2018-08-20 Ben Shicmd/compile: optimize ARMv7 code
2018-08-20 Martin Möhrmannall: use internal/cpu feature variables directly
2018-08-20 Alberto Donizettitime: always run ZoneAbbr test
2018-08-20 Martin Möhrmanninternal/cpu: remove parentheses from arm64 feature...
2018-08-20 Ben Shicmd/compile: optimize 386's comparison
2018-08-20 Ben Shicmd/compile: optimize AMD64 with more read-modify-write...
2018-08-20 Martin Möhrmanncmd/compile: split slow 3 operand LEA instructions...
2018-08-20 Yury Smolskycmd/cover: remove unused global var and the unquote...
2018-08-20 Ben Shicmd/internal/obj/arm64: add SWPALD/SWPALW/SWPALH/SWPALB
2018-08-20 Ben Shicmd/compile: optimize ARM's comparision
2018-08-20 Ben Shicmd/compile/internal/x86: simplify 387 with FLDZ and...
2018-08-20 Yury Smolskycmd/compile: remove empty branches
2018-08-20 Daniel Martícmd/compile/internal/gc: various minor cleanups
2018-08-20 Daniel Martíall: update stale test skips
2018-08-20 Daniel Martístrings: add Builder.Cap
2018-08-20 Daniel Martícmd/vet: rewrite structtag using go/types
2018-08-20 Tobias Klausersyscall: use private copy of ustat_t on Linux
2018-08-20 Iskander Sharipovnet: combine append calls in reverseaddr
2018-08-20 Daniel Martícmd/go: add missing newlines in printf formats
2018-08-20 Austin Clementsdoc/go1.11: Delve 1.1.0 added support for method calls
2018-08-18 Russ Coxcmd/go: fix module get -insecure
2018-08-18 Russ Coxcmd/go/internal/modconv: fix TestConvertLegacyConfig...
2018-08-18 Russ Coxcmd/go: fix go mod tidy crash on empty module
2018-08-18 Russ Coxcmd/go: allow 'go run x.go' to use nearby internal...
2018-08-18 Russ Coxcmd/go: fix and reenable TestAccidentalGitCheckout
2018-08-18 Russ Coxcmd/go: update TestGoGetUpdateWithWildcard expected...
2018-08-18 Russ Coxcmd/go: treat VCS errors as hard errors in module search
2018-08-18 Russ Coxcmd/go: remove go mod fix, add go help go.mod
2018-08-17 Russ Coxcmd/go/internal/modfetch: correct TestCodeRepo expectation
2018-08-17 David du Colombieros: handle TMPDIR in TempDir on Plan 9
2018-08-17 Russ Coxcmd/go: do not turn list ./nonexist into a network...
2018-08-17 Russ Coxcmd/go: report which patterns match each package in...
2018-08-17 Russ Coxcmd/go: fix -gcflags, -ldflags not applying to current...
2018-08-17 Russ Coxcmd/go: distinguish patterns from the results of matchi...
2018-08-17 Alan Donovandoc: describe golang.org/x/go/packages in go1.11 releas...
2018-08-17 Russ Coxgo/doc: allow interior dot in heading, as in "go.mod"
2018-08-17 Russ Coxdoc/code: drop mentions of GOPATH/pkg directory
2018-08-17 Daniel Martícmd/vet: don't suggest ... if it breaks a program
2018-08-17 Dan Johnsoncmd/compile: make duplicate anonymous interface output...
2018-08-17 Russ Coxcmd/go: document import "C" check from CL 129062
2018-08-17 Russ Coxcmd/go: ignore import "C" files in module loader in...
2018-08-17 Russ Coxcmd/go: ignore /tmp/go.mod
2018-08-16 Brad Fitzpatrickcmd/go: disable TestAccidentalGitCheckout for now
2018-08-16 Keith Randallruntime: load errno as signed 32-bit
2018-08-16 Alberto Donizetticmd/go: fix typos in go help mod subpages
2018-08-14 Robert Griesemergo/printer: consider empty lines in table layout comput...
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
next