]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2020-03-19 Daniel Martísync/atomic: remove panic64
2020-03-19 Lynn Bogerruntime: improve memmove for short moves on ppc64
2020-03-19 Tim Möhlmanndatabase/sql: add method Err on sql.Row
2020-03-19 Ian Lance Taylorruntime: minor updates to netpoll comments
2020-03-18 Harmendatabase/sql: fix variable name in example
2020-03-18 Kyle Nusbaumcontext: prevent creation of invalid contexts
2020-03-18 Bryan C. Millscmd/go: skip the cmd/cgo staleness check on darwin...
2020-03-18 Michael Anthony... runtime: don't hold worldsema across mark phase
2020-03-18 Ian Lance Taylordoc/go1.14: mention Windows change for Open permissions
2020-03-18 Bryan C. Millscmd/internal/moddeps: skip GOROOT/pkg when locating...
2020-03-18 Michael Anthony... runtime: add ReadMemStats latency benchmark
2020-03-18 Michael Anthony... runtime: preempt dedicated background mark workers...
2020-03-18 Jay Conrodcmd/go/internal/modfetch/zip_sum_test: remove dead...
2020-03-18 Bryan C. Millscmd/go: add a "don't care about success" operator to...
2020-03-18 Cherry Zhangruntime: don't send preemption signal if there is a...
2020-03-18 Bryan C. Millscmd/go: add a missing curly-brace in the 'stale' comman...
2020-03-17 Daniel Theophanesdatabase/sql: process all Session Resets synchronously
2020-03-17 Rodolfo Carvalhotesting: use "exit code" in documentation consistently
2020-03-17 Keith Randallruntime: don't report a pointer alignment error for...
2020-03-17 Bryan C. Millscmd/go: replace TestCgoDependsOnSyscall with a simpler...
2020-03-17 Jeremy Fallerruntime/pprof: export max rss when saving memory profiles.
2020-03-17 Joel Singcmd/compile: provide Load8/Store8 atomic intrinsics...
2020-03-17 Joel Singcmd/internal/obj/riscv: add comments for Go registers
2020-03-17 Joel Singcmd/compile: use NOT pseudo-instruction for riscv64...
2020-03-17 Changkun Outesting: do not require os.Exit in TestMain
2020-03-16 Ian Lance Taylorruntime: add goroutines returned by poller to local...
2020-03-16 Paschalis Tsiliastime: fix time.Before to reuse t.sec(), u.sec()
2020-03-15 Joel Singcmd/compile: use NEG/NEGW pseudo-instructions on riscv64
2020-03-15 Joel Singcmd/compile: use NOT pseudo-instruction on riscv64
2020-03-15 Joel Singcmd/internal/obj/riscv: add NEG/NEGW pseudo-instructions
2020-03-15 Joel Singcmd/internal/obj/riscv: add NOT pseudo-instruction
2020-03-15 Joel Singcmd/internal/obj/riscv: add FCLASSS/FCLASSD instructions
2020-03-15 Joel Singcmd/asm,cmd/internal/obj/riscv: add atomic memory opera...
2020-03-15 Joel Singcmd/asm,cmd/internal/obj/riscv: add LR/SC instructions
2020-03-15 Joel Singcmd/internal/obj/riscv: add FENCE instruction
2020-03-15 Joel Singcmd/internal/obj/riscv: rework instruction generation
2020-03-15 Joel Singcmd/internal/obj/riscv: store relocation details in...
2020-03-15 Robert Kuskanet/http: use atomicBool for inShutdown
2020-03-14 Brian Kesslermath/cmplx: disable TanHuge test on s390x
2020-03-14 Brian Kesslermath/cmplx: implement Payne-Hanek range reduction
2020-03-13 Bryan C. Millscontext: deflake time-sensitive tests
2020-03-13 Ian Lance Taylorruntime: don't crash on mlock failure
2020-03-13 Bryan C. MillsRevert "misc/spectre: add spectre index test"
2020-03-13 Bryan C. Millscmd/go/internal/modload: suppress the 'go mod init...
2020-03-13 Josh Bleecher... cmd/compile: more minor cleanup in shortcircuitBlock
2020-03-13 Josh Bleecher... cmd/compile: remove loop in shortcircuit
2020-03-13 Josh Bleecher... cmd/compile: rename a local variable in shortcircuitBlock
2020-03-13 Russ Coxmisc/spectre: add spectre index test
2020-03-13 Russ Coxcmd/asm, cmd/compile, runtime: add -spectre=ret mode
2020-03-13 Russ Coxcmd/compile: add spectre mitigation mode enabled by...
2020-03-13 Keith Randallcmd/compile: convert 386 port to use addressing modes...
2020-03-13 zikaerohcmd/cover: skip function declarations with blank names
2020-03-13 zikaerohcmd/go: check for 'svn' binary in PATH in TestAccidenta...
2020-03-13 Lynn Bogercmd/internal/obj/ppc64: clean up some opcodes
2020-03-13 Ian Lance Taylortime: stop referring to timerproc in comment
2020-03-12 Johan Janssonruntime: emit more specific errors from checkptr
2020-03-12 Ian Lance Taylorruntime: leave cleantimers early if G is being preempted
2020-03-12 David Chasecmd/objdump: guard against out-of-range lines from...
2020-03-12 Walt Dellacmd/go: improve pseudo-version timestamp error
2020-03-12 Bryan C. Millscmd/go: fix test failures with -count=2
2020-03-12 David Chasetest: restore no-gogcflags build shortcut, save time
2020-03-12 Bryan C. Millscmd/go: add missing newline to "go" line in cache key
2020-03-12 Bryan C. Millscmd/go: include the go language version in cache keys
2020-03-12 David Howdencmd/go/internal/auth: fix .netrc lookup for URLs with...
2020-03-12 Rob Pikeio: add a comment about how to turn a Reader into ByteR...
2020-03-11 Than McIntoshcmd/internal/objabi: rerun stringer for sym kind
2020-03-11 Tamir Dubersteinruntime/pprof: document that debug=0 emits proto
2020-03-11 Cuong Manh Lecmd/compile: remove guard for OCOMPLEX in evconst
2020-03-11 Filippo Valsordacrypto/tls: add {SignatureScheme,CurveID,ClientAuthType...
2020-03-11 Robert Griesemercmd/compile/internal/syntax: various cleanups following...
2020-03-11 Bryan C. Millscmd/internal/moddeps: set GO111MODULE explicitly for...
2020-03-11 Jay Conrodcmd/go: extract module zip files in place
2020-03-11 Jay Conrodcmd/go: make module zip extraction more robust
2020-03-11 Bryan C. Millsnet: use t.Deadline instead of an arbitrary read deadli...
2020-03-11 Josh Bleecher... cmd/compile: use a bytes.Buffer to format symbols
2020-03-11 Russ Coxcmd/compile: fix buggy AMD64 rewrite from CL 213058
2020-03-11 Russ Coxtest/run: handle asmcheck -gcflags= commands better
2020-03-11 Russ Coxtest/codegen: mention in README that tests only run...
2020-03-11 Bryan C. Millsnet/http: use t.Deadline instead of an arbitrary timeou...
2020-03-11 Bryan C. Millsruntime: skip TestSignalIgnoreSIGTRAP on known-flaky...
2020-03-11 Josh Bleecher... cmd/compile: improve CFG size in ssa.html
2020-03-11 Cuong Manh Letest: fix issue 15992 test wrong function call
2020-03-11 erifan01strings, bytes: improve IndexAny and LastIndexAny perfo...
2020-03-10 Dan Scalesruntime: fix problem with repeated panic/recover/re...
2020-03-10 Than McIntoshcmd/link: fix for package name attr testpoint in dwarf_...
2020-03-10 Bryan C. Millscmd/go/internal/lockedfile: use a retry loop to suppres...
2020-03-10 Keith Randallruntime: make typehash match compiler generated hashes...
2020-03-10 Joel Singcmd/compile: remove special handling for OpRISCV64SUBW...
2020-03-10 Alex Brainmandebug/pe: copy some consts from cmd/link/internal/ld
2020-03-10 Ian Lance Taylorcmd/cgo: always produce a parameter name for C code
2020-03-10 Nathan Fiscaletticmd/cgo: updated exported function parameter names
2020-03-10 smasher164cmd/vet: add ifaceassert and stringintconv checks
2020-03-10 smasher164cmd/compile: avoid string(int) conversion
2020-03-10 Keith Randallcmd/compile: insert complicated x86 addressing modes...
2020-03-09 smasher164std,cmd: update x/net and github.com/google/pprof
2020-03-09 Josh Bleecher... cmd/compile: use only bit patterns in isNonNegative
2020-03-09 Keith Randallcmd/compile: remove -largemodel flag from docs
2020-03-09 Bryan C. Millscmd/go/internal/modload: factor smaller files out of...
2020-03-09 Neven Sajkointernal/xcoff: fix wrong bit masking comparisons
2020-03-09 Yann Salaünerrors: fix typo in As documentation
next