2016-04-11 |
Brad Fitzpatrick | context: document that WithValue's key must be comparable |
commit | commitdiff | tree |
2016-04-11 |
David Symonds | cmd/vet: refresh command for updating whitelist data. |
commit | commitdiff | tree |
2016-04-10 |
Martin Möhrmann | runtime: speed up makeslice by avoiding divisions |
commit | commitdiff | tree |
2016-04-10 |
Andrew Gerrand | cmd/go: remove special case that puts godoc in $GOROOT/bin |
commit | commitdiff | tree |
2016-04-10 |
Andrew Gerrand | text/template: emit field error over nil pointer error... |
commit | commitdiff | tree |
2016-04-10 |
Keith Randall | cmd/compile: regalloc enforces 2-address instructions |
commit | commitdiff | tree |
2016-04-10 |
Josh Bleecher... | cmd/compile: avoid a spill in append fast path |
commit | commitdiff | tree |
2016-04-10 |
Josh Bleecher... | runtime: avoid unnecessary map iteration write barrier |
commit | commitdiff | tree |
2016-04-10 |
Brad Fitzpatrick | html: fix typo in UnescapeString string docs |
commit | commitdiff | tree |
2016-04-10 |
Klaus Post | compress/flate: improve short writer error test |
commit | commitdiff | tree |
2016-04-10 |
Klaus Post | compress/flate: eliminate most common bounds checks |
commit | commitdiff | tree |
2016-04-10 |
Martin Möhrmann | all: replace magic 0x80 with named constant utf8.RuneSelf |
commit | commitdiff | tree |
2016-04-10 |
Dmitry Vyukov | internal/trace: fix a typo in error message |
commit | commitdiff | tree |
2016-04-10 |
Marvin Stenger | cmd: remove bio.Bread |
commit | commitdiff | tree |
2016-04-10 |
Emmanuel Odeke | runtime: make execution error panic values implement... |
commit | commitdiff | tree |
2016-04-10 |
Wisdom Omuya | cmd/go: fix typo in findInternal documentation |
commit | commitdiff | tree |
2016-04-09 |
Emmanuel Odeke | net/http/httputil: DumpRequest dumps Content-Length... |
commit | commitdiff | tree |
2016-04-09 |
Brad Fitzpatrick | cmd/go: fix typo in comment |
commit | commitdiff | tree |
2016-04-09 |
Dmitry Vyukov | runtime: revert "do not call timeBeginPeriod on windows" |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/internal/bio: move Bgetc to link/internal/ld |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd: remove unused code |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/internal/bio: embed bufio.{Reader,Writer} in bio... |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd: remove bio.BufReader and bio.BufWriter |
commit | commitdiff | tree |
2016-04-09 |
Dave Cheney | cmd/link/internal: make ld.Bso a *bio.Writer |
commit | commitdiff | tree |
2016-04-08 |
Michael Hudson... | cmd/cgo: fix cgo with gccgo |
commit | commitdiff | tree |
2016-04-08 |
David Chase | cmd/compile: insert instrumentation more carefully... |
commit | commitdiff | tree |
2016-04-08 |
Dmitry Vyukov | runtime: emit file:line info into traces |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/cgo: increase s390x int type size to 8 bytes |
commit | commitdiff | tree |
2016-04-08 |
Emmanuel Odeke | bytes: add ContainsRune |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | syscall: add assembly for Linux on s390x |
commit | commitdiff | tree |
2016-04-08 |
Brad Fitzpatrick | context: disable more flaky tests on openbsd |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | test: skip nilptr3 test on s390x |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/link: add s390x to link tool main function |
commit | commitdiff | tree |
2016-04-08 |
Rob Pike | io: change the name of ReadAtSizer to SizedReaderAt |
commit | commitdiff | tree |
2016-04-08 |
Dave Cheney | cmd: replace bio.Buf with bio.Reader and bio.Writer |
commit | commitdiff | tree |
2016-04-08 |
Michael Munday | cmd/compile: cleanup -dynlink/-shared support check |
commit | commitdiff | tree |
2016-04-08 |
Dave Cheney | cmd/compile/internal/gc: unexport Export |
commit | commitdiff | tree |
2016-04-08 |
Andrew Gerrand | cmd/go: fix failing tests since vet was moved from... |
commit | commitdiff | tree |
2016-04-08 |
Emmanuel Odeke | net/http: fixed trivial go vet warnings |
commit | commitdiff | tree |
2016-04-07 |
Keith Randall | cmd/compile: Fix constant-folding of unsigned shifts |
commit | commitdiff | tree |
2016-04-07 |
Cheng-Lung... | cmd/go: revise importPath when ImportPath is 'command... |
commit | commitdiff | tree |
2016-04-07 |
Joe Tsai | bytes, string: add Reset method to Reader |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | runtime: add s390x support (new files and lfstack_64bit... |
commit | commitdiff | tree |
2016-04-07 |
David Crawshaw | cmd/link: hide go.dwarf symbols |
commit | commitdiff | tree |
2016-04-07 |
David Crawshaw | cmd/link: disable DWARF when not generating symtab |
commit | commitdiff | tree |
2016-04-07 |
Burcu Dogan | C: fix jbd's identity |
commit | commitdiff | tree |
2016-04-07 |
Brad Fitzpatrick | context: mark more tests as flaky on OpenBSD |
commit | commitdiff | tree |
2016-04-07 |
Aliaksandr... | math/big: re-use memory in Int.GCD |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | math/big: add s390x function implementations |
commit | commitdiff | tree |
2016-04-07 |
Michael Munday | sync/atomic: add s390x implementations of atomic functions |
commit | commitdiff | tree |
2016-04-07 |
Alan Donovan | go/types: make Identical(nil, T) == Identical(T, nil) |
commit | commitdiff | tree |
2016-04-07 |
Dave Cheney | Revert "runtime: merge lfstack{Pack,Unpack} into one... |
commit | commitdiff | tree |
2016-04-07 |
Alexandru Moșoi | cmd/compile: fold CMPconst and SHR |
commit | commitdiff | tree |
2016-04-07 |
Richard Miller | runtime/pprof: make TestBlockProfile less timing dependent |
commit | commitdiff | tree |
2016-04-07 |
Dave Cheney | runtime: merge lfstack{Pack,Unpack} into one file |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/link/internal/amd64: remove empty source file |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd: extract obj's Biobuf code into new bio package |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/internal/sys: change ArchFamily constants to iotas |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/link: remove dependency on sys.ArchFamily values |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd/compile, cmd/link: eliminate uses of ArchFamily... |
commit | commitdiff | tree |
2016-04-07 |
Matthew Dempsky | cmd: add new common architecture representation |
commit | commitdiff | tree |
2016-04-07 |
Michael Hudson... | runtime: clamp OS-reported number of processors to... |
commit | commitdiff | tree |
2016-04-06 |
Ryan Brown | cmd/link: generate DWARF info using symbols |
commit | commitdiff | tree |
2016-04-06 |
Michael Munday | math: add functions and stubs for s390x |
commit | commitdiff | tree |
2016-04-06 |
Robert Griesemer | cmd/compile, go/importer: minor cleanups |
commit | commitdiff | tree |
2016-04-06 |
Josh Bleecher... | cmd/compile: move Type.Maplineno to separate data structure |
commit | commitdiff | tree |
2016-04-06 |
Rob Pike | bytes: add ContainsAny |
commit | commitdiff | tree |
2016-04-06 |
Dave Cheney | runtime: remove unused return value from lfstackUnpack |
commit | commitdiff | tree |
2016-04-06 |
Alexandru Moșoi | cmd/compile: replaces ANDQ with MOV?ZX |
commit | commitdiff | tree |
2016-04-06 |
Håvard Haugen | encoding/json: respect json.Marshaler when encoding... |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | net, runtime: skip flaky tests on OpenBSD |
commit | commitdiff | tree |
2016-04-06 |
Josh Bleecher... | cmd/compile: shrink gc.Type in half |
commit | commitdiff | tree |
2016-04-06 |
Richard Miller | test: make goprint.go wait for goroutine termination |
commit | commitdiff | tree |
2016-04-06 |
Marcel van... | testing: fix flakey test on plan9 |
commit | commitdiff | tree |
2016-04-06 |
Robert Griesemer | cmd/gofmt: make gofmt -s simplify slices in presence... |
commit | commitdiff | tree |
2016-04-06 |
Aliaksandr... | icmd/vet: improved checking for variadic Println-like... |
commit | commitdiff | tree |
2016-04-06 |
Matthew Dempsky | cmd/link: eliminate a bunch of open coded elf64/rela... |
commit | commitdiff | tree |
2016-04-06 |
Marcel van... | testing: fixed bug introduced by CL 21504 |
commit | commitdiff | tree |
2016-04-06 |
Alex Brainman | runtime: use windows.NewLazySystemDLL in mksyscall_wind... |
commit | commitdiff | tree |
2016-04-06 |
Konstantin... | cmd/vet: do not treat declaration as asignment in atomi... |
commit | commitdiff | tree |
2016-04-06 |
Ross Light | os/user: wrap getgrnam_r to fix type issues |
commit | commitdiff | tree |
2016-04-06 |
Dan Peterson | net/http/pprof: note calling runtime.SetBlockProfileRat... |
commit | commitdiff | tree |
2016-04-06 |
Keith Randall | cmd/compile: fix x=x assignments |
commit | commitdiff | tree |
2016-04-06 |
Dave Cheney | runtime: merge 64bit lfstack impls |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | os: consolidate os{1,2}_*.go files |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | runtime: rename os1_windows.go to os_windows.go |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | runtime: merge os{,2}_windows.go into os1_windows.go. |
commit | commitdiff | tree |
2016-04-06 |
Michael Munday | runtime: add s390x support (modified files only) |
commit | commitdiff | tree |
2016-04-06 |
Shenghou Ma | runtime: get randomness from AT_RANDOM AUXV on linux... |
commit | commitdiff | tree |
2016-04-06 |
Michael Munday | reflect: add s390x support |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | io: add ReadAtSizer interface |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | runtime: rename os1_linux.go to os_linux.go |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | runtime: merge os_linux.go into os1_linux.go |
commit | commitdiff | tree |
2016-04-06 |
David Symonds | expvar: Ensure strings are written as valid JSON. |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | net/http: keep request context during Client redirects |
commit | commitdiff | tree |
2016-04-06 |
Josh Bleecher... | cmd/compile: encapsulate reads of gc.Type.Funarg |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | net/http: document that Handlers shouldn't mutate Request |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | runtime: minor Windows cleanup |
commit | commitdiff | tree |
2016-04-06 |
Brad Fitzpatrick | net/http, net/http/httputil: start with capitals in... |
commit | commitdiff | tree |
2016-04-05 |
Matthew Dempsky | cmd/compile: move a lot of declarations outside of... |
commit | commitdiff | tree |
next |