]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-21 Alex Brainmancmd/link: remove pensect
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.textSect, dataSect...
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.pad
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.checkSegment
2017-08-21 Alex Brainmancmd/link: introduce and use peSection.checkOffset
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.addDWARFSection
2017-08-20 Josh Bleecher... runtime: don't clear pointer-free memory when growing...
2017-08-19 Elias NaurRevert "misc/cgo/testcshared: temporarily skip testing...
2017-08-19 Elias Naurmisc/cgo/testcshared: fix tests on android
2017-08-19 Alex Brainmanmisc/cgo/testcshared: temporarily skip testing on android
2017-08-19 Josh Bleecher... .github: update ISSUE_TEMPLATE to be closer to 'go...
2017-08-19 Russ Coxcmd/go: test and fix missing deep dependencies in list...
2017-08-19 Alex Brainmanmisc/cgo/testcshared: cd into work directory before...
2017-08-19 Joe Tsaiarchive/tar: refactor Reader support for sparse files
2017-08-18 Vlad Krasnovcrypto/aes: make the GHASH part of AES-GCM faster
2017-08-18 Austin Clementsruntime: fix false positive race in profile label reading
2017-08-18 Ilya Tocarcmd/compile/internal/amd64: add ADD[Q|L]constmem
2017-08-18 Daniel Martícmd/*: remove negative uint checks
2017-08-18 Josh Bleecher... runtime: make evacDst a top level type
2017-08-18 Josh Bleecher... runtime: split advanceEvacuationMark from evacuate
2017-08-18 Josh Bleecher... runtime: tiny refactor in evacuate
2017-08-18 Josh Bleecher... runtime: don't cache t.key.alg in evacuate
2017-08-18 Josh Bleecher... runtime: simplify evacuate's handling of NaNs
2017-08-18 Marvin Stengerbytes: clean-up of buffer.go
2017-08-18 Cherry Zhangcmd/compile: add rules handling unsigned div/mod by...
2017-08-18 Kevin Burketime: add leap year test for Date
2017-08-18 Russ Coxcmd/vendor/golang.org/x/arch: import latest (Aug 18...
2017-08-18 isharipocmd/asm: uncomment tests for amd64 PHADD{SW,W}, PHSUB...
2017-08-18 Russ Coxcmd/dist: disable broken TestDeps
2017-08-18 Keith Randallruntime: no need to protect key/value increments agains...
2017-08-18 Russ Coxcmd/go: remove Package.Internal.Deps
2017-08-18 Russ Coxcmd/go: use objdir as consistent variable name for...
2017-08-18 Russ Coxcmd/go: document that BinaryOnly packages must have...
2017-08-18 Russ Coxcmd/go: rename local variable ImportPaths to importPaths
2017-08-18 Russ Coxcmd/go: add t.Helper calls to test helpers
2017-08-18 Russ Coxcmd/go: make TestBuildDashIInstallsDependencies not...
2017-08-18 Russ Coxcmd/go: rewrite TestCgoFlagContainsSpace not to use...
2017-08-18 Russ Coxcmd/go: change testMainDeps from map to slice
2017-08-18 Ben Shicmd/internal/obj/arm: support new arm instructions
2017-08-18 pvoicuruntime: fix usleep by correctly setting nanoseconds...
2017-08-18 Lakshay Gargmath: implement the erfinv function
2017-08-18 Brian Kesslermath/big: recognize squaring for Floats
2017-08-18 Brian Kesslermath/big: use internal square for Rat
2017-08-18 Martin Möhrmanncmd/compile: fix language in makeslice comment
2017-08-18 Daniel Martíall: unindent some big chunks of code
2017-08-18 Alex Brainmanmisc/cgo/testcshared: fix syntax error in the test
2017-08-18 Alex Brainmanmisc/cgo/testcshared: use adb instead of ./adb on android
2017-08-18 Christopher... misc/cgo/testcshared: rewrite test.bash in Go
2017-08-17 Hiroshi Iokadebug/macho: support LC_RPATH
2017-08-17 Hiroshi Iokacmd/link: show native relocation type name in error...
2017-08-17 Keith Randallcmd/compile: rename SSA Register.Name to Register.String
2017-08-17 Martin Möhrmannruntime: improve makechan memory checks and allocation...
2017-08-17 Martin Möhrmannruntime: avoid zeroing hmap fields in makemap twice
2017-08-17 Kyle Shannoncmd/go: add fossil to general server regexp in get
2017-08-17 Bryan C. Mills{net,os/user,plugin}: eliminate unnecessary C round...
2017-08-17 Ian Lance Taylortest: add test that caused gccgo compiler crash
2017-08-17 Ilya Tocarcmd/compile/internal/ssa: combine more const stores
2017-08-17 isharipocmd/asm: uncomment tests for PCMPESTRI, PHMINPOSUW
2017-08-17 Bryan C. Millsmisc/cgo/testsanitizers: convert test.bash to Go
2017-08-17 crvvmath: fix inaccurate result of Exp(1)
2017-08-17 Daniel Martícmd/compile: tweaks to unindent some code
2017-08-17 Hiroshi Iokacmd/link: correct runtime/cgo detection for -linkshared
2017-08-17 Hiroshi Iokadebug/macho: add comments for ambiguious LoadCommand
2017-08-17 Hiroshi Iokadebug/macho: make tests more comprehensive
2017-08-17 Ian Lance Taylorcmd/dist: add test that deps.go is up to date
2017-08-17 Hiroshi Iokacmd/internal/obj/x86: don't apply workaround for solari...
2017-08-16 Hiroshi Iokadebug/macho: rearrange code
2017-08-16 Kyle Shannoncmd/go: add support for Fossil SCM to go get
2017-08-16 Michael Steinertcmd/cgo: unify cgo output for gc and gccgo
2017-08-16 Ian Lance Taylorcmd/dist: update deps.go for current dependencies
2017-08-16 Bryan C. Millsbytes: avoid overflow in (*Buffer).Grow and ReadFrom
2017-08-16 Agniva De Sarkerarchive/tar: add reader/writer benchmarks
2017-08-16 David du Colombiercmd/link: skip TestFieldOverlap on Plan 9
2017-08-16 Bryan C. Millsruntime/cgo: defeat inlining in x_cgo_yield
2017-08-16 Blain Smithfmt: add Stringer example
2017-08-16 Cherry Zhangmisc/nacl: add cmd/vendor/golang.org/x/arch/arm64/arm64...
2017-08-16 Wei Xiaocmd/vendor/golang.org/x/arch: pull updates from x repo
2017-08-16 Alberto Donizetticmd/compile: combine x*n + y*n into (x+y)*n
2017-08-16 Keith Randallcmd/link: fix bad dwarf for sudog<T>
2017-08-16 Ilya Tocarcmd/compile/internal/ssa: use sse to zero on amd64
2017-08-16 griesemergo/importer: make source importer more tolerant in...
2017-08-16 Daniel Martíreflect: remove useless parameter from newName
2017-08-16 Michael Stapelberggo/internal/gcimporter: fix typo: cmd/compiler → cmd...
2017-08-16 Brian Kesslermath/big: recognize z.Mul(x, x) as squaring of x
2017-08-16 Alberto Donizetticmd/go: make go tool suggest 'go doc cmd/<command>'
2017-08-16 griesemergo/types: document that Signature.Recv() is ignored...
2017-08-16 Brian Kesslermath/big: speed up GCD x, y calculation
2017-08-16 Brian Kesslermath: eliminate overflow in Pow(x,y) for large y
2017-08-16 Alex Brainmancmd/link: delete shNames
2017-08-16 Alex Brainmancmd/link: delete addpesection
2017-08-16 Alex Brainmancmd/link: use peSection everywhere
2017-08-16 Alex Brainmancmd/link: add peSection
2017-08-16 Alex Brainmancmd/link: introduce and use peFile and peStringTable
2017-08-16 Joe Tsaiarchive/tar: make Writer error handling consistent
2017-08-16 Joe Tsaiarchive/tar: add support for long binary strings in...
2017-08-15 Naoki Kanataninet/http: delete unnecessary string concatenation
2017-08-15 Ian Lance Taylortesting: don't fail all tests after racy test failure
2017-08-15 Josh Bleecher... cmd/compile: collapse runs of string constants in walkprint
2017-08-15 Josh Bleecher... cmd/compile: insert ' ' and \n at beginning of walkprint
2017-08-15 Josh Bleecher... cmd/compile: further simplify walkprint
next