]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-03-06 Ian Lance Taylorinternal/poll: if poller init fails, assume blocking...
2018-03-06 ChrisALilescmd/compile: improve compiler error on embedded structs
2018-03-06 Alberto Donizettitest/codegen: port math/bits.ReverseBytes tests to...
2018-03-06 Wei Xiaocmd/compile/internal/ssa: improve store combine optimiz...
2018-03-06 Josh Bleecher... encoding/binary: use an offset instead of slicing
2018-03-06 Josh Bleecher... runtime: skip pointless writes in freedefer
2018-03-06 Josh Bleecher... debug/macho: use bytes.IndexByte instead of a loop
2018-03-06 Balaram Makamcmd/compile/internal/ssa: inline small memmove for...
2018-03-06 Alberto Donizettitest/codegen: port math/bits.OnesCount tests to codegen
2018-03-06 Cherry Zhangcmd/internal/obj/arm64: gofmt
2018-03-06 Elias Nauriostest.bash: don't build std library twice
2018-03-06 Elias Naurcmd/dist: default to GOARM=7 on android
2018-03-06 Cherry Zhangmath/big: don't use R18 in ARM64 assembly
2018-03-06 Tobias Klauserruntime: fix stack switch check in walltime/nanotime...
2018-03-06 Alberto Donizettitest/codegen: port math/bits.TrailingZeros tests to...
2018-03-06 asnet/http: correct subtle transposition of offset and...
2018-03-06 Meng Zhuoruntime, cmd/compile: use ldp for DUFFCOPY on ARM64
2018-03-06 Rob Pikecmd/doc: make local dot-slash path names work
2018-03-06 Fangming.Fangcrypto/aes: optimize arm64 AES implementation
2018-03-06 erifan01math/big: optimize addVV and subVV on arm64
2018-03-05 Yury Smolskyos/exec: document Process.Kill behaviour
2018-03-05 Mostyn Bramley... path/filepath: use a temp dir in path_test.go
2018-03-05 Matthew Dempskycmd/compile: refactor order.go into methods
2018-03-05 Andrey Mirtchovskios/signal: disable loading of history during test
2018-03-05 Hana Kiminternal/trace: remove backlinks from span/task end...
2018-03-05 Alberto Donizettitest/codegen: port math/bits.Leadingzero tests to codegen
2018-03-05 Ian Lance Taylorruntime: rename vdso symbols to use camel case
2018-03-05 Tobias Klauserruntime: remove unused SYS_* definitions on Linux
2018-03-05 Alberto Donizettitest: port bits.Len intrinsics tests to the new codegen...
2018-03-05 Keith Randallinternal/bytealg: fix arm64 Index function
2018-03-04 Giovanni Bajocmd/compile: fold offsets into memory ops
2018-03-04 Keith Randallinternal/bytealg: move short string Index implementatio...
2018-03-04 Keith Randallinternal/bytealg: move compare functions to bytealg
2018-03-04 Keith Randallinternal/bytealg: move Count to bytealg
2018-03-04 Giovanni Bajotest: convert all math-related tests from asm_test
2018-03-04 Giovanni Bajotest: move load/store combines into asmcheck
2018-03-04 Giovanni Bajotest: in asmcheck, dump only the functions which fail
2018-03-03 Giovanni Bajotest: port a nil-check interface test from asm_test
2018-03-03 Giovanni Bajotest: use the version of Go used to run run.go
2018-03-03 Pascal S. de... encoding/json: apply conventional error handling in...
2018-03-03 Tobias Klauserruntime: use vDSO for clock_gettime on linux/arm
2018-03-03 Tobias Klauserruntime: remove unused __vdso_time_sym
2018-03-03 Keith Randallinternal/bytealg: move equal functions to bytealg
2018-03-03 Joe Tsaiencoding/json: use sync.Map for field cache
2018-03-02 Shamil Garatuevinternal/syscall/windows/registry: improve ReadSubKeyNa...
2018-03-02 Keith Randallinternal/bytealg: move IndexByte asssembly to the new...
2018-03-02 Brad Fitzpatricknet: skip flaky TestLookupLongTXT for now
2018-03-02 Damien Mathieunet/http: lock the read-only mutex in shouldRedirect
2018-03-02 David du Colombiercmd/compile: skip TestEmptyDwarfRanges on Plan 9
2018-03-02 Hana Kiminternal/trace: Revert "remove backlinks from span...
2018-03-02 Hana Kiminternal/trace: remove backlinks from span/task end...
2018-03-02 Alberto Donizettitest/codegen: add copyright headers to new codegen...
2018-03-02 Michael Fraenkelcmd/compile: convert type during finishcompare
2018-03-02 Than McIntoshcmd/compile: add DWARF register mappings for ARM64.
2018-03-02 Alessandro... cmd/link: fix up debug_range for dsymutil (revert CL...
2018-03-02 Heschi Kreinickcmd/compile/internal/ssa: batch up all zero-width instr...
2018-03-02 Heschi Kreinickcmd/compile/internal/ssa: note zero-width Ops
2018-03-02 Zhou Pengruntime: fix typo, func comments should start with...
2018-03-02 Alessandro... cmd/compile: optimize scope tracking
2018-03-02 Tobias Klausersyscall: fix nil pointer dereference in Select on linux...
2018-03-01 Brad FitzpatrickRevert "runtime: use bytes.IndexByte in findnull"
2018-03-01 Heschi Kreinickcmd/link: fix up location lists for dsymutil
2018-03-01 Heschi Kreinickcmd/compile/internal/ssa: avoid accidental list ends
2018-03-01 Alessandro... cmd/compile: fix dwarf ranges of inlined subroutine...
2018-03-01 Cherry Zhangcmd/asm: fix assembling return jump
2018-03-01 Balaram Makamruntime: improve arm64 memmove implementation
2018-03-01 Josh Bleecher... runtime: use bytes.IndexByte in findnull
2018-03-01 Chad Rosiercmd/compile/internal/ssa: combine consecutive BigEndian...
2018-03-01 Ilya Tocarcrypto: remove hand encoded amd64 instructions
2018-03-01 Pascal S. de... encoding/json: read ahead after value consumption
2018-03-01 Ilya Tocarmath: remove unused variable
2018-03-01 Hana Kimruntime/trace: skip TestUserTaskSpan upon timestamp...
2018-03-01 Giovanni Bajotest: implement negative rules in asmcheck
2018-03-01 Giovanni Bajotest: in asmcheck, regexp must match from beginning...
2018-03-01 Giovanni Bajotest: improve asmcheck syntax
2018-03-01 Josh Bleecher... runtime: don't allocate to build strings of length 1
2018-03-01 Josh Bleecher... runtime: fix amd64p32 indexbytes in presence of overflow
2018-03-01 Chad Rosiercmd/compile/internal/ssa: combine consecutive LittleEnd...
2018-03-01 Wei Xiaobytes: add asm version of Index for short strings on...
2018-03-01 Marcel van... testing: gracefully handle subtest failing parent’s T
2018-03-01 Giovanni Bajotest: add support for code generation tests (asmcheck)
2018-03-01 Tobias Klauserruntime: clean up libc_* definitions on Solaris
2018-03-01 Joe Tsaiencoding/json: avoid assuming side-effect free reflect...
2018-02-28 erifan01cmd/asm: enable several arm64 load & store instructions
2018-02-28 Ben Shicmd/compile: optimize ARM64 code with EON/ORN
2018-02-28 Balaram Makamcmd/compile: improve fractional word zeroing
2018-02-28 Hana Kimcmd/trace: skip tests if parsing fails with timestamp...
2018-02-28 Matthew Dempskycmd/compile: fix unexpected type alias crash
2018-02-28 Daniel Martícmd/compile: improved error message when calling a...
2018-02-28 Adam Langleycrypto/x509: parse invalid DNS names and email addresses.
2018-02-28 Robert Griesemergo/types: fix empty interface optimization (minor perfo...
2018-02-28 Robert Griesemergo/types: fix incorrect context when type-checking...
2018-02-28 Josh Bleecher... cmd/compile: prevent memmove in copy when dst == src
2018-02-28 Richard Millersyscall: reduce redundant getwd tracking in Plan 9
2018-02-28 Richard Millerruntime: don't try to shrink address space with brk...
2018-02-28 Rob Pikedoc/faq: add a Q&A about virus scanners
2018-02-28 Robert Griesemercmd/compile, cmd/compile/internal/syntax: print relativ...
2018-02-28 Hana Kimcmd/trace: fix overlappingDuration
2018-02-28 Heschi Kreinickcmd/link: revert CL 89535: "fix up location lists for...
2018-02-28 Kunpei Sakaicmd/compile: remove duplicates by using finishcompare
next