]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
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...
next