go /
go /
e16944da0e9485db83014e9377860c80cd20f363 - e16944d doc: document go1.8.2 and go1.7.6 by Chris Broadfoot · 8 years ago
- e5a5c03 runtime: don't corrupt arena bounds on low mmap by Austin Clements · 8 years ago
- 95d991d crypto/rand: use blocking getrandom call on Linux when supported by Joe Richey joerichey@google.com · 8 years ago
- f3f29d1 os/exec: ignore some pipe write errors on windows by Alex Brainman · 8 years ago
- 5f4f751 encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding by Gustav Westling · 8 years ago
- 4cf19fb log: Prevent getting time if it's unnecessary by Albert Nigmatzianov · 8 years ago
- d433de6 cmd/go: warn on -race with -covermode=set. by Dhananjay Nakrani · 8 years ago
- f6f1daa cmd/go: Document that -cover causes incorrect line numbers by Steven Hartland · 8 years ago
- c5e8ec5 net/http/cookiejar: increase test coverage by Volker Dobler · 8 years ago
- d79bb78 cmd/compile: report correct position in redeclaration errors by Robert Griesemer · 8 years ago
- 8f6d68e net/http: send more cookie values in double quotes by Volker Dobler · 8 years ago
- 1611839 net/http/httputil: ReverseProxy should pass on unannounced Trailers by Tristan Colgate · 8 years ago
- bc495c5 doc: mention that go tools is needed to access some tool by Alberto Donizetti · 8 years ago
- 1865a56 database/sql: allow Stmt Query and Exec methods to open a new conn by Daniel Theophanes · 8 years ago
- d79ec64 mime/multipart: Allow ReadForm to process large non-file parts by Steven Hartland · 8 years ago
- 6a6c792 net/http: make ServeMux preserve query string during redirects by Emmanuel Odeke · 8 years ago
- 5e79787 cmd/internal/obj/arm: report invalid .S/.P/.W suffix in ARM instructions by Ben Shi · 8 years ago
- 4bf6c56 net: add examples for ParseIP, IP.DefaultMask & IP.Mask by Rob Phoenix · 8 years ago
- 2d20ded net: add test for RawConn.Control on Windows by Mikio Hara · 8 years ago
- fd25fe6 internal/poll: implement RawControl of FD on Windows by Mikio Hara · 8 years ago
- 15aa04d doc: remove mentions of yacc tool by Brad Fitzpatrick · 8 years ago
- b3b9b5e net/url: add examples for URL.Hostname and URL.RequestURI by Kevin Burke · 8 years ago
- 495f55d cmd/compile: make duplicate expr cases readable by Daniel Martí · 8 years ago
- 4dcba02 runtime: use pselect6 for usleep on linux/amd64 and linux/arm by Austin Clements · 8 years ago
- 366bb67 net: make {TCP,UDP,IP,Unix}Conn compliant of syscall.Conn interface by Mikio Hara · 8 years ago
- 0a09c72 internal/poll: add RawControl, RawRead and RawWrite methods to FD by Mikio Hara · 8 years ago
- de5c573 syscall: add Conn and RawConn interfaces by Mikio Hara · 8 years ago
- 64f064c net: make syscall name consistent with others by Alex Brainman · 8 years ago
- e309dd9 internal/poll: remove unused ioSrv.ExecIO parameter by Alex Brainman · 8 years ago
- 6144c72 os: make windows Stat as fast as Lstat for files and directories by Alex Brainman · 8 years ago
- 7f6ce51 cmd/compile/internal/ssa: fix spelling mistake by Kevin Burke · 8 years ago
- 9fdf77c cmd/compile: skip TestScopeRanges on Plan 9 by David du Colombier · 8 years ago
- ca598e3 os: add some comments and remove an unused variable in rename func by Brad Fitzpatrick · 8 years ago
- 2ad41a3 cmd/compile: output DWARF lexical blocks for local variables by Alessandro Arzilli · 8 years ago
- 0f0a51f os: lstat oldname before renaming by Alexander Menzhinsky · 8 years ago
- 1ea796e encoding/base32: ensure base32 decoder propagates errors correctly by Mark Ryan · 8 years ago
- 26a8521 test: gofmt chan/*.go by Josh Bleecher Snyder · 8 years ago
- a9bf3b2 database/sql: allow drivers to support custom arg types by Daniel Theophanes · 8 years ago
- 9044cb0 test: restore fixedbugs/bug398.go to original version by griesemer · 8 years ago
- 79eb882 test: add test for issue 18636 by Josh Bleecher Snyder · 8 years ago
- 85b2940 cmd/compile: search for remaining WB ops from end to beginning by Josh Bleecher Snyder · 8 years ago
- 638ebb0 cmd/compile: don't break up contiguous blocks in looprotate by Josh Bleecher Snyder · 8 years ago
- 9a43255 os: document that NewFile can return nil by Alberto Donizetti · 8 years ago
- 2d1829b cmd/compile: don't panic in complex division by Alberto Donizetti · 8 years ago
- c7cae34 cmd/internal/obj/arm: remove illegal form of the SWI instruction by Ben Shi · 8 years ago
- 0927b47 net: adjust TestInterfaceHardwareAddrWithGetmac by Alex Brainman · 8 years ago
- b5e964c cmd/link: make sure that runtime.epclntab lives in .text section by Alex Brainman · 8 years ago
- f700f89 test: add missing copyright header to checkbce.go by Ian Lance Taylor · 8 years ago
- c34add7 runtime/pprof: don't produce 0 location in count profiles by Austin Clements · 8 years ago
- 2dc2783 runtime/pprof: deflake TestGoroutineCounts by Carl Henrik Lunde · 8 years ago
- b3e577b cmd/compile: fuse from end to beginning by Josh Bleecher Snyder · 8 years ago
- ff26291 cmd/compile: seed rand with time when race enabled by Josh Bleecher Snyder · 8 years ago
- 7555a45 cmd/cgo: support large unsigned macros by Hiroshi Ioka · 8 years ago
- c20e545 cmd/go: don't fail on missing runtime/internal/sys/zversion.go by Ian Lance Taylor · 8 years ago
- acc5690 cmd/go: fix TestExecutableGOROOT if GOROOT is a symlink by Ian Lance Taylor · 8 years ago
- 0fd7de4 os: fix handling of ErrShortWrite in (*File).Write by Ian Lance Taylor · 8 years ago
- 13cdd81 runtime: mmap(2) on Solaris & Illumos can return EAGAIN. by Sean Chittenden · 8 years ago
- 3b263e4 runtime, syscall: in Plan 9 ARM asm, replace "SWI 0" with "SWI $0" by Cherry Zhang · 8 years ago
- 46f4bfb crypto/tls: pass argument to serverInit rather than using a field in Config. by Adam Langley · 8 years ago
- b53acd8 cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructions by Cherry Zhang · 8 years ago
- 84a5143 path: add examples by Mark Harrison · 8 years ago
- 5548f7d cmd/compile: eliminate some bounds checks from generated rewrite rules by Josh Bleecher Snyder · 8 years ago
- 4b0d74f cmd/compile: lay out exit blocks last by Josh Bleecher Snyder · 8 years ago
- b2363ee cmd/internal/objabi: fix the bug of shrinking SymType down to a uint8 by Wei Xiao · 8 years ago
- 5088b64 go/types: fewer spurious "declared but not used" follow-on errors by Robert Griesemer · 8 years ago
- 27da3ba cmd/compile: don't attach lines to SB, SP, similar constants by David Chase · 8 years ago
- 256210c cmd/compile: better check for single live memory by Keith Randall · 8 years ago
- d5e01c0 test: add test of deferred delete by Josh Bleecher Snyder · 8 years ago
- 67e4712 go/build: return partial information on Import error, for local import paths by Dmitri Shuralyov · 8 years ago
- 9e83c11 runtime/pprof: expand inlined frames in symbolized proto profiles by Austin Clements · 8 years ago
- 1dc0f96 runtime/pprof: clean up call/return PCs in memory profiles by Austin Clements · 8 years ago
- 1d44c4e cmd/link: actually generate .debug_gdb_scripts section on windows by Alex Brainman · 8 years ago
- fca6ad4 text/scanner: clarify documentation on Pos and Position by Robert Griesemer · 8 years ago
- cfae61b cmd/compile: tweak ssa.html colors by Josh Bleecher Snyder · 8 years ago
- 61336b7 cmd/compile: don't update outer variables after capturevars is complete by Josh Bleecher Snyder · 8 years ago
- ee57e36 container/heap: avoid up() invoke if down() success at heap.Remove() by wuyunzhou · 8 years ago
- 1fcd786 builtin: fix signature of the builtin function make by Brad Fitzpatrick · 8 years ago
- 66b5a2f archive/tar: remove file type bits from mode field by Lars Jeppesen · 8 years ago
- 8f06e21 text/scanner: use correct token position in example by Robert Griesemer · 8 years ago
- 380aa88 net: allow Resolver to use a custom dialer by Matt Harden · 8 years ago
- 3b5637f runtime: doubly fix "double wakeup" panic by Austin Clements · 8 years ago
- 29e88d5 runtime: print debug info on "base out of range" by Austin Clements · 8 years ago
- dddd1dd cmd/go: fix TestExecutableGOROOT on Windows by Ian Lance Taylor · 8 years ago
- 2253847 cmd/go: use filepath.Base for getting $CC name in TestCgoContainsSpace by Hiroshi Ioka · 8 years ago
- 482da518 cmd/go: fix TestCgoContainsSpace by Hiroshi Ioka · 8 years ago
- 978af9c cmd/compile: fix store chain in schedule pass by Keith Randall · 8 years ago
- e5bb5e3 cmd/compile: restore panic deduplication by Josh Bleecher Snyder · 8 years ago
- ee69c21 cmd/compile: don't use statictmps for SSA-able composite literals by Josh Bleecher Snyder · 8 years ago
- dccc653 cmd/compile: avoid checkwidth of [...] arrays by Josh Bleecher Snyder · 8 years ago
- 8f36668 net/http: for http2, use the priority write scheduler by default by Tom Bergan · 8 years ago
- 6897030 cmd/internal/obj: continue to optimize ARM's constant pool by Ben Shi · 8 years ago
- 19b05ac reflect: remove dead v.typ assignment by Daniel Martí · 8 years ago
- c061f51 os: remove extraneous 's' from TestStdPipe error message by Ian Lance Taylor · 8 years ago
- 643be70 cmd/compile: repair copy-pasted method comment by David Chase · 8 years ago
- aeee34c runtime: remove unused cpuid_X variables by Martin Möhrmann · 8 years ago
- 201fd16 cmd/link: set Fieldtrack symbol type to SDATA by Josh Bleecher Snyder · 8 years ago
- 00263a8 cmd/compile: reduce debugger-worsening line number churn by David Chase · 8 years ago
- 1df777f go/build: accept spaces in cgo directives by Hiroshi Ioka · 8 years ago
- 69972ae internal/cpu: new package to detect cpu features by Martin Möhrmann · 8 years ago
- 4fc498d cmd/compile: add generic rules to eliminate some unnecessary stores by Michael Munday · 8 years ago