]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-02-12 Austin Clementsruntime: fix silly frame sizes on arm and arm64
2018-02-12 Austin Clementscmd/internal/obj/arm64: omit stack check for no-frame...
2018-02-12 Austin Clementscmd/compile: eliminate NoFramePointer
2018-02-12 Austin Clementscmd/internal/obj/x86: adjust SP correctly for tail...
2018-02-12 Robert Griesemergo/types: use check.lookup consistently where possible...
2018-02-12 Robert Griesemergo/types: correctly determine if panic call refers...
2018-02-12 Robert Griesemergo/types: perform delayed tests even for types.Eval
2018-02-12 Robert Griesemergo/types: don't associate methods with alias type names
2018-02-12 Robert Griesemergo/types: accept iotas inside closures of const init...
2018-02-12 Robert Griesemergo/types: delay type-checking of function literals
2018-02-12 Robert Griesemergo/types: add lookup method to context and factor out...
2018-02-12 Robert Griesemergo/types: correctly compute method set of some recursiv...
2018-02-12 Andrew Bonventreall: restore changes from faulty merge/revert
2018-02-12 Andrew BonventreRevert "[release-branch.go1.10] all: merge master into...
2018-02-12 Andrew Bonventre[release-branch.go1.10] all: merge master into release...
2018-02-12 Brad Fitzpatrickdoc: note that x509 cert parsing rejects some more...
2018-02-11 Brad FitzpatrickCONTRIBUTING: remove Pull Request bit
2018-02-09 Keith Randallcmd/fix: fix cast check
next