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 |
2016-04-04 |
David Crawshaw | cmd/link: keep types together when dynamic linking |
commit | commitdiff | tree |
2016-04-04 |
Caio Marcelo... | go/types: better error when assigning to struct field... |
commit | commitdiff | tree |
2016-04-04 |
Caio Marcelo... | cmd/compile: better error when assigning to struct... |
commit | commitdiff | tree |
2016-04-04 |
Alex Brainman | runtime: change osyield to use Windows SwitchToThread |
commit | commitdiff | tree |
2016-04-04 |
Rob Pike | html/template: prefix the internally-used FuncMap value... |
commit | commitdiff | tree |
2016-04-04 |
Christopher... | cmd/go: fix -buildmode=c-archive should work on windows |
commit | commitdiff | tree |
2016-04-03 |
Brad Fitzpatrick | cmd/compile: give ChanDir a type |
commit | commitdiff | tree |
2016-04-03 |
Brad Fitzpatrick | cmd/link: simplify readSymName, taking advantage of... |
commit | commitdiff | tree |
2016-04-03 |
Michael Hudson... | cmd/link: define a variable for the target platform... |
commit | commitdiff | tree |
2016-04-03 |
Michael Munday | syscall: add support for s390x |
commit | commitdiff | tree |
2016-04-03 |
Shahar Kohanim | cmd/link: more idiomatic object reader |
commit | commitdiff | tree |
2016-04-03 |
Eric Engestrom | all: fix spelling mistakes |
commit | commitdiff | tree |
2016-04-03 |
Russ Cox | path, path/filepath: add Join example with joined roote... |
commit | commitdiff | tree |
2016-04-03 |
Michael Munday | cmd/link/internal/s390x: add s390x support |
commit | commitdiff | tree |
2016-04-03 |
Brad Fitzpatrick | os: make IsExists also recognize syscall.ENOTEMPTY |
commit | commitdiff | tree |
2016-04-03 |
Brad Fitzpatrick | fmt: hold on to all free buffers, regardless of size |
commit | commitdiff | tree |
2016-04-03 |
Michael Munday | cmd/link/internal/ld: add s390x support |
commit | commitdiff | tree |
2016-04-03 |
Josh Bleecher... | cmd/compile: add Type.ChanDir |
commit | commitdiff | tree |
2016-04-02 |
Joe Tsai | compress/gzip: fix Reader.Reset |
commit | commitdiff | tree |
2016-04-02 |
Alexandru Moșoi | cmd/compile: handle non-negatives in prove |
commit | commitdiff | tree |
2016-04-02 |
Brad Fitzpatrick | net: don't do DNS for onion and local addresses |
commit | commitdiff | tree |
2016-04-02 |
Joe Tsai | compress/gzip: cleanup gzip package |
commit | commitdiff | tree |
2016-04-02 |
Todd Neal | cmd/compile: fix inlining of switch issue |
commit | commitdiff | tree |
2016-04-02 |
Brad Fitzpatrick | syscall: point to x/sys in DLL loading docs, update... |
commit | commitdiff | tree |
2016-04-02 |
Matthew Dempsky | cmd/compile: eliminate dead code in walkappend |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | runtime, syscall: only search for Windows DLLs in the... |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | runtime: allocate mp.cgocallers earlier |
commit | commitdiff | tree |
2016-04-01 |
Josh Bleecher... | cmd/compile: rename Node.Int to Node.Int64 |
commit | commitdiff | tree |
2016-04-01 |
Matthew Dempsky | cmd/compile: more Isfoo Type cleanups |
commit | commitdiff | tree |
2016-04-01 |
Josh Bleecher... | cmd/compile: add Type.SetNumElem |
commit | commitdiff | tree |
2016-04-01 |
Josh Bleecher... | cmd/compile: use Node.Int more |
commit | commitdiff | tree |
2016-04-01 |
Josh Bleecher... | cmd/compile: use NumElem instead of Type.Bound |
commit | commitdiff | tree |
2016-04-01 |
Matthew Dempsky | cmd/compile: cleanup algtype code |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | runtime/cgo: only build _cgo_callers if x_cgo_callers... |
commit | commitdiff | tree |
2016-04-01 |
Sebastien Binet | reflect: implement StructOf |
commit | commitdiff | tree |
2016-04-01 |
Shahar Kohanim | cmd/internal/obj: more idiomatic object writer |
commit | commitdiff | tree |
2016-04-01 |
Alexandru Moșoi | cmd/compile/internal/ssa: BCE for induction variables |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | runtime: support symbolic backtrace of C code in a... |
commit | commitdiff | tree |
2016-04-01 |
David Chase | cmd/compile: ignore OXXX nodes in closure captured... |
commit | commitdiff | tree |
next |