]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-11-07 Agniva De Sarkerstrings: optimize ToUpper
2017-11-07 Austin Clementsruntime: flush assist credit on goroutine exit
2017-11-07 Ian Lance Taylorruntime: only call netpoll if netpollinited returns...
2017-11-07 Michael Mundaycmd/compile: fix SSA immediate sign extension on s390x
2017-11-07 Than McIntoshruntime/pprof: harden CPU profile test against smart...
2017-11-07 Russ Coxcmd/go: accept relative -pkgdir argument
2017-11-07 Russ Coxcmd/go: include package source dir in build action...
2017-11-06 griesemercmd/compile/internal/syntax: better syntax errors for...
2017-11-06 Carlos Eduardo Seoruntime: improve IndexByte for ppc64x
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.NonUTF8 field
2017-11-06 Emmanuel Odekecmd/compile: lock in test for column numbers in unused...
2017-11-06 Austin Clementscmd/compile: []T where T is go:notinheap does not need...
2017-11-06 Cherry Zhangcmd/dist: include "cmd/buildid" in toolchain in debug...
2017-11-06 Russ Coxcmd/dist: do not reinstall runtime/cgo with -tags lldb...
2017-11-06 Russ Coxcmd/dist, cmd/go: make GODEBUG=godebughash=1 ./make...
2017-11-06 Russ Coxcmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CC
2017-11-06 Russ Coxcmd/go: ignore stderr from tool version checks
2017-11-06 Russ Coxcmd/go: do not use cache when -a is specified
2017-11-06 Russ Coxcmd/go: drop runtime, runtime/internal/sys, runtime...
2017-11-06 Cherry Zhangcmd/compile: enable ssacheck for tests in ssa_test.go
2017-11-06 Joe Tsaiarchive/zip: add FileHeader.Modified field
2017-11-06 Caleb Sparestrings: add Builder
2017-11-06 Radek Sohlichtime: example in doc for time.AppendFormat func
2017-11-06 Tim Wrightsyscall: fix NaCl Link syscall error handling
2017-11-06 Filippo Valsordamath/big: add security warning to (*Int).Rand
2017-11-06 Russ Coxcmd/go: fix corner case missed rebuild of binary
2017-11-06 Russ Coxcmd/dist: read dependencies from source files
2017-11-06 Russ Coxcmd/go: do not print entire help text for unrecognized...
2017-11-06 Emmanuel Odekecmd/compile: test for omitted ICE diagnostics after...
2017-11-06 Michael Mundaycrypto/aes: use s390x KMA instruction for AES-GCM if...
2017-11-06 David du Colombieros: fix RemoveAll on large directories on Plan 9 and...
2017-11-06 Anmol Sethicrypto/x509/pkix: consider now==NextUpdate to be expired.
2017-11-06 Paul Quernasyscall: add Token to Windows SysProcAttr
2017-11-05 Keith Randallcmd/compile: fix test to use correct go binary
2017-11-05 Daniel Martícmd/go: skip "exclude all Go files" error in fmt
2017-11-05 David Chasecmd/compile: adjust locationlist lifetimes
2017-11-05 David Chasecmd/compile: repair name propagation into aggregate...
2017-11-05 Hugues Bruantcmd/compile: inline closures with captures
2017-11-04 Keith Randallbytes: reduce work in IndexNearPageBoundary test
2017-11-04 Alberto Donizetticmd/compile: add mul by ±2ⁿ code-generation tests for...
2017-11-04 Alex Brainmaninternal/testenv: mark SkipFlaky and SkipFlakyNet as...
2017-11-04 Leigh McCullochall: change github.com issue links to golang.org
2017-11-04 Tim Cooperhash: add marshaling, unmarshaling example
2017-11-04 Alex Brainmanruntime: skip flaky TestWindowsStackMemoryCgo
2017-11-04 Russ Coxtime: fix Time package doc paragraph order
2017-11-03 Russ Coxcmd/go: do not install dependencies during "go install"
2017-11-03 Russ Coxcmd/go: run vet automatically during go test
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...
next