]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-02-05 Keith Randall[dev.ssa] cmd/compile: reorg write barriers a bit
2016-02-05 Keith Randall[dev.ssa] cmd/compile: add store constant indexed opera...
2016-02-05 Keith Randall[dev.ssa] cmd/compile: Use ADD instead of LEA when...
2016-02-04 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa/gen: enclose rules...
2016-02-04 Keith Randall[dev.ssa] cmd/compile: more combining of ops into instr...
2016-02-04 Keith Randall[dev.ssa] cmd/internal/obj/x86: don't clobber flags...
2016-02-04 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa/gen: move variable...
2016-02-04 Todd Neal[dev.ssa] cmd/compile: rewrites for constant shifts
2016-02-04 Alexandru Moșoi[dev.ssa] src/cmd/compile/internal/ssa/gen: detect...
2016-02-04 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: simplify comparison...
2016-02-04 Todd Neal[dev.ssa] cmd/compile: use sparsetree in checkFunc
2016-02-04 Todd Neal[dev.ssa] cmd/compile: remove dead code
2016-02-02 Todd Neal[dev.ssa] cmd/compile: cache sparse sets in Config
2016-02-02 Keith Randall[dev.ssa] cmd/compile: add aux typing, flags to ops
2016-02-02 David Chase[dev.ssa] cmd/compile: reducing alloc footprint of...
2016-02-01 Todd Neal[dev.ssa] cmd/compile: regenerate code
2016-01-31 Keith Randall[dev.ssa] cmd/compile: lots of small rewrite optimizations
2016-01-30 Todd Neal[dev.ssa] cmd/compile: reuse sparse sets across compile...
2016-01-29 David Chase[dev.ssa] cmd/compile: exposed do-log boolean to reduce...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: tweak init function prologue
2016-01-29 Keith Randall[dev.ssa] cmd/compile: prepare for some load+op combining
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix write barriers for SSA
2016-01-29 Keith Randall[dev.ssa] cmd/compile: optimization for && and || expre...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: simple forward-looking register...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix -N build
2016-01-29 Keith Randall[dev.ssa] cmd/compile: add backing store buffers for...
2016-01-29 Keith Randall[dev.ssa] cmd/compile: fix build
2016-01-28 Keith Randall[dev.ssa] cmd/compile: preallocate small-numbered value...
2016-01-28 Keith Randall[dev.ssa] cmd/compile: make cse faster
2016-01-26 Keith Randall[dev.ssa] cmd/compile: disable xor clearing when flags...
2016-01-26 Keith Randall[dev.ssa] cmd/compile: get rid of +0.0 hack
2016-01-22 Keith Randall[dev.ssa] cmd/compile: short-circuit empty blocks
2016-01-21 Keith Randall[dev.ssa] cmd/compile: update SSA TODOs
2016-01-20 Keith Randall[dev.ssa] cmd/compile: Allow structs to be SSAd
2016-01-20 Keith Randall[dev.ssa] cmd/compile: optimize phi ops
2016-01-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-01-19 Keith Randall[dev.ssa] cmd/compile: use wider move instruction for...
2016-01-19 Keith Randall[dev.ssa] cmd/compile: report better line numbers for...
2016-01-19 Michael Mundaynet: add timeout to DNS requests sent by TestSpecialDom...
2016-01-19 Brad Fitzpatricknet/http: make hidden http2 Transport respect remaining...
2016-01-19 Shenghou Mabuild: test linux/mips64 and linux/mips64le with builda...
2016-01-18 Shenghou Maruntime: print address as hex in messages
2016-01-18 Brad Fitzpatricknet/http: clarify docs on Request.Proto field
2016-01-18 Brad Fitzpatricknet/http: make http2 Transport send Content Length
2016-01-18 Brad Fitzpatricknet/http: panic on bogus use of CloseNotifier or Hijacker
2016-01-18 Mikio Haranet: disable TestInterfaceAddrsWithNetsh on windows
2016-01-18 Ian Lance Taylorruntime: don't run TestEnsureDropM on windows or plan9
2016-01-16 Brad Fitzpatricknet/http: update bundled http2, pass through Transport...
2016-01-16 Austin Clementsruntime: fix sleep/wakeup race for GC assists
2016-01-16 Mikio Hararuntime: readjust signal code for dragonfly-2.6 and...
2016-01-15 Brad Fitzpatricknet/http: update bundled http2
2016-01-15 Keith Randall[dev.ssa] runtime: fix windows build
2016-01-15 Austin Clementsruntime: use at least "system" traceback level for...
2016-01-14 Matthew Dempskyruntime: fix darwin/arm64 build
2016-01-14 Russ Coxcmd/go: fix vendor directory check on Windows
2016-01-14 Ian Lance Taylorruntime: remove erroneous go:noescape declaration
2016-01-14 Brad Fitzpatricknet/http: fix flaky TestServerValidatesHostHeader
2016-01-14 Ian Lance Taylorruntime: minimize time between lockextra/unlockextra
2016-01-14 Russ Coxcmd/go: respect internal directories during 'go run'
2016-01-14 Austin Clementsruntime: fix several issues in TestFutexsleep
2016-01-14 Russ Coxcmd/go, go/build: ignore vendor directories with no...
2016-01-14 Shenghou Mabuild: use consistent shebang line
2016-01-14 Andrew Gerranddoc: revise help page with categories and more links
2016-01-14 Russ Coxdoc: document archive/tar changes
2016-01-14 Austin Clementsdebug/dwarf: fix nil pointer dereference in cyclic...
2016-01-14 Russ Coxcmd/compile: add AVARLIVE to peep for arm, arm64, mips6...
2016-01-14 Russ Coxcmd/internal/obj: separate code layout from object...
2016-01-14 Russ Coxcmd/compile: recognize Syscall-like functions for liven...
2016-01-13 Brad Fitzpatrickgo/types: rename Importer2 to ImporterFrom go1.6beta2
2016-01-13 Keith Randallruntime: don't use CMOV for 386
2016-01-13 Brad Fitzpatricknet/http: update bundled http2
2016-01-13 Brad Fitzpatricknet/http: clarify ConnState StateActive docs for HTTP/2
2016-01-13 Robert Griesemergo/importer: fix field/method package for binary importer
2016-01-13 Ian Lance Taylorcmd/go: fix gccSupportsNoPie for old GCC's that don...
2016-01-13 Robert Griesemergo/importer: revert incorrect change that slipped in...
2016-01-13 Russ Coxcmd/link: add LC_VERSION_MIN_MACOSX to linkmode=interna...
2016-01-13 Russ Coxruntime: allow for C pointers between arena_start and...
2016-01-13 Russ Coxruntime: arrange to show a few local variables when...
2016-01-13 Keith Randall[dev.ssa] cmd/compile: clean up comparisons
2016-01-13 Keith Randall[dev.ssa] cmd/compile: fix spill sizes
2016-01-13 Robert Griesemergo/importer: associate exported field and interface...
2016-01-13 Joe Sylvecmd/go: -buildmode=c-shared should work on darwin/386
2016-01-13 Brad Fitzpatricknet/http: update bundled http2
2016-01-13 Brad Fitzpatrickdatabase/sql/driver: clarify DefaultParameterConverter...
2016-01-13 Brad Fitzpatricknet/http: fix Transport crash when abandoning dial...
2016-01-13 Russ Coxdoc: document Go 1.5.3
2016-01-13 Emmanuel Odekenet/http: reject non three digit status codes in ReadRe...
2016-01-13 Keith Randallcmd/compile: stop using fucomi* ops for 387 builds
2016-01-13 Ian Lance Taylorcmd/go: fixes for -compiler=gccgo -buildmode=c-shared
2016-01-13 Ilya Tocarcmd/internal/obj/x86: add new instructions, cleanup.
2016-01-13 Mikio Haranet: LookupAddr("127.0.0.1") is "localhost" not "localh...
2016-01-13 Brad Fitzpatricknet/http2: update bundled http2
2016-01-13 Brad Fitzpatrickcrypto/tls: don't block in Conn.Close if Writes are...
2016-01-13 David Chasecmd/compile: better modeling of escape across loop...
2016-01-13 Michael Hudson... runtime/internal/atomic: use //go:noinline to prevent...
2016-01-13 Russ Coxruntime: make NumGoroutine and Stack agree not to inclu...
2016-01-13 Russ Coxmath/big: fix Exp(x, x, x) for certain large x
2016-01-12 Ian Lance Taylorcmd/cgo: document C.sizeof_T and zero-sized field restr...
2016-01-12 Denys Honsiorovskyinet/http: support URLs without schemes in http.Redirect
2016-01-12 Austin Clementsruntime: mark greyobject go:nowritebarrierrec
next