]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: implement comment reportin...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: better error recovery...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: better error msg for some...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: permit /*line file:line...
2018-02-12 Robert Griesemercmd/compile/internal/syntax: remove ParseBytes from...
2018-02-12 Robert Griesemergo/parser: improved error message for unexpected literals
2018-02-12 Robert Griesemergo/parser: remove newly introduced TODO (cleanup)
2018-02-12 Robert Griesemergo/parser: improved error recovery after missing type
2018-02-12 Robert Griesemergo/scanner: don't eat \r in comments if that shortens...
2018-02-12 Robert Griesemergo/parser: more robust error handling for 'if' headers
2018-02-12 Robert Griesemergo/parser: simplify code to read from an io.Reader...
2018-02-12 Robert Griesemergo/importer: use named receiver types for methods of...
2018-02-12 Austin Clementsruntime: remove legacy comments and code from arm morestack
2018-02-12 Austin Clementsruntime: use NOFRAME on mips and mips64
2018-02-12 Austin Clementsruntime: use NOFRAME on arm64
2018-02-12 Austin Clementsruntime, sync/atomic: use NOFRAME on arm
2018-02-12 Austin Clementscmd/vet: teach asmdecl check about NOFRAME
2018-02-12 Austin Clementscmd/internal/obj/mips: support NOFRAME
2018-02-12 Austin Clementscmd/internal/obj/arm64: support NOFRAME
2018-02-12 Austin Clementscmd/internal/obj/arm: support NOFRAME
next