]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2016-03-31 Keith Randallcmd/compile: Add more idx1 load/store instructions
2016-03-31 Keith Randallcmd/compile: place combined loads at the location of...
2016-03-31 Josh Bleecher... cmd/compile: encapsulate Type.Nname
2016-03-31 Brad Fitzpatricknet/http/httptest: clean up unnecessary goroutine
2016-03-31 Matthew Dempskycmd/compile, runtime: fix pedantic int->string conversions
2016-03-31 Hiroshi Iokanet/mail: throw error when multiple addresses are given...
2016-03-31 Brad Fitzpatrickcrypto/x509: add SystemCertPool, refactor system cert...
2016-03-31 Matthew Dempskycmd/link: remove -H elf flag
2016-03-31 Brad Fitzpatricktest/fixedbugs: add test for divide by zero being optim...
2016-03-31 Brad Fitzpatricknet/http: allow Handlers to handle http2 upgrade PRI...
2016-03-31 Brad Fitzpatricknet/http: validate transmitted header fields
2016-03-31 Ian Lance Taylorcmd/pprof: use DWARF info to lookup unknown PC addresses
2016-03-31 Keith Randallruntime: don't use REP;MOVSB if CPUID doesn't say it...
2016-03-31 Dave Cheneycmd/compile/internal/gc: avoid append when building...
2016-03-31 Dave Cheneycmd/compile/internal/gc: don't let the argument to...
2016-03-31 Nigel Taoimage/jpeg: reconstruct progressive images even if...
2016-03-31 Dave Cheneycmd/compile/internal/gc: don't iterate over field list...
2016-03-30 Matthew Dempskycmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]
2016-03-30 Matthew Dempskycmd/compile: use t.IsFoo() instead of t.Etype == TFOO
2016-03-30 Alexandru Moșoicmd/compile: generalize strength reduction of mulq
2016-03-30 Matthew Dempskycmd/compile: get rid of redundant Type helper functions
2016-03-30 Josh Bleecher... cmd/compile: s/typeX/typX/
2016-03-30 Josh Bleecher... cmd/compile: add Type.Elem
2016-03-30 Josh Bleecher... cmd/compile: add typMap
2016-03-30 Alexandru Moșoicmd/compile: use inc/dec for bytes, too
2016-03-30 Brad Fitzpatrickinternal/testenv: prefer to find go binary in GOROOT
2016-03-30 Matthew Dempskycmd/compile: rename Type.IsPtr to Type.IsPtrShaped
2016-03-30 Josh Bleecher... cmd/compile: add typPtr
2016-03-30 Josh Bleecher... cmd/compile: add typWrapper and Type.Wrapped
2016-03-30 Josh Bleecher... cmd/compile: add typChan
2016-03-30 Josh Bleecher... cmd/compile: use IsSlice and IsArray instead of checkin...
2016-03-30 Alexandru Moșoicmd/compile: ignore dead phis in fuse
2016-03-30 Joe Tsaicompress/gzip: fix error handling in Read
2016-03-30 kortschakcmd/dist: make fortran test conditional on bash existence
2016-03-30 Joe Tsaidebug/elf: deflake file_test.go
2016-03-30 Michael Mundaycmd/asm: add s390x support
2016-03-30 Josh Bleecher... cmd/compile: move substAny to type.go
2016-03-30 Michael Mundaycmd/internal/obj: add copyright header to files
2016-03-30 Michael Mundaycmd/internal/obj/s390x: add s390x support
2016-03-30 Keith Randallcmd/compile: define high bits of AuxInt
next