]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-02-14 Matthew Dempskycmd/compile: fix printing of untyped types in -W output
2018-02-14 Cherry Zhangcmd/compile: fix go:uintptrescapes tag for unnamed...
2018-02-14 Joe Tsaiencoding/json: make error capture logic in recover...
2018-02-14 Robert Griesemergo/types: make gotype continue after syntax errors
2018-02-14 Keith Randallcmd/compile: constant fold !true and !false
2018-02-14 Ian Lance Taylortest: add test case for incorrect gccgo compilation...
2018-02-14 Ian Lance Taylortest: add a test that gccgo miscompiled
2018-02-14 Ian Lance Taylortest: add test for rounding to positive zero
2018-02-14 Ilya Tocarcmd/compile/internal/ssa: don't spill register offsets...
2018-02-14 Ilya Tocarcmd/compile/internal/amd64: update popcnt code generation
2018-02-14 Heschi Kreinickcmd/compile/internal: pass LocalSlot values, not pointers
2018-02-14 Heschi Kreinickcmd/compile/internal: reuse memory for valueToProgAfter
2018-02-14 Heschi Kreinickcmd/compile/internal/ssa: use math/bits for register...
2018-02-14 Heschi Kreinickcmd/compile/internal/ssa: reduce location list memory use
2018-02-14 Heschi Kreinickcmd/compile: reimplement location list generation
2018-02-14 Heschi Kreinickcmd/compile/internal: decouple scope tracking from...
2018-02-14 Ian Lance Taylorruntime: use private futexes on Linux
2018-02-14 fanzha02cmd/asm: add PRFM instruction on ARM64
2018-02-14 Cherry Zhangcmd/internal/obj/mips: support NEG, avoid crash with...
2018-02-14 Cherry Zhangnacl*.bash: pass flags to make.bash
2018-02-14 Cherry Zhangcmd/compile: CALLudiv on nacl/arm doesn't clobber R12
2018-02-14 Cherry Zhangruntime/internal/atomic: add early nil check on ARM
2018-02-14 Cherry Zhangruntime/internal/atomic: unify sys_*_arm.s on non-linux
2018-02-14 Martin Möhrmanncmd/compile: replace range loop over list of nodes...
2018-02-14 Andrew Bonventregithub: add a Pull Request template
2018-02-14 Chad Rosiercmd/compile: generate tbz/tbnz when comparing against...
2018-02-14 Tobias Klausersyscall, os: use pipe2 syscall on NetBSD instead of...
2018-02-14 Nate Wilkinsoncmd/go: put "go help" list in the right order, take 2
2018-02-14 Lorenz Bauersync: enable profiling of RWMutex
2018-02-14 Conrado Gouveacrypto/cipher: add NewGCMWithNonceAndTagSize for custom...
2018-02-14 Filippo Valsordacrypto/rsa: improve error message for keys too short...
2018-02-14 Ian Lance Taylorreflect: add embedded field test
2018-02-14 David Crawshawruntime: remove extraneous stackPreempt setting
2018-02-14 Ben Shicmd/compile/internal/ssa: optimize arm64 with FNMULS...
2018-02-14 Ian Lance Taylormisc/cgo/testcshared: increase sleep in TestUnexportedS...
2018-02-14 Daniel Martípath/filepath: fix escaped chars in Glob on non-Windows
2018-02-14 Daniel Martípath: remove filename mentions from pattern godocs
2018-02-14 Alberto Donizettimath/big: fix %s verbs in Float tests error messages
2018-02-14 Martin Möhrmanncmd/compile: change type of clear argument of ordercopy...
2018-02-14 Martin Möhrmanninternal/cpu: make arm64 capability bits naming less...
2018-02-14 Tobias Klauserruntime: add symbol for AT_FDCWD on Linux amd64 and...
2018-02-14 Agniva De Sarkerdoc/articles/wiki: highlight the use of _ warning
2018-02-14 Tim Cooperencoding/hex: fix potential incorrect Dumper output...
2018-02-14 Keith Randallcmd/compile: fix constant folding of right shifts
2018-02-13 Mikio Harago/build: add go1.11 build tag
2018-02-13 David du Colombierruntime/trace: fix TestTraceSymbolize when GOMAXPROCS=1
2018-02-13 Austin Clementsruntime: remove unused memlimit function
2018-02-13 Daniel Martítext/template: never call reflect.Zero(nil)
2018-02-13 Kevin Burketime: add example for FixedZone
2018-02-13 Tamir Dubersteindatabase/sql: remove duplicate validation
2018-02-13 HaraldNordgrendatabase/sql: include SQL column name in Scan() error...
2018-02-13 Daniel Martícmd/vet: replace hasMethod with isFormatter
2018-02-13 Daniel Martícmd/compile: print usage to stderr for consistency
2018-02-13 Austin Clementsruntime: avoid bad unwinding from sigpanic in C code
2018-02-13 Austin Clementsruntime: refactor test for pushing sigpanic frame
2018-02-13 Nate Wilkinsoncmd/go: put "go help" list in alphabetical order
2018-02-13 Robert Griesemergo/types: better handle arrays whose length expression...
2018-02-13 Peter Teichmanimage/gif: support non-looping animated gifs (LoopCount=-1)
2018-02-13 Brad Fitzpatrickdoc: mention net/http Server Content-Type change
2018-02-13 Andrew Bonventrecmd/go/internal/test: remove redundant if statement
2018-02-13 Thanabodee... math: use Abs rather than if x < 0 { x = -x }
2018-02-13 Piyush Mishracmd/go/internal/get: fix regexes for "any" character...
2018-02-13 Emmanuel Odekecmd/compile: report the struct type in invalid number...
2018-02-13 Hana Kimruntime/gdb: use goroutine atomicstatus to determine...
2018-02-13 Hana Kimruntime: remove hardcoded runtime consts from gdb script
2018-02-13 Jeff Dupontpath: add example for Match
2018-02-13 Hana Kimruntime/trace: add stack tests for GOMAXPROCS
2018-02-13 Josh Bleecher... regexp: don't allocate when All methods find no matches
2018-02-13 Ryuma Yoshidanet/http: add StatusMisdirectedRequest (421)
2018-02-13 Johnny Luonet/smtp: return error from SendMail when required...
2018-02-13 Caio Marcelo... archive/tar: automatically promote TypeRegA
2018-02-13 Kevin Burkeall: use HTTPS for iana.org links
2018-02-13 Brad Fitzpatrickstrconv: detect invalid UTF-8 in the Unquote fast path
2018-02-13 Brad Fitzpatricknet/http/fcgi: update URL to spec documentation
2018-02-13 Kevin Burkecrypto/tls: handle errors in generate_cert.go
2018-02-13 Austin Clementsruntime: remove legacy eager write barrier
2018-02-13 Austin Clementsruntime: eliminate all writebarrierptr* calls
2018-02-13 Austin Clementsruntime: buffered write barrier for s390x
2018-02-13 Austin Clementsruntime: buffered write barrier for ppc64
2018-02-13 Austin Clementsruntime: buffered write barrier for mips
2018-02-13 Austin Clementsruntime: buffered write barrier for mips64
2018-02-13 Austin Clementsruntime: buffered write barrier for arm64
2018-02-13 Austin Clementsruntime: buffered write barrier for arm
2018-02-13 Austin Clementsruntime: buffered write barrier for amd64p32
2018-02-13 Austin Clementsruntime: buffered write barrier for 386
2018-02-13 Austin Clementscmd/compile: calls can clobber g on s390x
2018-02-13 Cherry Zhangcmd/internal/obj/mips: fix use of R28 on 32-bit MIPS
2018-02-13 Cherry Zhangcmd/internal/obj/mips: use LR as temporary register...
2018-02-13 Tobias Klausersyscall: support syscalls without error return on Linux
2018-02-13 Tobias Klausersyscall: support Getwd on all BSDs
2018-02-13 Tobias Klausersyscall: reuse BSD forkExecPipe for Solaris
2018-02-13 Jason A. Donenfeldruntime: use Android O friendly syscalls on 64-bit...
2018-02-13 Yasuhiro Matsumotoruntime: fix typo in comment
2018-02-13 Andrew Bonventreos: add UserCacheDir
2018-02-13 Brad FitzpatrickVERSION: remove erroneously committed VERSION file
2018-02-13 Rob Pikecmd/asm: fix crash on bad symbol for TEXT
2018-02-13 Mark Rushakoffdoc: fix typo in OverflowInt godoc
2018-02-13 Daniel Martígo/types: use consistent receiver names
2018-02-12 Robert Griesemercmd/compile/internal/syntax: added test cases for recen...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: implement regression test...
next