]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2017-08-24 Josh Bleecher... cmd/compile: mark MOVQconvert as resultInArg0 on x86...
2017-08-24 Josh Bleecher... runtime: convert more unsafe.Pointer arithmetic to add
2017-08-24 Martin Möhrmannruntime: avoid infinite loop in growslice
2017-08-24 Dmitry Vyukovtesting: parallelize tests over count
2017-08-24 Josh Bleecher... runtime: mask shifts in map implementation on x86
2017-08-24 Josh Bleecher... runtime: always rebuild in TestIntendedInlining
2017-08-24 Joe Tsaiarchive/tar: support reporting and selecting the format
2017-08-24 Francesc Campoycmd/vet: diagnose xml/json tag with space after comma
2017-08-24 Karel Pazderaencoding/xml: improve package based on the suggestions...
2017-08-23 André Carvalhoreflect: handle types with unexported methods before...
2017-08-23 Joe Tsaiarchive/tar: implement Writer support for sparse files
2017-08-23 Ian Lance Taylorcmd/dist: rearrange a couple of tests
2017-08-23 Alexander Morozovsyscall: skip some exec tests in container
2017-08-23 fanzha02cmd/internal/obj/arm64: fix assemble fcmp/fcmpe bug
2017-08-23 Jess Frazellesyscall: move ptrace setup to right before exec
2017-08-23 Josh Bleecher... runtime: only clear pointer-containing memory during...
2017-08-23 Josh Bleecher... runtime: strength reduce key pointer calculation in...
2017-08-23 Josh Bleecher... runtime: use add in mapdelete*
2017-08-23 Josh Bleecher... runtime: strength reduce key pointer calculations in...
2017-08-23 Martin Möhrmannruntime: fix makemap64 function signature
2017-08-23 Agniva De Sarkerall: fix easy-to-miss typos
2017-08-22 Josh Bleecher... runtime: add TestIntendedInlining
2017-08-22 Michael Brandenburgbytes: add examples for TrimLeft and TrimRight
2017-08-22 Martin Möhrmanncmd/compile: extend documentation and sync hiter and...
2017-08-22 Martin Möhrmanncmd/compile: make argument length mismatch in mkcall...
2017-08-22 Martin Möhrmanncmd/compile: generate makemap calls with int arguments
2017-08-22 Martin Möhrmanncrypto/x509: skip TestSystemRoots
2017-08-22 Alberto Donizetticmd/compile: support placeholder name '$' in code gener...
2017-08-22 Guilherme Rezendeio: add example for Pipe
2017-08-22 Heschi Kreinickcmd/compile: emit DW_AT_decl_line
2017-08-22 Martin Möhrmanncmd/compile: replace eqstring with memequal
2017-08-22 Kashav Madancmd/compile: avoid duplicate cast error
2017-08-22 Martin Möhrmannstrconv: check bitsize range in ParseInt and ParseUint
2017-08-22 Lakshay Gargmath: implement the erfcinv function
2017-08-22 fanzha02cmd/internal/obj/arm64: fix assemble movk bug
2017-08-22 Thomas Wanielistago/doc: classify function returning slice of T as const...
2017-08-22 Brian Kesslermath/big: use internal sqr on nats
2017-08-22 Martin Möhrmanncmd/compile: pass stack allocated bucket to makemap...
2017-08-21 Elias Naurmisc/ios: add support for device ids to the exec wrapper
2017-08-21 Kevin Burketime: fix grammar/spelling errors in test comment
2017-08-21 Ben Shicmd/internal/obj/arm: support BFX/BFXU instructions
2017-08-21 philhofercmd/compile: omit unnecessary boolean zero extension...
2017-08-21 Ian Lance Taylorcmd/go: -buildmode=pie forces external linking mode...
2017-08-21 Ryuji IWATAdoc/go1.9: fix typo in Moved GOROOT
2017-08-21 Ryuji IWATAdoc/go1.9: fix typo in crypto/x509 of "Minor changes...
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.addInitArray
2017-08-21 Alex Brainmancmd/link: introduce and use peFile.nextSectOffset and...
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
next