]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-03-21 Tobias Klauserruntime: parse auxv on freebsd
2018-03-21 Daniel Martícmd/doc: use empty GOPATH when running the tests
2018-03-21 Alberto Donizetticmd/trace: remove unused variable in tests
2018-03-20 Hiroshi Iokago/internal/srcimporter: simplify and fix package file...
2018-03-20 Paul Quernanet/http: remove extraneous call to VerifyHostname
2018-03-20 Adam Langleycrypto/x509: support the PSS certificates that OpenSSL...
2018-03-20 Ilya Tocarcmd/compile/internal/ssa: update regalloc in loops
2018-03-20 Alberto Donizettitest/codegen: port comparisons tests to codegen
2018-03-20 Than McIntoshcmd/compile: fix regression in DWARF inlined routine...
2018-03-20 Michael Mundaycmd/compile: mark LAA and LAAG as clobbering flags...
2018-03-20 Fangming.Fangcmd/asm: fix bug about VMOV instruction (move a vector...
2018-03-20 Fangming.Fangcmd/asm: fix bug about VMOV instruction (move register...
2018-03-20 Vladimir Kuzmincmd/compile: avoid mapaccess at m[k]=append(m[k]..
2018-03-20 Cherry ZhangRevert "bytes: add optimized Compare for arm64"
2018-03-20 fanzha02bytes: add optimized Compare for arm64
2018-03-19 fanzha02cmd/asm: add ARM64 assembler check for incorrect input
2018-03-19 Andrew BonventreRevert "doc: remove non-prime from list of primes in...
2018-03-19 Vlad Krasnovmath/big: reduce amount of copying in Montgomery multip...
2018-03-19 jimmyfraschego/constant: add examples for working with constant...
2018-03-19 Andrew Bonventredoc: remove non-prime from list of primes in spec
2018-03-19 Alberto Donizettimath/big: add 0 shift fastpath to shl and shr
2018-03-19 jimmyfraschego/format: move example to external test file
2018-03-19 Brad Fitzpatricknet: treat a nil *Resolver as a zero one, as documented
2018-03-19 Alberto Donizettitest/codegen: port maps test to codegen
2018-03-19 Neven Sajkosort: fix typo, was a mixup between identifiers 'unsort...
2018-03-19 quasilytestrconv: make code formatting more consistent in doc.go
2018-03-18 Alberto Donizettitest/codegen: port structs test to codegen
2018-03-18 Ian Gudgervendor: update golang.org/x/net/dns/dnsmessage from...
2018-03-17 Ian Lance Taylorcrypto/x509: don't require C99 mode in Darwin cgo code
2018-03-16 Daniel Martícmd/go: remove some unused parameters
2018-03-16 David Chasecmd/compile: enable scopes unconditionally
2018-03-16 Ian Lance Taylornet: don't let cancelation of a DNS lookup affect anoth...
2018-03-16 Brad Fitzpatricknet: make Resolver.PreferGo work more as documented
2018-03-15 Matthew Dempskyreflect: sort exported methods first
2018-03-15 Matthew Dempskycmd/compile: sort method sets earlier
2018-03-15 Adam Shannoncrypto/x509: clarify accepted keys for MarshalPKCS8Priv...
2018-03-15 David Chasecmd/compile: turn on DWARF locations lists for ssa...
2018-03-15 Heschi Kreinickcmd/trace: filter tasks by log text
2018-03-15 Hana Kiminternal/trace: fix GC time computation of short goroutines
2018-03-15 Alberto Donizettitest/codegen: port floats tests to codegen
2018-03-15 Robert Griesemergo/scanner: report errors for incorrect line directives
2018-03-15 Keith Randallruntime: identify special functions by flag instead...
2018-03-15 Daniel Martícmd/compile: cache sparse maps across ssa passes
2018-03-15 Giovanni Bajocmd/compile: implement CMOV on amd64
2018-03-15 James Cowgillcmd/internal/obj/mips: load/store even float registers...
2018-03-15 Geoff Berrycmd/compile/internal/ssa: add patterns for arm64 bitfie...
2018-03-15 Alberto Donizettitest/codegen: port len/cap pow2 div tests to codegen
2018-03-15 Tobias Klausersyscall: use Android O friendly fstatat syscall to...
2018-03-15 Tobias Klauserruntime: use Android O friendly faccessat syscall on...
2018-03-15 Diogo Pinelasync: make WaitGroup more space-efficient
2018-03-15 Ian Gudgernet: use golang.org/x/net/dns/dnsmessage for DNS resolution
2018-03-15 Josh Bleecher... runtime: fix another typo in runtime-gdb.py
2018-03-15 Matthew Dempskycmd/compile: extract common noding code from func{Decl...
2018-03-15 Matthew Dempskycmd/compile: fix duplicate code generation in swt.go
2018-03-15 Josh Bleecher... runtime: print goid when throwing for split stack overflow
2018-03-15 Josh Bleecher... runtime: refactor gdb PC parsing
2018-03-14 Matthew Dempskycmd/compile: cleanup closure.go
2018-03-14 Ilya TocarRevert "cmd/compile: implement CMOV on amd64"
2018-03-14 Heschi Kreinickcmd/compile/internal/ssa: track stack-only vars
2018-03-14 Lynn Bogercmd/compile: improve PPC64.rules to reduce size of...
2018-03-14 Robert Griesemermath/big: add comment about internal assumptions on...
2018-03-14 Balaram Makamruntime: improve arm64 memclr implementation
2018-03-14 Robert Griesemercmd/compile: document new line directives
2018-03-14 Tobias Klauserruntime, syscall: add RawSyscall6 on Solaris and make...
2018-03-14 Alberto Donizettitest/codegen: port all small memmove tests to codegen
2018-03-14 Alberto Donizettitest/codegen: add codegen tests for div
2018-03-14 Daniel Martícmd/asm: move manual tests out of generated file
2018-03-14 David du Colombierruntime: don't use floating point in findnull on Plan 9
2018-03-14 Tobias Klausertest: check that size argument errors are emitted at...
2018-03-14 Josh Bleecher... runtime: fix typo in gdb script
2018-03-13 Giovanni Bajocmd/compile: remove BTQconst rule
2018-03-13 Matthew Dempskycmd/compile: reject type switch with guarded declaratio...
2018-03-13 Robert Griesemercmd/compile: use key position for key:val elements...
2018-03-13 Daniel Martícmd/compile: deduplicate racewalk switch cases
2018-03-13 Daniel Martícmd/asm: VPERMQ's imm8 arg is an uint8
2018-03-13 Diogo Pinelacompress/gzip, compress/zlib: fix Writer documentation...
2018-03-13 pityonlinecmd/vendor: fix JSON format
2018-03-13 Matthew Dempskycmd/compile: enable inlining variadic functions
2018-03-13 Matthew Dempskycmd/compile: eliminate mkinlcall's isddd parameter
2018-03-13 Carlos Eduardo Seocmd/internal/obj/ppc64: implement full operand support...
2018-03-13 Daniel Martícmd/compile: remove some unused parameters
2018-03-13 Cherry Zhangcmd/internal/obj/arm64: support logical instructions...
2018-03-13 Josh Bleecher... Revert "runtime: convert g.waitreason from string to...
2018-03-13 Cherry Zhangcmd/internal/obj/arm64: fix branch-too-far with TBZ...
2018-03-13 David Chasecmd/compile: fix failure to reset reused bit of storage
2018-03-13 jimmyfraschego/token: add example for retrieving Position from Pos
2018-03-12 Filippo ValsordaC: add Filippo Valsorda's @golang.org email
2018-03-12 Josh Bleecher... runtime: convert g.waitreason from string to uint8
2018-03-12 Tobias Klauserruntime: simplify range expressions in tests
2018-03-12 Vladimir Kuzmincmd/compile: avoid extra mapaccess in "m[k] op= r"
2018-03-12 isharipocmd/compile/internal/ssa: emit IMUL3{L/Q} for MUL{L...
2018-03-12 Giovanni Bajocmd/compile: implement CMOV on amd64
2018-03-12 fanzha02cmd/asm: fix ARM64 vector register arrangement encoding bug
2018-03-12 erifan01math/big: optimize shlVU and shrVU on arm64
2018-03-11 Giovanni Bajotest: move rotate tests to top-level testsuite.
2018-03-10 Daniel Martícmd: re-generate all stringer files
2018-03-10 Kunpei Sakainet: avoid unnecessary type conversions
2018-03-10 Mark Rushakoffall: fix non-standard "DO NOT EDIT" comments for genera...
2018-03-10 Giovanni Bajocmd/compile: gofmt rewriteARM64.go
2018-03-10 Daniel Martícmd/internal/test2json: support subtests containing...
next