]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2018-03-10 Adam Woodbecktext/scanner: add examples
2018-03-10 Henry Cliffordmime/multipart: test for presence of filename instead...
2018-03-09 David Chasecmd/compile: add DWARF reg defs & fix 32-bit location...
2018-03-09 Robert Griesemergo/scanner: recognize //line and /*line directives...
2018-03-09 Ben Shicmd/compile: fix an issue in MNEG of ARM64
2018-03-09 Austin Clementsruntime: fix abort handling on arm64
2018-03-09 Matthew Dempskycmd/compile: fix Node.Etype overloading
2018-03-09 Ilya Tocarruntime: use bytes.IndexByte in findnull
2018-03-09 Ian Lance Taylorruntime: set libcall values for Solaris system calls
2018-03-09 Alberto Donizettitest/codegen: add README file for the codegen test...
2018-03-09 Daniel Martíencoding/gob: work around TestFuzzOneByte panic
2018-03-09 Josh Bleecher... runtime: add TestSizeof
2018-03-09 Vladimir Kuzminnet: optimize IP.String for IPv4
2018-03-09 Alberto Donizettitest/codegen: port MULs merging tests to codegen
2018-03-09 Tobias Klauserruntime: fix comment for hwcap on linux/arm
2018-03-09 Tobias Klausergo/internal/gcimporter: simplify defer
2018-03-09 Jean de Klerkcmd/go: briefly document test caching in go test -h...
2018-03-09 Alberto Donizettitest/codegen: port math/bits.RotateLeft tests to codegen
2018-03-09 Hana Kimcmd/trace: set cname for span slices
2018-03-09 Hana Kimcmd/trace: remove unrelated arrows in task-oriented...
2018-03-09 Robert Griesemergo/printer: simplify handling of line directives
2018-03-09 Joe Tsaiencoding/csv: disallow quote for use as Comma
2018-03-08 Austin Clementsruntime: explain and enforce that _panic values live...
2018-03-08 Austin Clementsruntime: ensure abort actually crashes the process
2018-03-08 Austin Clementsruntime: call abort instead of raw INT $3 or bad MOV
2018-03-08 Austin Clementsruntime: make throw safer to call
2018-03-08 Austin Clementsruntime: move unrecoverable panic handling to the syste...
2018-03-08 Austin Clementscmd/compile: simplify OpSlicemask optimization
2018-03-08 Austin Clementscmd/compile: add fence-post implications to prove
2018-03-08 Austin Clementscmd/compile: derive unsigned limits from signed limits...
2018-03-08 Austin Clementscmd/compile: make prove pass use unsatisfiability
2018-03-08 Austin Clementscmd/compile: simplify limit logic in prove
2018-03-08 Austin Clementscmd/compile: more String methods for prove types
2018-03-08 Austin Clementscmd/compile: minor comment improvements/corrections
2018-03-08 Matthew DempskyRevert "cmd/compile: cleanup nodpc and nodfp"
2018-03-08 Alberto Donizettimath/big: allocate less in Float.Sqrt
2018-03-08 isharipomath/big: speedup nat.setBytes for bigger slices
2018-03-08 Matthew Dempskycmd/compile: cleanup nodpc and nodfp
2018-03-08 Matthew Dempskycmd/compile: remove two out-of-phase calls to walk
2018-03-08 Matthew Dempskycmd/compile: remove state.exitCode
2018-03-08 Matthew Dempskycmd/compile: fuse escape analysis parameter tagging...
2018-03-08 Kunpei Sakainet/http: panic when a nil handler is passed to (*Serve...
2018-03-08 Michael Kaschtime: add support for parsing timezones denoted by...
2018-03-08 Ian Lance Taylorruntime: use systemstack around throw in sysSigaction
2018-03-08 Alberto Donizettitest/codegen: port 2^n muls tests to codegen harness
2018-03-08 erifan01math/big: optimize addVW and subVW on arm64
2018-03-08 Lynn Bogercmd/asm, cmd/internal/obj/ppc64: avoid unnecessary...
2018-03-08 Joe Tsaiencoding/csv: avoid mangling invalid UTF-8 in Writer
2018-03-08 Matthew Dempskycmd/compile: mark anonymous receiver parameters as...
2018-03-07 Ian Lance Taylorcmd/cover: don't crash on non-gofmt'ed input
2018-03-07 Ian Lance Taylorruntime: get traceback from VDSO code
2018-03-07 Ian Lance Taylorruntime: change from rt_sigaction to sigaction
2018-03-07 Brad Fitzpatrickcmd/dist: skip rebuild before running tests when on...
2018-03-07 Vlad Krasnovmath/big: implement addMulVVW on arm64
2018-03-07 David du Colombiercmd/go: skip TestVetWithOnlyCgoFiles when cgo is disabled
2018-03-07 Elias Naurruntime/cgo: make sure nil is undefined before defining it
next