]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-01 Filippo Valsordamake.bash: show correct GOROOT_BOOTSTRAP when using...
2017-11-01 Martin Möhrmannruntime: protect growslice against newcap*et.size overflow
2017-11-01 Tobias Klauserall: remove unnecessary return after skipping test
2017-11-01 Alberto Donizettimath/big: save one subtraction per iteration in Float...
2017-11-01 Tobias Klausercmd/cgo: remove unnecessary nil check
2017-11-01 Carl Mastrangeloarchive/zip, crypto/tls: use rand.Read instead of casti...
2017-11-01 Ian Lance Taylortime: improve comments about valid layouts being invali...
2017-10-31 Russ Coxcmd/dist: reach fixed point in rebuild during run.bash
2017-10-31 Russ Coxcmd/go: trim objdir, not just workdir, from object...
2017-10-31 Russ Coxcmd/link: do not store compilation directory in DWARF...
2017-10-31 Michael Fraenkelencoding/json: Include the offset of a SyntaxError
2017-10-31 Filippo Valsordacrypto/cipher, crypto/rc4: make overlap rules wording...
2017-10-31 Ivan Bertonaencoding/json: disallow unknown fields in Decoder
2017-10-31 Hana (Hyang... runtime/trace: fix corrupted trace during StartTrace
2017-10-31 Austin Clementsruntime: allow 5% mutator assist over 25% background...
2017-10-31 Austin Clementsruntime: separate soft and hard heap limits
2017-10-31 Cherry Zhangcmd/compile: on ARM, make sure *const's AuxInt fit...
2017-10-31 Daniel Martíall: unindent some if bodies by exiting early
2017-10-31 Ilya Tocarcmd/compile: intrinsify math.{Trunc/Ceil/Floor} on...
2017-10-31 Matthew Dempskycmd/compile: don't export unreachable inline method...
2017-10-31 Cherry Zhangtest: fix and re-enable nosplit.go
2017-10-31 Joe Kyocrypto/tls: remove bookkeeping code from pHash function
2017-10-31 Cherry Zhangcmd/compile: don't fold address of global into load...
2017-10-31 Michael Mundaycmd/compile: intrinsify math.RoundToEven on s390x
2017-10-31 Russ Coxcmd/dist: avoid darwin_amd64 assumption in debug prints
2017-10-31 Russ Coxcmd/vet: tighten printf format error messages
2017-10-31 Russ Coxgo/importer: support lookup in importer.For
2017-10-31 Kenny Granttime: document that valid layouts are not valid Parse...
2017-10-31 Ramazan AYYILDIZstrings: add examples for specialCase
2017-10-31 Austin Clementscmd/compile,runtime: update instrumentation comments
2017-10-31 Joe Kyonet/http: display connect methods table properly in...
2017-10-31 Russ Coxfmt: hide bad format in test from vet
2017-10-31 Russ Coxcmd/vet: do not import net/http at startup
2017-10-31 Russ Coxbuild: quiet make.bash, make.bat, make.rc
2017-10-31 Russ Coxtest/run: use go tool compile + link instead of go...
2017-10-31 Russ Coxruntime/race: install alternate packages to temp dir
2017-10-31 Russ Coxruntime: shorten tests in all.bash
2017-10-31 Russ Coxcmd/dist: log timing to $GOBUILDTIMELOGFILE
2017-10-31 Russ Coxcmd/go: switch to entirely content-based staleness...
2017-10-31 Russ Coxcmd/compile: change ssa test to avoid go run -gcflags...
2017-10-31 Russ Coxall: respect $GO_GCFLAGS during run.bash
2017-10-31 Tim Cooperflag: add (*FlagSet).Name, (*FlagSet).ErrorHandling...
2017-10-31 Jason Wangsadinatacontainer/ring: fix example_test.go
2017-10-31 Ian Lance Tayloros: clarify that OpenFile reqires one of O_RDONLY/O_WRO...
2017-10-30 Michael Mundaycmd/asm, cmd/internal/obj/s390x, math: add "test under...
2017-10-30 Michael Mundaycmd/asm, cmd/compile: optimize math.Abs and math.Copysi...
2017-10-30 Bill O'Farrellruntime: remove unnecessary sync from publicationBarrie...
2017-10-30 Matthew Dempskycmd/compile: skip compiling wrappers for imported defin...
2017-10-30 Mark Theunissennet/url: preserve leading slashes when resolving path
2017-10-30 David Chasecmd/compile: adjust expectations of test for issue...
2017-10-30 Keith Randallcmd/compile: fix runtime.KeepAlive
2017-10-30 Russ Coxcmd/dist: force non-devel version for cross-build buildlets
2017-10-30 Michael Mundaymath: optimize dim and remove s390x assembly implementation
2017-10-30 Sam Whitedencoding/xml: don't panic when custom Unmarshaler sees...
2017-10-30 Terin Stocknet/http/pprof: attach handlers using http.HandleFunc
2017-10-30 Austin Clementsruntime: use buffered write barrier for bulkBarrierPreWrite
2017-10-30 Austin Clementsruntime: simplify and optimize typedslicecopy
2017-10-30 Austin Clementsruntime: benchmark for bulk write barriers
2017-10-30 Austin Clementscmd/compile: compiler support for buffered write barrier
2017-10-30 Austin Clementsruntime: buffered write barrier implementation
2017-10-30 Austin Clementsruntime: add benchmark for write barriers
2017-10-30 Austin Clementsruntime: make systemstack tail call if already switched
2017-10-30 Russ Coxmisc/cgo/testshared: don't assume mtimes trigger rebuilds
2017-10-30 Lynn Bogercmd/compile,cmd/internal/obj/ppc64: make math.Abs,math...
2017-10-30 Lynn Bogerruntime: use -buildmode=pie in testCgoPprofPIE instead...
2017-10-30 Hugues Bruantcmd/compile: fix incorrect go:noinline usage
2017-10-29 Russ Coxcmd/go: adjust default GOROOT to prefer runtime.GOROOT...
2017-10-29 Austin Clementsruntime: eliminate remaining recordspan write barriers
2017-10-29 Austin Clementscmd/compile: elide write barriers for copy of notinheap...
2017-10-29 Austin Clementscmd/compile: make HasHeapPointer recursive
2017-10-29 Austin Clementscmd/compile: report typedslicecopy write barriers
2017-10-29 Adam Langleycrypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign.
2017-10-29 Austin Clementscmd/compile: improve coverage of nowritebarrierrec...
2017-10-29 Austin Clementsruntime: allow write barriers in gchelper
2017-10-29 Austin Clementsruntime: eliminate write barriers from persistentalloc
2017-10-29 Austin Clementsruntime: allow write barriers in startpanic_m
2017-10-29 Austin Clementsruntime: mark gcWork methods nowritebarrierrec
2017-10-29 Austin Clementsruntime: remove write barriers from newstack, gogo
2017-10-28 Tobias Klauser.gitignore: ignore src/cmd/dist/dist
2017-10-28 Russ CoxRevert "cmd/dist: translate /private/var to /var on...
2017-10-28 Alberto Donizetticmd/go: add a test to ensure upx works on go binaries
2017-10-28 Russ Coxapi: update next.txt
2017-10-28 Russ Coxmisc/cgo/testshared: disable TestTwoGopathShlibsGccgo
2017-10-27 Russ Coxcmd/dist: translate /private/var to /var on darwin...
2017-10-27 Joshua Rubinnet/http: fix minor leak in Header.WriteSubset
2017-10-27 Than McIntoshcmd/compile, cmd/link: support for DWARF file reference...
2017-10-27 Russ Coxcmd/dist: use latest heap, sort packages for compiler...
2017-10-27 Russ Coxsort: split post-Go1.4 code into its own file
2017-10-27 Than McIntoshcmd/link: don't pass -gdwarf-2 to external linker
2017-10-27 Russ Coxcmd/go: delay gcc/clang flag support checks
2017-10-27 Tobias Klausersyscall: document Time{spec,val} methods
2017-10-27 Tobias Klausersyscall: simplify return in Futimesat and Mount
2017-10-27 Artyom Pervukhinimage/draw, image/color: optimize hot path sqDiff function
2017-10-26 Ian Lance Taylortest: add type alias test that caused gccgo to crash
2017-10-26 isharipoobj/x86: re-organize code to make codegen easier
2017-10-26 Christopher... syscall: remove unnecessary use of unsafe.Pointer.
2017-10-26 Austin Clementsruntime: "fix" non-preemptible loop in TestParallelRWMu...
2017-10-26 Russ Coxvendor/golang_org/x/net/route: refresh from upstream
2017-10-26 Alberto Donizettimath/big: add (*Float).Sqrt
2017-10-26 Kevin Burkenet/smtp: fix spelling mistake
next