]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-08-23 Michal Bohuslávektext/template: Put bad function name in quotes in panic...
2018-08-23 Daniel Martícmd/vet: check embedded field tags too
2018-08-23 Andrew Bonventredoc/go1.11: remove draft status
2018-08-23 Kazuhiro Seraall: fix typos detected by github.com/client9/misspell
2018-08-23 Martin Möhrmanncmd/compile: add convnop helper function
2018-08-23 Yury Smolskycmd/compile: add sources for inlined functions to ssa...
2018-08-23 Yury Smolskycmd/compile: export the Func.Endlineno field
2018-08-23 Yury Smolskycmd/compile: clean the output of GOSSAFUNC
2018-08-22 Oryan Moshecmd/cgo: pass explicit -O0 to the compiler
2018-08-22 Brian Kesslermath/big: streamline divLarge initialization
2018-08-22 Iskander Sharipovhtml/template: use named consts instead of their values
2018-08-22 Iskander Sharipovcmd/link/internal/sym: uncomment code for ELF cases...
2018-08-22 Ian Lance Taylorruntime: remove unused function casp
2018-08-22 Emmanuel T... internal/poll: use F_FULLFSYNC fcntl for FD.Fsync on...
2018-08-22 Dominik Honnefcontext: don't talk about tools that don't exist
2018-08-22 Zachary Amsdenruntime: catch concurrent stacks more often
2018-08-22 Martin Möhrmannfmt: print values for map keys with non-reflexive equality
2018-08-22 Yury Smolskycmd/compile: use embedlineno instead of lineno in copytype
2018-08-22 Yury Smolskycmd/compile: cache the value of environment variable...
2018-08-22 Brad Fitzpatrickinternal/poll, net: fix sendfile on Windows, add test
2018-08-22 Brian Kesslermath/big: optimize multiplication by 2 and 1/2 in float...
2018-08-22 Martin Möhrmannruntime: skip TestGcSys on Windows
2018-08-22 Alan Donovanreflect: add Value.MapRange method and MapIter type
2018-08-22 Yury Smolskycmd/compile: display Go code for a function in ssa...
2018-08-22 Brad Fitzpatrickruntime: fix build, rename a since-renamed hasprefix...
2018-08-22 Iskander Sharipovruntime: remove redundant explicit deref in trace.go
2018-08-22 Iskander Sharipovruntime: simplify slice expression to sliced value...
2018-08-22 Ian Lance Taylorruntime: make TestGcSys actually test something
2018-08-22 Thanabodee... runtime: remove +1-1 when asking PC values
2018-08-22 Lynn Bogerruntime: fix implementation of cputicks for ppc64x
2018-08-22 Roland Illigruntime/pprof: fix resource leak in documentation
2018-08-22 Iskander Sharipovruntime: fix Go prototypes in amd64 asm code
2018-08-22 Martin Möhrmannruntime: replace calls to hasprefix with hasPrefix
2018-08-22 Zhou Pengruntime: fix typo: there -> the
2018-08-22 Daniel Martíencoding/base64: slight decoding speed-up
2018-08-22 Yury Smolskytest: restore tests for the reject unsafe code option
2018-08-22 Jordan Rheesyscall: support windows/arm
2018-08-22 Ian Lance Taylorregexp/syntax: don't do both linear and binary sesarch...
2018-08-22 andrius4669bufio: avoid rescanning buffer multiple times in ReadSlice
2018-08-22 Tim Cooperstrconv: use bytealg implementation of IndexByteString
2018-08-22 Iskander Sharipovcmd/compile/internal/gc: remove commented-out code...
2018-08-22 Shivansh Raicmd/gofmt: update error handling when writing to backup...
2018-08-22 Shivansh Raiall: use consistent shebang line across all shell scripts
2018-08-22 go101strings: use Builder in Repeat to avoid an allocation
2018-08-22 Iskander Sharipovcmd/link/internal/amd64: remove /*fallthrough*/ comments
2018-08-22 Diego Siqueiraplugin: remove unused func
2018-08-22 Yury Smolskytest: remove errchk, the perl script
2018-08-22 Iskander Sharipovcmd/internal/obj/arm64: simplify some bool expressions
2018-08-22 Daniel Martíencoding/json: simplify some pieces of the encoder
2018-08-22 Johan Brandhorststrings, bytes: avoid unnecessary function literals
2018-08-22 Cholerae Hunet/mail: lazily initialize dateLayouts
2018-08-22 Daniel Martíencoding/json: inline fieldByIndex
2018-08-22 Daniel Martíencoding/json: simplify the structEncoder type
2018-08-22 Tobias Klausercmd/cover: fix off-by-one error in TestCoverHTML
2018-08-22 Ben Shicmd/compile: implement "OPC $imm, (mem)" for 386
2018-08-22 Filippo Valsordacrypto/tls: make ConnectionState.ExportKeyingMaterial...
2018-08-22 Ben Shicmd/compile: optimize 386 code with MULLload/DIVSSload...
2018-08-22 Ben Shicmd/compile: optimize AMD64 with DIVSSload and DIVSDload
2018-08-22 David Carliercrypto/rand: use the new getrandom syscall on FreeBSD
2018-08-22 Michael Fraenkelstrings: use Builder in Map
2018-08-22 Daniël de Kokcmd/cgo: perform explicit conversion in _GoStringLen
2018-08-21 Alberto Donizettitime: accept anything between -23 and 23 as offset...
2018-08-21 Ian Lance Taylormath: test for pos/neg zero return of Ceil/Floor/Trunc
2018-08-21 Jordan Rheecmd/link: support windows/arm
2018-08-21 Ilya Tocarnet: use internal/bytealg insetad of linkname tricks
2018-08-21 Ilya Tocartime: optimize big4
2018-08-21 Andreas Auernhammercrypto/rc4: remove assembler implementations
2018-08-21 Daniel Martíencoding/json: various minor decoder speed-ups
2018-08-21 Daniel Martíencoding/json: defer error context work until necessary
2018-08-21 Michael Mundaycrypto/{aes,cipher,rand}: use binary.{Big,Little}Endian...
2018-08-21 Alberto Donizetticmd/gofmt: skip gofmt idempotency check on known issue
2018-08-21 Ian Lance Taylormisc/cgo/testcarchive: make the tests work when using...
2018-08-21 Ian Lance Taylorruntime: don't use linkname to refer to internal/cpu
2018-08-21 Tobias Klausersyscall: add S_IRWXG and S_IRWXO on Solaris
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
next