]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2016-02-11 Gerrit Code... Merge "[dev.ssa] Merge remote-tracking branch 'origin...
2016-02-11 Keith Randall[dev.ssa] cmd/compile: remove redundant compare ops
2016-02-10 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-09 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: more simplification...
2016-02-09 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa: handle rewrite...
2016-02-09 Keith Randall[dev.ssa] cmd/compile: split decompose pass in two
2016-02-09 Todd Neal[dev.ssa] cmd/compile: add test to detect cse bug
2016-02-09 Brad Fitzpatricknet/http: make ListenAndServeTLS treat GetCertificate...
2016-02-08 Robert Griesemergo/constant: fix String() implementation
2016-02-08 Brad Fitzpatrickruntime: fix comment
2016-02-08 Ilya Tocar[dev.ssa] cmd/compile: use INC/DEC instead of add when...
2016-02-08 Alexandru Moșoi[dev.ssa] cmd/compile/internal/ssa/gen: constant fold...
2016-02-08 David Chase[dev.ssa] cmd/compile: fix for bug in cse speed improve...
2016-02-08 Robert Griesemergo/types: make sure constants valid in integer operatio...
2016-02-08 Todd Neal[dev.ssa] cmd/compile: speed up cse
2016-02-07 Keith Randall[dev.ssa] cmd/compile: panic doesn't return
2016-02-07 Mikio Hararuntime: don't call testing.Fatal from worker goroutines
2016-02-06 Ian Lance Taylornet/http: deflake TestCloseNotifierPipelined
2016-02-06 Keith Randall[dev.ssa] cmd/compile: strength-reduce 64-bit constant...
2016-02-05 Brad Fitzpatricknet/http: fix doc typo
2016-02-05 Keith Randall[dev.ssa] cmd/compile: reorg write barriers a bit
2016-02-05 Brad Fitzpatricknet/http: update bundled http2
2016-02-05 Keith Randall[dev.ssa] cmd/compile: add store constant indexed opera...
2016-02-05 Brad Fitzpatricknet/http: document Request.Header and Request.Close...
2016-02-05 Keith Randall[dev.ssa] cmd/compile: Use ADD instead of LEA when...
2016-02-04 Keith Randallruntime: don't expose stack buffer in stringto{byte...
2016-02-04 Andrew Gerranddoc: rewrite references to plan9.bell-labs.com to 9p.io
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 Ian Lance Taylorruntime: skip TestSignalExitStatus on Solaris
2016-02-04 Ian Lance Taylordoc: correct old function names in strconv comments...
2016-02-04 Todd Neal[dev.ssa] cmd/compile: remove dead code
2016-02-03 Brad Fitzpatricknet/http/httputil: also remove non-standard Proxy-Conne...
2016-02-03 Brad Fitzpatricksync: deflake TestWaitGroupMisuse3
2016-02-03 Russ Coxcmd/go: fix rebuild after installation of new Go release
2016-02-03 Ian Lance Taylorcmd/vet: don't crash in cgo checker if type is unknown
2016-02-03 Rob Pikemisc: update timezone database to IANA 2016a
2016-02-02 Russ Coxcmd/go: document that -msan requires clang
2016-02-02 Brad Fitzpatrickruntime/pprof: mark dragonfly and solaris as bad at...
2016-02-02 Brad Fitzpatricknet/http/httputil: fix spelling of Trailer hop-by-hop...
2016-02-02 Todd Neal[dev.ssa] cmd/compile: cache sparse sets in Config
2016-02-02 Brad Fitzpatricknet/http: mark TestTLSServerClosesConnection as flaky...
2016-02-02 Russ Coxarchive/zip: handle pre-zip64 zip files containing...
2016-02-02 Russ Coxcmd/go: avoid use of git -C, which does not exist in...
2016-02-02 Russ Coxruntime: deflake TestGoroutineProfileTrivial
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-02 Austin Clementsruntime: start an M when handing off a P when there...
2016-02-01 Brad Fitzpatricknet/http: update bundled http2, fix Transport memory...
2016-02-01 Ian Lance Taylorruntime: avoid write barrier in cgo mmap code
2016-02-01 Robert Griesemercmd/compile: fix parsing of inlined interface types...
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 Brad Fitzpatrickos: document that FindProcess always succeeds on Unix
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 Russ Coxcmd/go: avoid a few symlink-induced errors in internal...
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 Russ Coxcmd/vet: report uncalled functions in Printf %v
2016-01-29 Mikio Haranet: deflake TestListenerClose
2016-01-29 Andrew Gerranddoc: link to block example in go1.6 doc
2016-01-29 Keith Randall[dev.ssa] cmd/compile: add backing store buffers for...
2016-01-29 Rahul Chaudhryunsafe: fix typo in documentation of valid Pointer...
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 Brad Fitzpatrickdoc: don't imply that the new HTTP status 451 is from...
2016-01-28 Keith Randall[dev.ssa] cmd/compile: make cse faster
2016-01-28 Ian Lance Taylorruntime: align stack in sigfwd for darwin/386
2016-01-27 Ian Lance Taylorruntime: handle kindString in cgoCheckArg
2016-01-27 Russ Coxmisc/cgo/test: disable sigaltstack test on darwin/386
2016-01-27 Russ Coxruntime: deflake TestNumGoroutine
2016-01-27 Russ Coxruntime/cgo: more +build cgo tags
2016-01-27 Brad Fitzpatrickcmd/internal/obj/x86: skip test when GOHOSTARCH is set
2016-01-27 Russ Coxruntime/cgo: add cgo build tag to C files
2016-01-27 Dmitry Vyukovruntime/race: run tests with GOMAXPROCS=1
2016-01-27 Richard Millerruntime: remove redundant empty function call from...
2016-01-27 Russ Coxdoc: mention ServeFile change in go1.6.html
2016-01-27 Russ Coxcmd/go: refine definition of 'standard' import paths...
2016-01-27 Ian Lance Taylorunsafe: clarify wording in recent Alignof changes
2016-01-27 Ian Lance Taylordoc: mention signal changes for c-archive/c-shared
2016-01-27 Brad Fitzpatricknet/http: add protections against misuse of ServeFile
2016-01-27 Richard Millercmd/go: recognise plan9_arm object files
2016-01-27 Richard Millercmd/link: correct byte ordering in plan9_arm object...
2016-01-27 Ian Lance Taylorunsafe: clarify that Alignof returns required alignment
2016-01-27 Brad Fitzpatrickdatabase/sql: implement Scan of time.Time, document...
2016-01-27 Russ Coxruntime: fix upper bound on out-of-memory print
2016-01-27 Russ Coxruntime: guard against array out of bounds in Goroutine...
2016-01-27 Russ Coxruntime: fix crash in GoroutineProfile
2016-01-27 Russ Coxcmd/go: disable broken test for code.google.com
next