]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-21 Tobias Klausersyscall: add S_IRWXG and S_IRWXO on OpenBSD
2018-08-21 Tobias Klausersyscall: add S_IRWXG and S_IRWXO on DragonflyBSD
2018-08-21 Florian Forsternet/url: escape URL.RawQuery on Parse if it contains...
2018-08-21 Michael Mundaygo/build: format with latest gofmt
2018-08-21 Giovanni Bajodoc: remove mentions of cloning from GitHub
2018-08-21 Daniel Martícmd/compile: fix racy setting of gc's Config.Race
2018-08-21 Daniel Martíencoding/json: remove alloc when encoding short byte...
2018-08-21 Daniel Martíencoding/json: encode struct field names ahead of time
2018-08-21 Tobias Klausercmd/compile/internal/gc: unexport Deferproc and Newproc
2018-08-21 Daniel Martícmd/go: fix 'go vet -h' to print the right text
2018-08-21 Marcus Willocknet/http: add an example of creating a custom FileSystem
2018-08-21 Cholerae Huhash/crc64: lazily initialize slice8Tables
2018-08-21 Brad Fitzpatricknet: lazily look up the listenerBacklog value on first use
2018-08-21 Kevin Zitastrings: revise ToUpperSpecial and ToLowerSpecial wording
2018-08-21 Sandytime: use secondsPerMinute instead of 60
2018-08-21 Peter Collingbournecmd/link: pass provided ldflags when testing whether...
2018-08-21 Brad Fitzpatrickcmd/go: run mkalldocs.sh after earlier revert
2018-08-21 Ian Lance Taylorcmd/vet: implement old TODO from testdata/print.go
2018-08-21 Ian Lance Taylorcmd/compile: only support -race and -msan where they...
2018-08-21 Brad Fitzpatricknet/http: add test showing that ReverseProxy HTTP/2...
2018-08-21 Iskander Sharipovcmd/compile/internal/ssa: use math/bits in countRegs...
2018-08-21 Brad Fitzpatrickgo/doc: compile regexps lazily
2018-08-21 Brad Fitzpatrickstrings: select Replacer algorithm and build machine...
2018-08-21 Muhammad Falak... cmd/objdump: defer closing the file after opening
2018-08-21 Russ Coxcmd/go: revert "add graphviz output to graph command"
2018-08-21 Russ Coxcmd/go: fix 'go help go.mod' example
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
next