]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-03-07 Ian Lance Taylorcmd/go: run vet on packages with only cgo files
2018-03-07 Matthew Dempskycmd/compile: prevent untyped types from reaching walk
2018-03-07 Kunpei Sakaicmd/compile: go fmt
2018-03-07 Alberto Donizettitest/codegen: fix issue with arm64 memmove codegen...
2018-03-07 Tobias Klauserdebug/pe: use bytes.IndexByte instead of a loop
2018-03-07 Tobias Klauserdatabase/sql: fix typo in comment
2018-03-07 Hana Kimcmd/trace: force GC occassionally
2018-03-07 jimmyfraschego/build: correct value of .Doc field
2018-03-07 Hana Kimcmd/trace: generate jsontrace data in a streaming fashion
2018-03-07 Yuval Pavel... runtime: add missing build constraints to os_linux_...
2018-03-07 Elias Naurandroidtest.bash: don't require GOARCH set
2018-03-07 Alex Brainmanos: use WIN32_FIND_DATA.Reserved0 to identify symlinks
2018-03-07 Matthew Dempskycmd/compile: remove funcdepth variables
2018-03-07 Matthew Dempskycmd/compile: cleanup funccompile and compile
2018-03-07 Kunpei Sakaicmd/compile: prevent detection of wrong duplicates
2018-03-06 Matthew Dempskycmd/compile: fix miscompilation of "defer delete(m...
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
next