]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-02-07 Robert Griesemermath/big: add IsInt64/IsUint64 predicates
2017-02-07 Matthew Dempskycmd/internal/obj: remove ATYPE
2017-02-07 Sameer Ajmaniruntime/pprof: document that profile names should not...
2017-02-07 Cherry Zhangcmd/compile: do not use statictmp for zeroing
2017-02-07 Matthew Dempskycmd/compile/internal/ssa: use *obj.LSym in ExternSymbol
2017-02-07 Matthew Dempskycmd/internal/dwarf: use []*Var instead of linked lists
2017-02-07 Jaana Burcu... runtime/pprof: clarify CPU profile's captured during...
2017-02-07 Sameer Ajmanitime: delete incorrect docs about day-of-month checks.
2017-02-07 Russ Coxcmd/go, go/build: better defenses against GOPATH=GOROOT
2017-02-07 Austin Clementsruntime: fix confusion between _MaxMem and _MaxArena32
2017-02-07 Austin Clementsruntime: simplify and cleanup mallocinit
2017-02-07 Austin Clementsruntime: make _MaxMem an untyped constant
2017-02-07 Josh Bleecher... cmd/compile: cmd/internal/obj: cull dead code
2017-02-07 Cherry Zhangcmd/compile: do not use "oaslit" for global
2017-02-07 Russ Coxcrypto/x509: check for new tls-ca-bundle.pem last
2017-02-07 Daniel Martícmd/link, crypto/tls: don't use append loops
2017-02-07 Robert Griesemerspec: clarify alignment of arrays
2017-02-07 Daniel Martítesting: clarify T.Parallel() godoc wording
2017-02-07 Russ CoxRevert "image: fix the overlap check in Rectangle.Inter...
2017-02-07 Seth Vargotext/template: remove duplicate logic in conditional
2017-02-07 Cherry Zhangcmd/internal/obj: remove Follow pass
2017-02-07 Mura Licrypto/des: improve the throughput of DES and 3DES
2017-02-07 Alan Donovango/types: permit f(nil...) for variadic arguments
2017-02-07 Nigel Taoimage: fix the overlap check in Rectangle.Intersect.
2017-02-07 Michael Matloobruntime/pprof: symbolize proto profiles
2017-02-07 Shintaro Kanekotest: improve output format of issue10607a.go test
2017-02-07 Robert Griesemercmd/compile/internal/syntax: avoid follow-up error...
2017-02-07 Quentin Smithtesting: print extra labels on benchmarks
2017-02-07 Robert Griesemerspec: pick up a few corrections missed in prior commit
2017-02-06 Robert Griesemerspec: introduce alias declarations and type definitions
2017-02-06 Robert Griesemercmd/compile/internal/syntax: make a parser error "1...
2017-02-06 Matthew Dempskycmd/compile/internal/gc: remove more backend Sym uses
2017-02-06 David Crawshawcmd/link: use external linking for PIE by default
2017-02-06 Matthew Dempskycmd/compile/internal/gc: stop exporting *gc.Sym-typed...
2017-02-06 Matthew Dempskycmd/compile/internal/ssa: use obj.LSym instead of gc.Sym
2017-02-06 Andrew Gerranddoc: remove inactive members of the CoC working group
2017-02-06 Michael Matloobruntime: add definitions for SetGoroutineLabels and Do
2017-02-06 Russ Coxvendor/golang.org/x/crypto/curve25519: avoid loss of...
2017-02-06 Keith Randallcmd/compile: using CONV instead of CONVNOP for interfac...
2017-02-06 Sameer Ajmaninet/http/httputil: don't log read error when it's conte...
2017-02-06 Sameer Ajmanios/user: cache the result of user.Current
2017-02-06 David R. Jennisort: optimize average calculation in binary search
2017-02-06 Michael Matloobruntime/pprof: add definitions of profile label types
2017-02-06 Josh Bleecher... cmd/compile: remove walkmul
2017-02-06 Ian Lance Taylorruntime: remove markBits.clearMarkedNonAtomic
2017-02-05 Alexey Palazhchenkotime: Fix typo in Time.String() description.
2017-02-04 Cherry Zhangcmd/compile: do not fold large offset on ARM64
2017-02-04 Yasuhiro Matsumotopath/filepath: ignore dot for Dir(`\\server\share`)
2017-02-04 Alex Brainmancmd/nm: skip TestInternalLinkerCgoFile if no internal...
2017-02-04 Alex Brainmancmd/link: do not prefix external symbols with underscor...
2017-02-04 Ian Lance Taylorbuildall.bash: clarify target selection
2017-02-04 Matthew Dempskycmd/compile/internal/gc: simplify generating static...
2017-02-04 Josh Bleecher... cmd/compile: move Heapaddr field from Name to Param
2017-02-04 Matthew Dempskycmd/compile/internal/ssa: remove Func.StaticData field
2017-02-04 Matthew Dempskycmd/dist: ignore .#foo.go files created by Emacs
2017-02-03 Peter Nguyennet/rpc/jsonrpc: Update package doc with info about...
2017-02-03 Michael Mundaycmd/compile: fix type propagation through s390x SSA...
2017-02-03 Russ Coxcmd/go: address review comments
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/clean,doc,fix,generat...
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/bug
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/get
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/web
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/env
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/fmt
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/test
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/work
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/load
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/buildid
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/help
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/base
2017-02-03 Russ Coxcmd/dist: move cmd/go z files to cmd/go/internal/cfg
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/cfg
2017-02-03 Russ Coxcmd/go: split out cmd/go/internal/str
2017-02-03 Russ Coxcmd/go: break a few dependencies
2017-02-03 Elias Naurruntime: handle SIGPIPE in c-archive and c-shared programs
2017-02-03 Josh Bleecher... cmd/compile: make liveness more efficient
2017-02-03 Chris Broadfootreadme: add attribution for the Gopher image
2017-02-03 Russ Coxtime: record monotonic clock reading in time.Now, for...
2017-02-03 Keith Randallcmd/compile: make sure output params are live if there...
2017-02-03 Josh Bleecher... cmd/compile: optimize (ZeroExt (Const [c]))
2017-02-03 Josh Bleecher... cmd/compile: speed up hot phi insertion code
2017-02-03 Keith Randallruntime: darwin/amd64, don't depend on outarg slots...
2017-02-03 Russ Coxnet/http: fix dns hijacking test
2017-02-02 Josh Bleecher... cmd/compile: add reusable []Location to ssa.Config
2017-02-02 Cherry Zhangruntime: skip flaky TestGdbPythonCgo on MIPS
2017-02-02 Jaana Burcu... doc: consistently link to the SettingGOPATH page
2017-02-02 Cherry Zhangcmd/compile: simplify IsNonNil ConstNil
2017-02-02 Cherry Zhangcmd/compile: remove nil check for Zero/Move on 386...
2017-02-02 Robert Griesemercmd/compile: provide line number for cgo directive...
2017-02-02 Lars Wiegmanruntime: use mach_absolute_time for runtime.nanotime
2017-02-02 Josh Bleecher... cmd/compile: skip convT2E for empty structs
2017-02-02 Keith Randallcmd/compile: better implementation of Slicemask
2017-02-02 Josh Bleecher... cmd/compile, runtime: convert byte-sized values to...
2017-02-02 Josh Bleecher... cmd/compile: convert constants to interfaces without...
2017-02-02 David Lazario: fix test when MultiReader is inlined with -l=3
2017-02-02 Josh Bleecher... cmd/compile: reduce slice growth in fuseBlockPlain
2017-02-02 Keith Randallcmd/compile: move rotate instruction generation to SSA
2017-02-02 Keith Randallcmd/compile: allow inlining of functions with intrinsic...
2017-02-02 Keith Randallcmd/compile: use len(s)<=cap(s) to remove more bounds...
2017-02-02 Keith Randallcmd/compile: fix CSE with commutative ops
next