2018-08-22 |
Brad Fitzpatrick | internal/poll, net: fix sendfile on Windows, add test |
commit | commitdiff | tree |
2018-08-22 |
Brian Kessler | math/big: optimize multiplication by 2 and 1/2 in float... |
commit | commitdiff | tree |
2018-08-22 |
Martin Möhrmann | runtime: skip TestGcSys on Windows |
commit | commitdiff | tree |
2018-08-22 |
Alan Donovan | reflect: add Value.MapRange method and MapIter type |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | cmd/compile: display Go code for a function in ssa... |
commit | commitdiff | tree |
2018-08-22 |
Brad Fitzpatrick | runtime: fix build, rename a since-renamed hasprefix... |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: remove redundant explicit deref in trace.go |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: simplify slice expression to sliced value... |
commit | commitdiff | tree |
2018-08-22 |
Ian Lance Taylor | runtime: make TestGcSys actually test something |
commit | commitdiff | tree |
2018-08-22 |
Thanabodee... | runtime: remove +1-1 when asking PC values |
commit | commitdiff | tree |
2018-08-22 |
Lynn Boger | runtime: fix implementation of cputicks for ppc64x |
commit | commitdiff | tree |
2018-08-22 |
Roland Illig | runtime/pprof: fix resource leak in documentation |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | runtime: fix Go prototypes in amd64 asm code |
commit | commitdiff | tree |
2018-08-22 |
Martin Möhrmann | runtime: replace calls to hasprefix with hasPrefix |
commit | commitdiff | tree |
2018-08-22 |
Zhou Peng | runtime: fix typo: there -> the |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/base64: slight decoding speed-up |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | test: restore tests for the reject unsafe code option |
commit | commitdiff | tree |
2018-08-22 |
Jordan Rhee | syscall: support windows/arm |
commit | commitdiff | tree |
2018-08-22 |
Ian Lance Taylor | regexp/syntax: don't do both linear and binary sesarch... |
commit | commitdiff | tree |
2018-08-22 |
andrius4669 | bufio: avoid rescanning buffer multiple times in ReadSlice |
commit | commitdiff | tree |
2018-08-22 |
Tim Cooper | strconv: use bytealg implementation of IndexByteString |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/compile/internal/gc: remove commented-out code... |
commit | commitdiff | tree |
2018-08-22 |
Shivansh Rai | cmd/gofmt: update error handling when writing to backup... |
commit | commitdiff | tree |
2018-08-22 |
Shivansh Rai | all: use consistent shebang line across all shell scripts |
commit | commitdiff | tree |
2018-08-22 |
go101 | strings: use Builder in Repeat to avoid an allocation |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/link/internal/amd64: remove /*fallthrough*/ comments |
commit | commitdiff | tree |
2018-08-22 |
Diego Siqueira | plugin: remove unused func |
commit | commitdiff | tree |
2018-08-22 |
Yury Smolsky | test: remove errchk, the perl script |
commit | commitdiff | tree |
2018-08-22 |
Iskander Sharipov | cmd/internal/obj/arm64: simplify some bool expressions |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: simplify some pieces of the encoder |
commit | commitdiff | tree |
2018-08-22 |
Johan Brandhorst | strings, bytes: avoid unnecessary function literals |
commit | commitdiff | tree |
2018-08-22 |
Cholerae Hu | net/mail: lazily initialize dateLayouts |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: inline fieldByIndex |
commit | commitdiff | tree |
2018-08-22 |
Daniel Martí | encoding/json: simplify the structEncoder type |
commit | commitdiff | tree |
2018-08-22 |
Tobias Klauser | cmd/cover: fix off-by-one error in TestCoverHTML |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: implement "OPC $imm, (mem)" for 386 |
commit | commitdiff | tree |
2018-08-22 |
Filippo Valsorda | crypto/tls: make ConnectionState.ExportKeyingMaterial... |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: optimize 386 code with MULLload/DIVSSload... |
commit | commitdiff | tree |
2018-08-22 |
Ben Shi | cmd/compile: optimize AMD64 with DIVSSload and DIVSDload |
commit | commitdiff | tree |
2018-08-22 |
David Carlier | crypto/rand: use the new getrandom syscall on FreeBSD |
commit | commitdiff | tree |
2018-08-22 |
Michael Fraenkel | strings: use Builder in Map |
commit | commitdiff | tree |
2018-08-22 |
Daniël de Kok | cmd/cgo: perform explicit conversion in _GoStringLen |
commit | commitdiff | tree |
2018-08-21 |
Alberto Donizetti | time: accept anything between -23 and 23 as offset... |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | math: test for pos/neg zero return of Ceil/Floor/Trunc |
commit | commitdiff | tree |
2018-08-21 |
Jordan Rhee | cmd/link: support windows/arm |
commit | commitdiff | tree |
2018-08-21 |
Ilya Tocar | net: use internal/bytealg insetad of linkname tricks |
commit | commitdiff | tree |
2018-08-21 |
Ilya Tocar | time: optimize big4 |
commit | commitdiff | tree |
2018-08-21 |
Andreas Auernhammer | crypto/rc4: remove assembler implementations |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: various minor decoder speed-ups |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: defer error context work until necessary |
commit | commitdiff | tree |
2018-08-21 |
Michael Munday | crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian... |
commit | commitdiff | tree |
2018-08-21 |
Alberto Donizetti | cmd/gofmt: skip gofmt idempotency check on known issue |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | misc/cgo/testcarchive: make the tests work when using... |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | runtime: don't use linkname to refer to internal/cpu |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on Solaris |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on OpenBSD |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | syscall: add S_IRWXG and S_IRWXO on DragonflyBSD |
commit | commitdiff | tree |
2018-08-21 |
Florian Forster | net/url: escape URL.RawQuery on Parse if it contains... |
commit | commitdiff | tree |
2018-08-21 |
Michael Munday | go/build: format with latest gofmt |
commit | commitdiff | tree |
2018-08-21 |
Giovanni Bajo | doc: remove mentions of cloning from GitHub |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | cmd/compile: fix racy setting of gc's Config.Race |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: remove alloc when encoding short byte... |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | encoding/json: encode struct field names ahead of time |
commit | commitdiff | tree |
2018-08-21 |
Tobias Klauser | cmd/compile/internal/gc: unexport Deferproc and Newproc |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | cmd/go: fix 'go vet -h' to print the right text |
commit | commitdiff | tree |
2018-08-21 |
Marcus Willock | net/http: add an example of creating a custom FileSystem |
commit | commitdiff | tree |
2018-08-21 |
Cholerae Hu | hash/crc64: lazily initialize slice8Tables |
commit | commitdiff | tree |
2018-08-21 |
Brad Fitzpatrick | net: lazily look up the listenerBacklog value on first use |
commit | commitdiff | tree |
2018-08-21 |
Kevin Zita | strings: revise ToUpperSpecial and ToLowerSpecial wording |
commit | commitdiff | tree |
2018-08-21 |
Sandy | time: use secondsPerMinute instead of 60 |
commit | commitdiff | tree |
2018-08-21 |
Peter Collingbourne | cmd/link: pass provided ldflags when testing whether... |
commit | commitdiff | tree |
2018-08-21 |
Brad Fitzpatrick | cmd/go: run mkalldocs.sh after earlier revert |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | cmd/vet: implement old TODO from testdata/print.go |
commit | commitdiff | tree |
2018-08-21 |
Ian Lance Taylor | cmd/compile: only support -race and -msan where they... |
commit | commitdiff | tree |
2018-08-21 |
Brad Fitzpatrick | net/http: add test showing that ReverseProxy HTTP/2... |
commit | commitdiff | tree |
2018-08-21 |
Iskander Sharipov | cmd/compile/internal/ssa: use math/bits in countRegs... |
commit | commitdiff | tree |
2018-08-21 |
Brad Fitzpatrick | go/doc: compile regexps lazily |
commit | commitdiff | tree |
2018-08-21 |
Brad Fitzpatrick | strings: select Replacer algorithm and build machine... |
commit | commitdiff | tree |
2018-08-21 |
Muhammad Falak... | cmd/objdump: defer closing the file after opening |
commit | commitdiff | tree |
2018-08-21 |
Russ Cox | cmd/go: revert "add graphviz output to graph command" |
commit | commitdiff | tree |
2018-08-21 |
Russ Cox | cmd/go: fix 'go help go.mod' example |
commit | commitdiff | tree |
2018-08-21 |
Russ Cox | cmd/go: fix list -compiled of package with only tests |
commit | commitdiff | tree |
2018-08-21 |
Russ Cox | cmd/go: fix modload response for std-vendored packages |
commit | commitdiff | tree |
2018-08-21 |
Russ Cox | cmd/go: add go.sum entries to go mod download -json... |
commit | commitdiff | tree |
2018-08-21 |
Tim Cooper | encoding/json: call reflect.TypeOf with nil pointers... |
commit | commitdiff | tree |
2018-08-21 |
Tim Cooper | net/http: use internal/race |
commit | commitdiff | tree |
2018-08-21 |
isharipo | cmd/link/internal/ld: avoid Reloc copies in range loops |
commit | commitdiff | tree |
2018-08-21 |
Philip Børgesen | encoding/json: eliminate superfluous space in Decoder... |
commit | commitdiff | tree |
2018-08-21 |
Jan Lehnardt | syscall: add S_IRWXG and S_IRWXO to FreeBSD types |
commit | commitdiff | tree |
2018-08-21 |
Tim Cooper | encoding/hex: pre-allocate Dump buffer |
commit | commitdiff | tree |
2018-08-21 |
Alan Braithwaite | net/http: fix cookie SameSite docs grammar |
commit | commitdiff | tree |
2018-08-21 |
Tim Cooper | net/http: remove unnecessary return |
commit | commitdiff | tree |
2018-08-21 |
Iskander Sharipov | archive/tar: remore redundant parens in type expressions |
commit | commitdiff | tree |
2018-08-21 |
Daniel Martí | cmd/go: fix modload infinite directory loop |
commit | commitdiff | tree |
2018-08-21 |
Jeet Parekh | archive/zip: return error from NewReader when negative... |
commit | commitdiff | tree |
2018-08-20 |
Santhosh Kumar... | archive/zip: makes receiver name consistent |
commit | commitdiff | tree |
2018-08-20 |
Brad Fitzpatrick | net/http: add Client.CloseIdleConnections |
commit | commitdiff | tree |
2018-08-20 |
Kevin Burke | cmd/go: test whether alldocs.go is up to date |
commit | commitdiff | tree |
2018-08-20 |
Xia Bin | cmd/internal/obj: remove pointless validation |
commit | commitdiff | tree |
2018-08-20 |
Iskander Sharipov | math,net: omit explicit true tag expr in switch |
commit | commitdiff | tree |
next |