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 |
2016-04-05 |
Matthew Dempsky | cmd/compile: add comments explaining how declarations... |
commit | commitdiff | tree |
2016-04-05 |
Brad Fitzpatrick | crypto/rsa, crypto/ecdsa: fail earlier on zero parameters |
commit | commitdiff | tree |
2016-04-05 |
Marcel van... | testing: improve output |
commit | commitdiff | tree |
2016-04-05 |
Josh Bleecher... | cmd/compile: pull ssa OAPPEND expression handing into... |
commit | commitdiff | tree |
2016-04-05 |
Josh Bleecher... | cmd/compile: give TLS relocations a name when dumping... |
commit | commitdiff | tree |
2016-04-05 |
Joe Tsai | os: deprecate os.SEEK_SET, os.SEEK_CUR, and os.SEEK_END |
commit | commitdiff | tree |
2016-04-05 |
Robert Griesemer | go/importer: match predeclared type list with gc's... |
commit | commitdiff | tree |
2016-04-05 |
David Chase | cmd/compile: note escape of parts of closured-capture... |
commit | commitdiff | tree |
2016-04-05 |
Robert Griesemer | crypto/dsa: eliminate invalid PublicKey early |
commit | commitdiff | tree |
2016-04-05 |
Brad Fitzpatrick | doc: add httptest.ResponseRecorder note to go1.7.txt... |
commit | commitdiff | tree |
2016-04-05 |
Dmitry Vyukov | runtime: don't burn CPU unnecessarily |
commit | commitdiff | tree |
2016-04-05 |
Dmitry Vyukov | runtime: sleep less when we can do work |
commit | commitdiff | tree |
2016-04-05 |
Ilya Tocar | cmd/compile/internal/amd64: Use 32-bit operands for... |
commit | commitdiff | tree |
2016-04-05 |
Augusto Roman | encoding/json: allow non-string type keys for (un-... |
commit | commitdiff | tree |
2016-04-05 |
Eric Lagergren | io: define SeekStart, SeekCurrent, SeekEnd constants... |
commit | commitdiff | tree |
2016-04-05 |
Alexandru Moșoi | cmd/compile: add a pass to print bound checks |
commit | commitdiff | tree |
2016-04-05 |
Brad Fitzpatrick | net/http: zero pad Response status codes to three digits |
commit | commitdiff | tree |
2016-04-05 |
Dave Cheney | cmd/compile/internal/ssa: hide gen packge from ./make... |
commit | commitdiff | tree |
2016-04-05 |
David Symonds | expvar: document that the Var interface's String method... |
commit | commitdiff | tree |
2016-04-05 |
Paul Marks | net: wait for cancelation goroutine before returning... |
commit | commitdiff | tree |
2016-04-05 |
Alex Brainman | cmd/go: leave directory before removing it in TestShare... |
commit | commitdiff | tree |
2016-04-05 |
Alex Brainman | debug/gosym: do not forget to close test binay file... |
commit | commitdiff | tree |
2016-04-05 |
Alex Brainman | runtime: leave directory before removing it in TestDLLP... |
commit | commitdiff | tree |
2016-04-05 |
Brad Fitzpatrick | net/http: add Request.Context and Request.WithContext |
commit | commitdiff | tree |
2016-04-05 |
Alex Brainman | runtime: remove race out of BenchmarkChanToSyscallPing1ms |
commit | commitdiff | tree |
2016-04-05 |
Hiroshi Ioka | path/filepath: normalize output of EvalSymlinks on... |
commit | commitdiff | tree |
2016-04-05 |
Brad Fitzpatrick | context: add the context package from golang.org/x... |
commit | commitdiff | tree |
2016-04-04 |
Matthew Dempsky | cmd/compile: minor cleanup to import loading |
commit | commitdiff | tree |
2016-04-04 |
Mikio Hara | net: factor out fdMutex-related methods on netFD |
commit | commitdiff | tree |
2016-04-04 |
Mikio Hara | net: rename TestSelfConnect to TestTCPSelfConnect |
commit | commitdiff | tree |
2016-04-04 |
Shahar Kohanim | cmd/link: grow rdBuf lazily |
commit | commitdiff | tree |
2016-04-04 |
Robert Griesemer | cmd/compile: export inlined function bodies |
commit | commitdiff | tree |
2016-04-04 |
Matthew Dempsky | cmd/compile: use *byte for pointer to string memory |
commit | commitdiff | tree |
2016-04-04 |
Marcel van... | testing: unflake TestBRun |
commit | commitdiff | tree |
2016-04-04 |
Alexandru Moșoi | cmd/compile: constant fold modulo |
commit | commitdiff | tree |
2016-04-04 |
Alexandru Moșoi | cmd/compile: fold IsInBounds of modulo. |
commit | commitdiff | tree |
2016-04-04 |
Austin Clements | runtime: fix pagesInUse accounting |
commit | commitdiff | tree |
next |