2016-10-15 |
Austin Clements | test: simplify fixedbugs/issue15747.go |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: use more go:nowritebarrierrec in proc.go |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: mark several types go:notinheap |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | runtime: make mSpanList more go:notinheap-friendly |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | cmd/compile: add go:notinheap type pragma |
commit | commitdiff | tree |
2016-10-15 |
Austin Clements | cmd/compile, runtime: add go:yeswritebarrierrec pragma |
commit | commitdiff | tree |
2016-10-15 |
Ilya Tocar | strings: use Index in Count |
commit | commitdiff | tree |
2016-10-15 |
Daniel Theophanes | database/sql: add support for multiple result sets |
commit | commitdiff | tree |
2016-10-14 |
Rob Pike | cmd/cover: handle gotos |
commit | commitdiff | tree |
2016-10-14 |
Robert Griesemer | spec: fix examples for predeclared function complex |
commit | commitdiff | tree |
2016-10-14 |
Alex Brainman | os: use FindFirstFile when GetFileAttributesEx fails... |
commit | commitdiff | tree |
2016-10-13 |
Brad Fitzpatrick | net/http: allow Handlers to test Hijacked conn without... |
commit | commitdiff | tree |
2016-10-13 |
Michael Munday | crypto/{aes,cipher}: fix panic in CBC on s390x when... |
commit | commitdiff | tree |
2016-10-13 |
Filippo Valsorda | expvar: add Value methods |
commit | commitdiff | tree |
2016-10-13 |
Austin Clements | doc: catch go1.8.txt up on runtime changes |
commit | commitdiff | tree |
2016-10-13 |
Alan Donovan | go/internal/gcimporter: set Pos attribute of decoded... |
commit | commitdiff | tree |
2016-10-13 |
Alex Brainman | cmd/link/internal/ld: use debug/pe package to rewrite... |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | encoding/xml: split attribute marshaling into its own... |
commit | commitdiff | tree |
2016-10-13 |
Anthony Canino | cmd/compile: "abc"[1] is not an ideal constant |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | encoding/json: handle misspelled JSON literals in ... |
commit | commitdiff | tree |
2016-10-13 |
Ian Lance Taylor | cmd/cgo: use alias for unsafe rather than separate... |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: stop allocating Name and Param for ODCLFIELD |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: cleanup toolstash hacks from previous CL |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: add OSTRUCTKEY for keyed struct literals |
commit | commitdiff | tree |
2016-10-13 |
Matthew Dempsky | cmd/compile: replace aindex with typArray |
commit | commitdiff | tree |
2016-10-13 |
Alex Brainman | os: make readConsole handle its input and output correctly |
commit | commitdiff | tree |
2016-10-13 |
Hiroshi Ioka | cmd/compile/internal/gc: cleanup esc.go |
commit | commitdiff | tree |
2016-10-13 |
Alex Browne | cmd/vet: check for duplicate json, xml struct field... |
commit | commitdiff | tree |
2016-10-13 |
Michael Pratt | cmd/internal/obj: document Prog |
commit | commitdiff | tree |
2016-10-13 |
Shenghou Ma | cmd/objdump: enable tests on ppc64/ppc64le |
commit | commitdiff | tree |
2016-10-13 |
Shenghou Ma | cmd/internal/objfile: add ppc64/ppc64le disassembler... |
commit | commitdiff | tree |
2016-10-13 |
Russ Cox | cmd: add golang.org/x/arch/ppc64/ppc64asm for disassembly |
commit | commitdiff | tree |
2016-10-13 |
Allan Simon | encoding/xml: prevent omitempty from omitting non-nil... |
commit | commitdiff | tree |
2016-10-13 |
Xia Bin | misc/cgo/test: add test that gccgo fails |
commit | commitdiff | tree |
2016-10-12 |
Russ Cox | syscall: update darwin/amd64 for timespec change |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: reduce allocations in formatOctal |
commit | commitdiff | tree |
2016-10-12 |
Lynn Boger | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions |
commit | commitdiff | tree |
2016-10-12 |
Keith Randall | cmd/compile,runtime: redo how map assignments work |
commit | commitdiff | tree |
2016-10-12 |
Russ Cox | unicode: change SimpleFold to handle invalid runes |
commit | commitdiff | tree |
2016-10-12 |
David Crawshaw | cmd/link: force external linking for plugins |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: enable X25519 by default. |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: support X25519. |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: fix printing of OpenSSL output when updatin... |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | vendor/golang_org/x/crypto/curve25519: new package |
commit | commitdiff | tree |
2016-10-12 |
Adam Langley | crypto/tls: switch to OpenSSL 1.1.0 for test data. |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: fix and cleanup readOldGNUSparseMap |
commit | commitdiff | tree |
2016-10-12 |
Joe Tsai | archive/tar: handle integer overflow on 32bit machines |
commit | commitdiff | tree |
2016-10-12 |
Hiroshi Ioka | unicode: panic if given rune is negative in SimpleFold |
commit | commitdiff | tree |
2016-10-12 |
Momchil Velikov | cmd/compile: trim more blocks |
commit | commitdiff | tree |
2016-10-12 |
Kevin Burke | syscall: document that Exec wraps execve(2) |
commit | commitdiff | tree |
2016-10-12 |
Cyrill Schumacher | net/http: optimize internal cookie functions |
commit | commitdiff | tree |
2016-10-12 |
Alan Donovan | go/types: expose Default function, which converts untyp... |
commit | commitdiff | tree |
2016-10-12 |
Alan Donovan | test: add test for issue 17039 |
commit | commitdiff | tree |
2016-10-12 |
Emmanuel Odeke | runtime: update mkduff legacy comments |
commit | commitdiff | tree |
2016-10-12 |
Jean-Nicolas... | os: add examples of environment functions |
commit | commitdiff | tree |
2016-10-12 |
Hiroshi Ioka | path/filepath: add a test case for EvalSymlinks error |
commit | commitdiff | tree |
2016-10-12 |
Dave Cheney | cmd/compile/internal/gc: add runtime/trace support |
commit | commitdiff | tree |
2016-10-12 |
Joshua Boelter | runtime: check for errors returned by windows sema... |
commit | commitdiff | tree |
2016-10-12 |
David du Colombier | cmd/link: use HEADR to define FlagTextAddr (cosmetic... |
commit | commitdiff | tree |
2016-10-12 |
Mikio Hara | net: update doc for unimplemented feature on Plan 9 |
commit | commitdiff | tree |
2016-10-12 |
David du Colombier | cmd/link: fix build on plan9/amd64 |
commit | commitdiff | tree |
2016-10-12 |
Ian Lance Taylor | syscall: unify NsecToTime{spec,val}, fix for times... |
commit | commitdiff | tree |
2016-10-12 |
Chris McGee | net: implement network interface API for Plan 9 |
commit | commitdiff | tree |
2016-10-12 |
Sina Siadat | os: add example for IsNotExist |
commit | commitdiff | tree |
2016-10-12 |
Shawn Walker... | cmd/link: non-executable stack support for Solaris |
commit | commitdiff | tree |
2016-10-12 |
Gyu-Ho Lee | runtime/pprof: preallocate slice in pprof.go |
commit | commitdiff | tree |
2016-10-12 |
Alex Brainman | os: add new tests for symbolic links and directory... |
commit | commitdiff | tree |
2016-10-12 |
Tristan Ooohry | cmd/go: added verbose error from matchGoImport |
commit | commitdiff | tree |
2016-10-12 |
Xuyang Kang | encoding/base64: This change modifies Go to take strict... |
commit | commitdiff | tree |
2016-10-12 |
Gustav Westling | cmd/gofmt: simplify map key literals |
commit | commitdiff | tree |
2016-10-12 |
Keith Randall | cmd/compile: update ssa html help text |
commit | commitdiff | tree |
2016-10-12 |
Dmitri Shuralyov | path/filepath: remove unneeded doc statement for SplitList |
commit | commitdiff | tree |
2016-10-12 |
Gleb Stepanov | runtime: fix typo in comments |
commit | commitdiff | tree |
2016-10-12 |
Michael Munday | runtime: remove canBackTrace variable from TestGdbPython |
commit | commitdiff | tree |
2016-10-12 |
Michael Pratt | cmd/pprof: instruction-level granularity in callgrind... |
commit | commitdiff | tree |
2016-10-12 |
Filippo Valsorda | cmd/trace: add option to output pprof files |
commit | commitdiff | tree |
2016-10-11 |
Ian Lance Taylor | syscall: unify TimespecToNsec and TimevalToNsec |
commit | commitdiff | tree |
2016-10-11 |
James Clarke | debug/elf: add sparc64 relocations |
commit | commitdiff | tree |
2016-10-11 |
Joe Tsai | archive/zip: only use Extended Timestamp on non-zero... |
commit | commitdiff | tree |
2016-10-11 |
Matthew Dempsky | cmd/compile, runtime: stop padding stackmaps to 4 bytes |
commit | commitdiff | tree |
2016-10-11 |
Matthew Dempsky | cmd/compile: refactor stackmap dumping code |
commit | commitdiff | tree |
2016-10-11 |
Michael Munday | cmd/compile: make link register allocatable in non... |
commit | commitdiff | tree |
2016-10-11 |
Adam Langley | crypto/x509: parse all names in an RDN. |
commit | commitdiff | tree |
2016-10-11 |
Hajime Hoshi | cmd/compile: remove redundant function idom |
commit | commitdiff | tree |
2016-10-11 |
David Chase | cmd/compile: escape analysis needs to run "flood" to... |
commit | commitdiff | tree |
2016-10-11 |
Russ Cox | math/big: move ProbablyPrime into its own source file |
commit | commitdiff | tree |
2016-10-11 |
Russ Cox | math/big: test and optimize Exp(2, y, n) for large... |
commit | commitdiff | tree |
2016-10-11 |
Russ Cox | math/big: move exhaustive tests behind -long flag |
commit | commitdiff | tree |
2016-10-11 |
Cherry Zhang | cmd/compile: intrinsify math/big.mulWW, divWW on AMD64 |
commit | commitdiff | tree |
2016-10-11 |
Cherry Zhang | cmd/link: insert trampolines for too-far jumps on ARM |
commit | commitdiff | tree |
2016-10-11 |
Ian Lance Taylor | runtime: record current PC for SIGPROF on non-Go thread |
commit | commitdiff | tree |
2016-10-11 |
Hyang-Ah (Hana... | cmd/trace: fix a runnable goroutine count bug |
commit | commitdiff | tree |
2016-10-11 |
Alex Brainman | runtime/cgo: do not explicitly link msvcrt.dll |
commit | commitdiff | tree |
2016-10-11 |
John Dethridge | cmd/link: more efficient encoding of DWARF line number... |
commit | commitdiff | tree |
2016-10-10 |
Russ Cox | math/big: make division faster |
commit | commitdiff | tree |
2016-10-10 |
Cherry Zhang | cmd/compile: remove some write barriers for stack writes |
commit | commitdiff | tree |
2016-10-10 |
David Chase | cmd/compile: PPC64, elide unnecessary sign extension |
commit | commitdiff | tree |
2016-10-10 |
Tal Shprecher | cmd/compile: avoid leak of dottype expression on double... |
commit | commitdiff | tree |
2016-10-10 |
Emmanuel Odeke | net/http: fix typo in server commont |
commit | commitdiff | tree |
2016-10-09 |
Anmol Sethi | io: simplified a small part of copyBuffer |
commit | commitdiff | tree |
next |