2018-09-18 |
Keith Randall | runtime: ignore races between close and len/cap |
commit | commitdiff | tree |
2018-09-18 |
Tobias Klauser | runtime: use MADV_FREE on Linux if available |
commit | commitdiff | tree |
2018-09-18 |
Alessandro... | cmd/link: fix DWARF refs so that they always point... |
commit | commitdiff | tree |
2018-09-18 |
Ian Lance Taylor | runtime: ignore EAGAIN from exec in TestCgoExecSignalMask |
commit | commitdiff | tree |
2018-09-18 |
Mark Rushakoff | cmd/go: don't mention -mod=release |
commit | commitdiff | tree |
2018-09-18 |
Lynn Boger | cmd/compile: use bounded shift information on ppc64x |
commit | commitdiff | tree |
2018-09-18 |
Ivy Evans | net/http: fix minor typos in Request godoc |
commit | commitdiff | tree |
2018-09-18 |
Iskander Sharipov | cmd/compile/internal/gc: simplify bool expression |
commit | commitdiff | tree |
2018-09-18 |
Ben Shi | cmd/compile: fix wrong comment message in AMD64Ops.go |
commit | commitdiff | tree |
2018-09-17 |
Robert Griesemer | go/types: don't report cycle error if clearer error... |
commit | commitdiff | tree |
2018-09-17 |
Robert Griesemer | go/types: simplify some internal code |
commit | commitdiff | tree |
2018-09-17 |
Eric Ponce | cmd/go: display correct options in "go help get" using... |
commit | commitdiff | tree |
2018-09-17 |
fanzha02 | cmd/compile: optimize math.Float64(32)bits and math... |
commit | commitdiff | tree |
2018-09-17 |
Hana Kim | cmd/trace: don't drop sweep slice details |
commit | commitdiff | tree |
2018-09-17 |
Robert Griesemer | go/types: fix a couple of internal comments |
commit | commitdiff | tree |
2018-09-17 |
Tobias Klauser | syscall: enable TestSyscallNoError on all Linux 32... |
commit | commitdiff | tree |
2018-09-17 |
Keith Randall | cmd/compile: fix CMPconstload rule |
commit | commitdiff | tree |
2018-09-17 |
Bryan C. Mills | cmd/go/testdata/script/mod_test: add missing test invoc... |
commit | commitdiff | tree |
2018-09-17 |
Michael Munday | cmd/compile: avoid more float32 <-> float64 conversions... |
commit | commitdiff | tree |
2018-09-17 |
Iskander Sharipov | cmd/compile/internal/gc: handle array slice self-assign... |
commit | commitdiff | tree |
2018-09-17 |
Iskander Sharipov | cmd/compile/internal/gc: treat cap/len as safe in mayAf... |
commit | commitdiff | tree |
2018-09-16 |
Ian Davis | image/png: minor cleanup of a few tests |
commit | commitdiff | tree |
2018-09-16 |
Rob Pike | doc: add a go/golang entry to the FAQ |
commit | commitdiff | tree |
2018-09-16 |
Andrei Tudor... | internal/poll: improve Splice comments |
commit | commitdiff | tree |
2018-09-15 |
Ian Lance Taylor | time: return ENOENT from androidLoadTzinfoFromTzdata... |
commit | commitdiff | tree |
2018-09-15 |
Koichi Shiraishi | runtime: fix TODO comment filepath |
commit | commitdiff | tree |
2018-09-15 |
Ben Burkert | internal/poll: fall back on unsupported splice from... |
commit | commitdiff | tree |
2018-09-14 |
Dmitri Shuralyov | doc/go1.11, cmd/go: elaborate on new GOFLAGS environmen... |
commit | commitdiff | tree |
2018-09-14 |
Agniva De Sarker | time: improve error message for LoadLocation |
commit | commitdiff | tree |
2018-09-14 |
Ian Lance Taylor | runtime: use CleanCmdEnv in TestRuntimePanic |
commit | commitdiff | tree |
2018-09-14 |
Keith Randall | cmd/compile: fold address calculations into CMPload... |
commit | commitdiff | tree |
2018-09-14 |
Ian Lance Taylor | cmd/go: correct gccgo buildid file on ARM |
commit | commitdiff | tree |
2018-09-14 |
Michael Munday | cmd/compile: skip float32 constant folding test on... |
commit | commitdiff | tree |
2018-09-13 |
Ian Lance Taylor | path/filepath: correct symlink eval for symlink at... |
commit | commitdiff | tree |
2018-09-13 |
David du Colombier | runtime: don't build semasleep_test on Plan 9 |
commit | commitdiff | tree |
2018-09-13 |
Roberto Selbach | cmd/go/internal/modfetch: stop cutting the last charact... |
commit | commitdiff | tree |
2018-09-13 |
Lynn Boger | cmd/compile: improve rules for PPC64.rules |
commit | commitdiff | tree |
2018-09-13 |
Robert Griesemer | go/types: be more precise in API comment |
commit | commitdiff | tree |
2018-09-13 |
Robert Griesemer | go/types: fix scope printing (debugging support) |
commit | commitdiff | tree |
2018-09-13 |
erifan01 | runtime: skip TestGcSys on arm64 |
commit | commitdiff | tree |
2018-09-13 |
Ian Lance Taylor | path/filepath: rewrite walkSymlinks |
commit | commitdiff | tree |
2018-09-13 |
Alan Donovan | regexp: fix incorrect name in Match doc comment |
commit | commitdiff | tree |
2018-09-13 |
erifan01 | strings, bytes: optimize function Index |
commit | commitdiff | tree |
2018-09-13 |
Robert Griesemer | cmd/vet: avoid internal error for implicitly declared... |
commit | commitdiff | tree |
2018-09-13 |
erifan01 | cmd/compile: intrinsify math.RoundToEven and math.Abs... |
commit | commitdiff | tree |
2018-09-13 |
Tobias Klauser | os: add ModeCharDevice to ModeType |
commit | commitdiff | tree |
2018-09-13 |
Emmanuel T... | runtime: regression test for semasleep indefinite hang |
commit | commitdiff | tree |
2018-09-12 |
erifan01 | internal/bytealg: optimize Equal on arm64 |
commit | commitdiff | tree |
2018-09-12 |
Bryan C. Mills | cmd/go: avoid type names in __debug__modinfo__ variable... |
commit | commitdiff | tree |
2018-09-12 |
Tobias Klauser | runtime: use functions from mem_bsd.go on Darwin |
commit | commitdiff | tree |
2018-09-12 |
Tobias Klauser | cmd/dist: make raceDetectorSupported an exact copy... |
commit | commitdiff | tree |
2018-09-12 |
Emmanuel T... | runtime: convert initial timediv quotient increments... |
commit | commitdiff | tree |
2018-09-12 |
Lynn Boger | internal/bytealg: implement bytes.Count in asm for... |
commit | commitdiff | tree |
2018-09-12 |
fanzha02 | cmd/internal/obj/arm64: add error report for invalid... |
commit | commitdiff | tree |
2018-09-12 |
fanzha02 | test: fix the wrong test of math.Copysign(c, -1) for... |
commit | commitdiff | tree |
2018-09-12 |
Daniel Martí | encoding/json: use panics for phase errors |
commit | commitdiff | tree |
2018-09-12 |
Daniel Martí | encoding/json: more tests to cover decoding edge cases |
commit | commitdiff | tree |
2018-09-11 |
Ian Lance Taylor | cmd/link: don't pass all linker args when testing flag |
commit | commitdiff | tree |
2018-09-11 |
Bryan C. Mills | cmd/go/testdata/script: fix typos in test comments |
commit | commitdiff | tree |
2018-09-11 |
Brian Kessler | math/bits: add extended precision Add, Sub, Mul, Div |
commit | commitdiff | tree |
2018-09-11 |
Yury Smolsky | cmd/compile: use yyerrorl(n.Pos, ...) in typecheckdef |
commit | commitdiff | tree |
2018-09-11 |
Lynn Boger | cmd/link,compress/zip,image/png: use binary.{Big,Little... |
commit | commitdiff | tree |
2018-09-11 |
Ben Shi | cmd/compile: optimize arm's bit operation |
commit | commitdiff | tree |
2018-09-11 |
Ian Davis | net/url: remove an allocation for short strings in... |
commit | commitdiff | tree |
2018-09-10 |
Alan Donovan | go/token: add (*File).LineStart, which returns Pos... |
commit | commitdiff | tree |
2018-09-10 |
Dominik Honnef | go/types: fix swapped use of "uses" and "defines" in... |
commit | commitdiff | tree |
2018-09-09 |
Kevin Burke | os/user: retrieve Current username from /etc/passwd... |
commit | commitdiff | tree |
2018-09-09 |
Alex Brainman | internal/poll: handle zero-byte write in FD.WriteTo |
commit | commitdiff | tree |
2018-09-09 |
Alex Brainman | internal/poll: cap reads and writes to 1GB on windows |
commit | commitdiff | tree |
2018-09-08 |
Ben Shi | cmd/compile/internal/amd64: simplify assembly generator |
commit | commitdiff | tree |
2018-09-08 |
Ian Davis | doc: make golang-nuts discussion list more prominent |
commit | commitdiff | tree |
2018-09-08 |
Josh Bleecher... | cmd/compile: move v.Pos.line check to warnRule |
commit | commitdiff | tree |
2018-09-07 |
Michael Pratt | runtime: use tgkill for raise |
commit | commitdiff | tree |
2018-09-07 |
Ian Lance Taylor | cmd/go: add -Wl,--export-dynamic to linker flag whitelist |
commit | commitdiff | tree |
2018-09-07 |
Iskander Sharipov | test: extend noescape bytes.Buffer test suite |
commit | commitdiff | tree |
2018-09-07 |
Filippo Valsorda | crypto/x509: allow ":" in Common Name hostnames |
commit | commitdiff | tree |
2018-09-07 |
Keith Randall | runtime: in semasleep, subtract time spent so far from... |
commit | commitdiff | tree |
2018-09-07 |
erifan01 | cmd/compile: implement non-constant rotates using ROR... |
commit | commitdiff | tree |
2018-09-07 |
Tobias Klauser | cmd/dist, go/types: add support for GOARCH=sparc64 |
commit | commitdiff | tree |
2018-09-07 |
Thanabodee... | fmt: add example for Sprint |
commit | commitdiff | tree |
2018-09-07 |
Thanabodee... | fmt: add example for Print |
commit | commitdiff | tree |
2018-09-07 |
Thanabodee... | fmt: add example for Fprint |
commit | commitdiff | tree |
2018-09-07 |
Tobias Klauser | debug/elf: add R_RISCV_32_PCREL relocation |
commit | commitdiff | tree |
2018-09-07 |
Marko Kevac | runtime/pprof: remove "deleted" suffix while parsing... |
commit | commitdiff | tree |
2018-09-07 |
Ben Shi | cmd/compile: optimize 386's comparison |
commit | commitdiff | tree |
2018-09-06 |
fanzha02 | cmd/compile: optimize math.Copysign on arm64 |
commit | commitdiff | tree |
2018-09-06 |
fanzha02 | cmd/internal/obj/arm64: add CONSTRAINED UNPREDICTABLE... |
commit | commitdiff | tree |
2018-09-06 |
Iskander Sharipov | bytes: remove bootstrap array from Buffer |
commit | commitdiff | tree |
2018-09-06 |
Jake B | net: ensure WriteTo on Windows sends even zero-byte... |
commit | commitdiff | tree |
2018-09-06 |
Ian Davis | encoding/json: recover saved error context when unmarsh... |
commit | commitdiff | tree |
2018-09-06 |
Warren Fernandes | expvar: fix name of Var interface |
commit | commitdiff | tree |
2018-09-06 |
Warren Fernandes | fmt: add example for GoStringer interface |
commit | commitdiff | tree |
2018-09-06 |
taylorza | cmd/compile: don't crash reporting misuse of shadowed... |
commit | commitdiff | tree |
2018-09-05 |
Daniel Martí | text/template: simplify line tracking in the lexer |
commit | commitdiff | tree |
2018-09-05 |
Michael Munday | cmd/compile: regenerate known formats for TestFormats |
commit | commitdiff | tree |
2018-09-05 |
Robert Griesemer | go/types: fix internal comments and add additional... |
commit | commitdiff | tree |
2018-09-05 |
Michael Munday | cmd/compile: fix store-to-load forwarding of 32-bit... |
commit | commitdiff | tree |
2018-09-05 |
Ben Shi | cmd/compile: optimize ARM's comparision |
commit | commitdiff | tree |
2018-09-05 |
fanzha02 | cmd/internal/obj/arm64: encode float constants into... |
commit | commitdiff | tree |
2018-09-05 |
Brad Fitzpatrick | net: don't block forever in splice test cleanup on... |
commit | commitdiff | tree |
next |