]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-04-27 Rick Hudson[dev.garbage] runtime: refactor next free object
2016-04-27 Rick Hudson[dev.garbage] runtime: add stackfreelist
2016-04-27 Rick Hudson[dev.garbage] runtime: bitmap allocation data structs
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-05 Josh Bleecher... cmd/compile: pull ssa OAPPEND expression handing into...
2016-04-05 Josh Bleecher... cmd/compile: give TLS relocations a name when dumping...
2016-04-05 Joe Tsaios: deprecate os.SEEK_SET, os.SEEK_CUR, and os.SEEK_END
2016-04-05 Robert Griesemergo/importer: match predeclared type list with gc's...
2016-04-05 David Chasecmd/compile: note escape of parts of closured-capture...
2016-04-05 Robert Griesemercrypto/dsa: eliminate invalid PublicKey early
2016-04-05 Brad Fitzpatrickdoc: add httptest.ResponseRecorder note to go1.7.txt...
2016-04-05 Dmitry Vyukovruntime: don't burn CPU unnecessarily
2016-04-05 Dmitry Vyukovruntime: sleep less when we can do work
2016-04-05 Ilya Tocarcmd/compile/internal/amd64: Use 32-bit operands for...
2016-04-05 Augusto Romanencoding/json: allow non-string type keys for (un-...
2016-04-05 Eric Lagergrenio: define SeekStart, SeekCurrent, SeekEnd constants...
2016-04-05 Alexandru Moșoicmd/compile: add a pass to print bound checks
2016-04-05 Brad Fitzpatricknet/http: zero pad Response status codes to three digits
2016-04-05 Dave Cheneycmd/compile/internal/ssa: hide gen packge from ./make...
2016-04-05 David Symondsexpvar: document that the Var interface's String method...
2016-04-05 Paul Marksnet: wait for cancelation goroutine before returning...
2016-04-05 Alex Brainmancmd/go: leave directory before removing it in TestShare...
2016-04-05 Alex Brainmandebug/gosym: do not forget to close test binay file...
2016-04-05 Alex Brainmanruntime: leave directory before removing it in TestDLLP...
2016-04-05 Brad Fitzpatricknet/http: add Request.Context and Request.WithContext
2016-04-05 Alex Brainmanruntime: remove race out of BenchmarkChanToSyscallPing1ms
2016-04-05 Hiroshi Iokapath/filepath: normalize output of EvalSymlinks on...
2016-04-05 Brad Fitzpatrickcontext: add the context package from golang.org/x...
2016-04-04 Matthew Dempskycmd/compile: minor cleanup to import loading
2016-04-04 Mikio Haranet: factor out fdMutex-related methods on netFD
2016-04-04 Mikio Haranet: rename TestSelfConnect to TestTCPSelfConnect
2016-04-04 Shahar Kohanimcmd/link: grow rdBuf lazily
2016-04-04 Robert Griesemercmd/compile: export inlined function bodies
2016-04-04 Matthew Dempskycmd/compile: use *byte for pointer to string memory
2016-04-04 Marcel van... testing: unflake TestBRun
2016-04-04 Alexandru Moșoicmd/compile: constant fold modulo
2016-04-04 Alexandru Moșoicmd/compile: fold IsInBounds of modulo.
2016-04-04 Austin Clementsruntime: fix pagesInUse accounting
2016-04-04 David Crawshawcmd/link: keep types together when dynamic linking
2016-04-04 Caio Marcelo... go/types: better error when assigning to struct field...
2016-04-04 Caio Marcelo... cmd/compile: better error when assigning to struct...
2016-04-04 Alex Brainmanruntime: change osyield to use Windows SwitchToThread
2016-04-04 Rob Pikehtml/template: prefix the internally-used FuncMap value...
2016-04-04 Christopher... cmd/go: fix -buildmode=c-archive should work on windows
2016-04-03 Brad Fitzpatrickcmd/compile: give ChanDir a type
2016-04-03 Brad Fitzpatrickcmd/link: simplify readSymName, taking advantage of...
2016-04-03 Michael Hudson... cmd/link: define a variable for the target platform...
2016-04-03 Michael Mundaysyscall: add support for s390x
2016-04-03 Shahar Kohanimcmd/link: more idiomatic object reader
2016-04-03 Eric Engestromall: fix spelling mistakes
2016-04-03 Russ Coxpath, path/filepath: add Join example with joined roote...
2016-04-03 Michael Mundaycmd/link/internal/s390x: add s390x support
2016-04-03 Brad Fitzpatrickos: make IsExists also recognize syscall.ENOTEMPTY
2016-04-03 Brad Fitzpatrickfmt: hold on to all free buffers, regardless of size
2016-04-03 Michael Mundaycmd/link/internal/ld: add s390x support
2016-04-03 Josh Bleecher... cmd/compile: add Type.ChanDir
2016-04-02 Joe Tsaicompress/gzip: fix Reader.Reset
2016-04-02 Alexandru Moșoicmd/compile: handle non-negatives in prove
2016-04-02 Brad Fitzpatricknet: don't do DNS for onion and local addresses
2016-04-02 Joe Tsaicompress/gzip: cleanup gzip package
2016-04-02 Todd Nealcmd/compile: fix inlining of switch issue
2016-04-02 Brad Fitzpatricksyscall: point to x/sys in DLL loading docs, update...
2016-04-02 Matthew Dempskycmd/compile: eliminate dead code in walkappend
2016-04-01 Brad Fitzpatrickruntime, syscall: only search for Windows DLLs in the...
2016-04-01 Ian Lance Taylorruntime: allocate mp.cgocallers earlier
2016-04-01 Josh Bleecher... cmd/compile: rename Node.Int to Node.Int64
2016-04-01 Matthew Dempskycmd/compile: more Isfoo Type cleanups
2016-04-01 Josh Bleecher... cmd/compile: add Type.SetNumElem
2016-04-01 Josh Bleecher... cmd/compile: use Node.Int more
2016-04-01 Josh Bleecher... cmd/compile: use NumElem instead of Type.Bound
2016-04-01 Matthew Dempskycmd/compile: cleanup algtype code
2016-04-01 Ian Lance Taylorruntime/cgo: only build _cgo_callers if x_cgo_callers...
2016-04-01 Sebastien Binetreflect: implement StructOf
2016-04-01 Shahar Kohanimcmd/internal/obj: more idiomatic object writer
2016-04-01 Alexandru Moșoicmd/compile/internal/ssa: BCE for induction variables
2016-04-01 Ian Lance Taylorruntime: support symbolic backtrace of C code in a...
2016-04-01 David Chasecmd/compile: ignore OXXX nodes in closure captured...
2016-04-01 Dominik Honnefall: use bytes.Equal, bytes.Contains and strings.Contains
2016-04-01 Dave Cheneycrypto/x509: fix build break on darwin/{arm,arm64}
2016-04-01 Brad Fitzpatricknet/http/httputil: deprecate Client+ServerConn harder...
2016-04-01 Brad Fitzpatricknet/http: clean up the Client redirect code, document...
2016-04-01 Ian Lance Taylorcmd/compile: s.f aliases itself
2016-04-01 Brad Fitzpatricknet/http/httputil: make ReverseProxy return 502 Bad...
2016-04-01 Brad Fitzpatricknet/http: update bundled http2
2016-04-01 Brad Fitzpatricknet/http: limit Transport's reading of response header...
2016-03-31 Alexandru Moșoicmd/compile: constant fold ANDs.
2016-03-31 Alexandru Moșoicmd/compile: combine SHLQ into loads and stores
2016-03-31 Christopher... cmd/link: Replace fmt.Sprintf with filepath.Join
2016-03-31 Joe Tsaicompress/flate: make Reader.Read return io.EOF eagerly
2016-03-31 Keith Randallcmd/compile: better job of naming compound types
2016-03-31 Brad Fitzpatricknet/http, net/http/httputil: rename lk to mu
2016-03-31 Keith Randallcmd/compile: don't put SP in index slot
2016-03-31 Keith Randallcmd/compile: extend prove pass to handle constant compa...
2016-03-31 Ilya Tocarhash/crc64: Add tests for ECMA polynomial
2016-03-31 Matthew Dempskycmd/compile: remove Node.Nointerface field
2016-03-31 Matthew Dempskycmd/compile: stop generating garbage when checking...
2016-03-31 Josh Bleecher... cmd/compile: dump stack trace in Fatalf during development
2016-03-31 David Crawshawcmd/compile: include pkgPath on all struct types
2016-03-31 Josh Bleecher... cmd/compile: add sliceBound
2016-03-31 Keith Randallcmd/compile: fix build
next