2016-04-27 |
Rick Hudson | [dev.garbage] runtime: cleanup and optimize span.base() |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: remove heapBitsSweepSpan |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: add bit and cache ctz64 (count... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: logic that uses count trailing... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: replace ref with allocCount |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: allocate directly from GC mark... |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: mark/allocation helper functions |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: refactor next free object |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: add stackfreelist |
commit | commitdiff | tree |
2016-04-27 |
Rick Hudson | [dev.garbage] runtime: bitmap allocation data structs |
commit | commitdiff | tree |
2016-04-05 |
Austin Clements | [dev.garbage] Merge branch 'master' into dev.garbage |
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 |
2016-04-01 |
Dominik Honnef | all: use bytes.Equal, bytes.Contains and strings.Contains |
commit | commitdiff | tree |
2016-04-01 |
Dave Cheney | crypto/x509: fix build break on darwin/{arm,arm64} |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http/httputil: deprecate Client+ServerConn harder... |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: clean up the Client redirect code, document... |
commit | commitdiff | tree |
2016-04-01 |
Ian Lance Taylor | cmd/compile: s.f aliases itself |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http/httputil: make ReverseProxy return 502 Bad... |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: update bundled http2 |
commit | commitdiff | tree |
2016-04-01 |
Brad Fitzpatrick | net/http: limit Transport's reading of response header... |
commit | commitdiff | tree |
2016-03-31 |
Alexandru Moșoi | cmd/compile: constant fold ANDs. |
commit | commitdiff | tree |
2016-03-31 |
Alexandru Moșoi | cmd/compile: combine SHLQ into loads and stores |
commit | commitdiff | tree |
2016-03-31 |
Christopher... | cmd/link: Replace fmt.Sprintf with filepath.Join |
commit | commitdiff | tree |
2016-03-31 |
Joe Tsai | compress/flate: make Reader.Read return io.EOF eagerly |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: better job of naming compound types |
commit | commitdiff | tree |
2016-03-31 |
Brad Fitzpatrick | net/http, net/http/httputil: rename lk to mu |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: don't put SP in index slot |
commit | commitdiff | tree |
2016-03-31 |
Keith Randall | cmd/compile: extend prove pass to handle constant compa... |
commit | commitdiff | tree |
next |