]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-03 Russ Coxcmd/go: cache successful test results
2017-11-03 Tobias Klausermath/bits: add examples for right rotation
2017-11-03 Hugues Bruantcmd/compile: fix reassignment check
2017-11-03 griesemergo/types: add missing documentation to Object factory...
2017-11-03 Ian Lance Taylorbytes: set cap of slices returned by Split and Fields...
2017-11-03 Keith Randallbytes: add more page boundary tests
2017-11-03 Lynn Bogercmd/compile: add rules to improve consecutive byte...
2017-11-03 Hana (Hyang... runtime/pprof: use new profile format for block/mutex...
2017-11-03 Russ Coxcmd/go: make test binary builds reproducible
2017-11-03 Russ Coxcmd/go: prefer $GOTMPDIR over operating system tmp...
2017-11-03 Russ Coxcmd/go: do not print "go install" in errors from other...
2017-11-03 David du Colombiercmd/vendor/github.com/google/pprof: refresh from upstream
2017-11-03 Russ Coxcmd/go: cache built packages
2017-11-03 Russ Coxcmd/go: disable implicit $GOCACHE when clearing $HOME...
2017-11-03 Russ Coxcmd/go: add README and access log to cache directory
2017-11-03 Russ Coxcmd/go: add "go clean -cache"
2017-11-03 Gabriel Aszalosruntime: clarify GOROOT return value in documentation
2017-11-03 isharipocmd/internal/obj/x86: add most missing AVX1/2 insts
2017-11-03 Ben Shicmd/internal/obj/arm: add BFC/BFI to arm's assembler
2017-11-03 Alberto Donizetticmd/dist: fix bad LC_TIME assumption in 'date' invocation
2017-11-03 Zhengyu Heruntime: fix GNU/Linux getproccount if sched_getaffinit...
2017-11-03 Alex Brainmancmd/link: restore windows stack commit size back to 4KB
2017-11-02 griesemercmd/compile: avoid spurious errors for invalid map...
2017-11-02 Alberto Donizetticmd/vendor/github.com/google/pprof: refresh from upstream
2017-11-02 Tom Bergannet/http: clarify when it is safe to reuse a request
2017-11-02 Joe Tsaiio: fix Pipe regression with differing error types
2017-11-02 mattywnet/http: remove unused named return variables
2017-11-02 Brad Fitzpatricknet/http: quiet some log spam in TestNoBodyOnChunked304...
2017-11-02 Michael Mundaycmd/compile: add missing s390x load with index operations
2017-11-02 Daniel Martícmd/compile: turn some pointer params into results
2017-11-02 Ilya Tocarcmd/compile/internal/ssa: inline memmove with known...
2017-11-02 Brad Fitzpatricknet/http: remove some log spam in test, add missing...
2017-11-02 Joe Tsaigo/printer: forbid empty line before first comment...
2017-11-02 Martin Möhrmannruntime: refactor insertion slot tracking for fast...
2017-11-02 Ilya Tocarcmd/compile: intrinsify math.RoundToEven on amd64
2017-11-02 Brad Fitzpatrickbufio: add Reader.Size and Writer.Size accessors
2017-11-02 Kenny Granttime: fix incorrect "zero padding" comments
2017-11-02 Tobias Klausersyscall: rename ztypes_windows* to types_windows*
2017-11-02 Marcel van... vendor/golang_org/x/net/idna: update from upstream
2017-11-02 Martin Möhrmanncmd/compile: specialize map creation for small hint...
2017-11-02 isharipocmd/internal/obj: make it possible to have all AVX1...
2017-11-02 Ilya Tocarcmd/internal/obj/x86: add ADX extension
2017-11-02 Cherry Zhangcmd/internal/objfile: allow disassemble amd64p32 binaries
2017-11-02 Lynn Bogermath: implement asm modf for ppc64x
2017-11-02 Blixttime: fix incorrect "zero pad" comment in example
2017-11-02 Tobias Klauserruntime/pprof: use switch for GOOS check in testCPUProfile
2017-11-02 Russ Coxcmd/go: add cache verification mode
2017-11-02 Russ Coxcmd/go: add "go env GOCACHE"
2017-11-02 Russ Coxcmd/go/internal/cache: add GetBytes, PutBytes
2017-11-02 Russ Coxcmd/dist: set GOCACHE during make.bash/run.bash
2017-11-02 Russ Coxgo/build: fix ImportDir to report PkgTarget for directo...
2017-11-02 Russ Coxcmd/go/internal/cache: implement build artifact cache
2017-11-01 griesemergo/types: avoid repeated "declared but not used" errors...
2017-11-01 Evan Jonessyscall: use setattrlist for UtimesNano on Darwin for...
2017-11-01 Ian Lance Tayloros: rearrange OpenFile Flags doc
2017-11-01 Tom Bergannet/http: update bundled http2
2017-11-01 Tim Coopercrypto, hash: implement BinaryMarshaler, BinaryUnmarsha...
2017-11-01 Leigh McCullochencoding/xml: ignore whitespace in values and attrs
2017-11-01 Leigh McCullochencoding/xml: add docs and tests for bool whitespace
2017-11-01 Mikio Haranet/smtp: don't call testing.T.Fatal{,f} from goroutine...
2017-11-01 Mikio Haranet/mail: capitalize acronym on helper function name
2017-11-01 Dmitri Shuralyovnet/http: set Content-Type header for HEAD as well
2017-11-01 Radek Sohlichos/signal: improve documentation for the Notify function
2017-11-01 Cherry Zhangcmd/internal/goobj: accept int64 in readInt
2017-11-01 griesemermath/big: implement CmpAbs
2017-11-01 Daniel Martígo/types: sort unused declaration errors
2017-11-01 Alberto Donizettimath/big: avoid unnecessary Newton iteration in Float...
2017-11-01 Joe Kyonet/http: fix typo in doc string
2017-11-01 David Chasecmd/compile: provide more names for stack slots
2017-11-01 Alessandro... compile, link: remove base address selector from DWARF...
2017-11-01 Russ Coxcmd/go: pass package config to vet during "go vet"
2017-11-01 Russ Coxcmd/vet: accept package config from go command
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...
next