]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2017-02-02 Emmanuel Odekecmd/compile: improve error for wrong type in switch
2017-02-02 Hiroshi Iokacmd/cgo: don't track same node twice in guessKinds
2017-02-02 Daniel Martímisc/cgo/testshared: remove unused flag.Parse()
2017-02-02 Elias Naurmisc/ios: allow exit code 0 to mean test success
2017-02-02 Emmanuel Odekecmd/compile: improve error message if init is directly...
2017-02-02 Martin Möhrmanncmd/compile: intrinsify math.Sqrt by using only the...
2017-02-02 Emmanuel Odekecmd/compile: fix conversion error message for printed...
2017-02-02 Josh Bleecher... test: add extra test for issue18661
2017-02-02 Matthew Dempskycmd/compile: skip reexporting types in reexportdep
2017-02-02 Matthew Dempskycmd/compile/internal/gc: add comment and test for ...
2017-02-02 Alex Brainmancmd/link: assume that runtime.epclntab lives in .text...
2017-02-02 Ian Lance Taylorcmd/compile: update maxPtrmaskBytes comment for larger...
2017-02-01 Kale Blankenshipnet/http: detect Comcast et al DNS and auto-skip DNS...
2017-02-01 Matthew Dempskycmd/compile/internal/gc: inline typedcl0 and typedcl1
2017-02-01 Michael Fraenkelnet/http: make Server validate HTTP method
2017-02-01 Elias Naurmisc/ios: use the default go test timeout
2017-02-01 Elias Naursyscall: regenerate zsyscall_darwin_arm64.go with mksys...
2017-02-01 Elias Naurmisc/ios: include the bundle id in the GOIOS_APP_ID...
2017-02-01 Elias Naurmisc/ios: ignore stderr from iOS tools
2017-02-01 Adam Langleycrypto/tls: reject SNI values with a trailing dot.
2017-02-01 Adam Langleycrypto/x509: add test for v1 intermediates.
2017-02-01 Anmol Sethicrypto/tls: document ConnectionState.NegotiatedProtocol...
2017-02-01 Blake Mizeranynet/http/httputil: eliminate duplicate alloc/copy in...
2017-02-01 Thomas Bonfortimage/jpeg: improve performance when encoding *image...
2017-02-01 Filippo Valsordadoc: mention SHA-256 CBC suites are off by default
2017-02-01 Brad FitzpatrickRevert "testing: delete unused stopAlarm()"
2017-02-01 Alberto Donizetticmd/compile: never report "truncated to real" for toint...
2017-02-01 Anmol Sethinet/http: remove check for null bytes in Dir.Open()
2017-02-01 Jeff Johnsontime: defer loading ZONEINFO until first time.LoadLocat...
2017-02-01 Kyrylo Silintesting: delete unused stopAlarm()
2017-02-01 Ibrahim AshShohailarchive/zip: update the ZIP spec link
next