]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-04-29 Giovanni Bajocmd/compile: remove loopbce pass
2018-04-29 Giovanni Bajocmd/compile: implement loop BCE in prove
2018-04-29 Giovanni Bajocmd/compile: in prove, infer unsigned relations while...
2018-04-29 Giovanni Bajocmd/compile: in prove, add transitive closure of relations
2018-04-29 Josh Bleecher... runtime: iterate over set bits in adjustpointers
2018-04-29 Josh Bleecher... runtime: add fast version of getArgInfo
2018-04-29 Austin Clementsruntime: use entry stack map at function entry
2018-04-28 bill_ofarrellcmd/asm: add s390x VMSLG instruction
2018-04-28 fanzha02cmd/internal/obj/arm64: reorder the assembler's optab...
2018-04-27 Richard Musiolmisc/wasm: wasm_exec: non-zero exit code on compile...
2018-04-27 Ben Shicmd/compile: optimize ARM64 with shifted register index...
2018-04-27 Cherry Zhangcmd/link: fix plugin on linux/arm64
2018-04-27 Milan Knezeviccmd/compile: add softfloat support to mips64{,le}
2018-04-27 Josh Bleecher... cmd/internal/obj: convert unicode C to ASCII C
2018-04-27 Zhou Pengtesting: fix typo mistake
2018-04-27 Yasuhiro Matsumotoos: os: make Stat("*.txt") fail on windows
2018-04-27 Daniel Martícmd/compile: add initial README
2018-04-27 Josh Bleecher... cmd/compile: increase initial allocation of LSym.R
2018-04-27 Josh Bleecher... cmd/compile: log Ctz non-zero proofs
2018-04-27 Kevin Burkecmd/vet: remove "only" from error message
2018-04-27 Daniel Martícmd/link/internal/ld: simple cleanups
2018-04-26 Matthew Dempskycmd/compile: cleaner solution for importing init functions
2018-04-26 Cherry Zhangruntime: remove stale comment about getcallerpc/sp
2018-04-26 Hana Kimcmd/trace: have tasks in a separate section (process...
2018-04-26 Hana Kimmisc/trace: update trace_viewer_full.html
2018-04-26 Josh Bleecher... cmd/compile: convert amd64 BSFL and BSRL from tuple...
2018-04-26 Cherry Zhangcmd/link, cmd/go: enable DWARF on darwin/arm and darwin...
2018-04-26 Cherry Zhangruntime: remove the dummy arg of getcallersp
2018-04-26 Alberto Donizettidoc: make chart.apis.google.com link not clickable
2018-04-26 Lubomir I.... os/exec: fix Win32 tests missing 'chcp'
2018-04-26 Lubomir I.... path/filepath: fix Win32 tests missing 'chcp'
2018-04-26 Josh Bleecher... cmd/compile: use prove pass to detect Ctz of non-zero...
2018-04-26 Michael Mundaycmd/compile/internal/ssa: regenerate rewrite rules
2018-04-26 Ian Lance Taylorsyscall: 32-bit MIPS splice system call returns int...
2018-04-26 Diogo Pinelaarchive/zip: prevent writing data for a directory
2018-04-26 Alberto Donizettistrings: clarify Replacer's replacement order
2018-04-26 Balaram Makamcmd/asm: add VSRI instruction on ARM64
2018-04-26 Keith Randallcmd/link: fix test flag
2018-04-26 Balaram Makamcmd/compile: optimize ARM64 code with CMN/TST
2018-04-26 Carlos Eduardo Seocmd/compile, cmd/internal/obj/ppc64: make math.Round...
2018-04-26 Matthew Dempskycmd/compile: allow SSA of multi-field structs while...
2018-04-26 Yuval Pavel... runtime: FreeBSD fast clock_gettime HPET timecounter...
2018-04-26 Russ Coxcmd/go: respect vet typecheck failures again
2018-04-26 Russ Coxcmd/go: disambiguate for-test packages in failure output
2018-04-26 Russ Coxcmd/go: add go list -test to describe test binaries
2018-04-25 Josh Bleecher... cmd/compile: use intrinsic for LeadingZeros8 on amd64
2018-04-25 Josh Bleecher... cmd/compile: optimize LeadingZeros(16|32) on amd64
2018-04-25 Josh Bleecher... cmd/compile: optimize TrailingZeros(8|16) on amd64
2018-04-25 Russ Coxcmd/go/internal/load: split test logic out of pkg.go...
2018-04-25 Russ Coxcmd/go: add go list -deps
2018-04-25 Ian Lance Taylormisc/cgo/test: log error value in testSigprocmask
2018-04-25 Russ Coxcmd/compile: fix format error
2018-04-25 Russ Coxencoding/base64: fix format error
2018-04-25 Russ Coxgo/types: fix format errors
2018-04-25 Russ Coxcmd/go: fix go list .Stale computation
2018-04-25 Matthew Dempskycmd/compile/internal/types: remove Field.Funarg
2018-04-25 Robert Griesemergo/types: use correct (file) scopes when computing...
2018-04-25 Russ Coxcmd/go: avoid infinite loop in go list -json -e on...
2018-04-25 Ilya Tocarcmd/compile/internal/ssa: tweak branchelim cost model...
2018-04-25 Russ Coxcmd/vet/all: fix whitelist for CL 108557
2018-04-25 Daniel Martícmd/vet: use type information in isLocalType
2018-04-25 Martin Möhrmanninternal/cpu: remove redundant build tag
2018-04-25 Russ Coxsync: hide test of misuse of Cond from vet
2018-04-25 Russ Coxdoc: update "go get" HTTPS answer to mention .netrc
2018-04-25 Russ Coxos: fix type check error in benchmark
2018-04-25 Ian Lance Taylorcmd/cgo: don't use absolute paths in the export header...
2018-04-25 Matthew Dempskygo/types: fix lhs/rhs mixup in docs
2018-04-24 Keith Randallcmd/compile: update SSA TODO file
2018-04-24 Matthew Dempskycmd/compile/internal/types: replace Type.Val with Type...
2018-04-24 Matthew Dempskycmd/compile/internal/types: remove ElemType wrapper
2018-04-24 Hana Kimcmd/trace: distinguish task endTimestamp and lastTimestamp
2018-04-24 erifan01internal/bytealg: optimize IndexString on arm64
2018-04-24 Heschi Kreinickcmd/link: fix TestRuntimeTypeAttr on ppc64,solaris
2018-04-24 Josh Bleecher... cmd/compile: improve regalloc live values debug printing
2018-04-24 Hana Kimruntime/trace: add simple benchmarks for user annotation
2018-04-24 Hana Kimruntime/trace: rename "Span" with "Region"
2018-04-24 Ilya Tocarcmd/compile/internal/ssa: fix endless compile loop...
2018-04-24 Hana (Hyang... runtime/pprof: introduce "allocs" profile
2018-04-24 quasilytecmd/internal/obj/x86: forbid mem args for MOV_DR and...
2018-04-24 isharipocmd/compile/internal/ssa: add Op{SP,SB} type checks...
2018-04-24 ludweegcrypto/md5: unnecessary conversion
2018-04-24 Andrei Tudor... net: add support for splice(2) in (*TCPConn).ReadFrom...
2018-04-24 Wèi Cōngruìruntime: fix errno sign for epollctl on mips, mips64...
2018-04-24 Ian Lance Taylorruntime: change GNU/Linux usleep to use nanosleep
2018-04-24 Matthew Dempskycmd/compile: enable indexed export format by default
2018-04-24 Matthew Dempskycmd/compile: add indexed export format
2018-04-24 Matthew Dempskycmd/compile/internal/types: add Pkg and SetPkg methods...
2018-04-23 Josh Bleecher... cmd/compile: rewrite 2*x+c into LEAx1 on amd64
2018-04-23 Rodolfo Carvalhodoc: correct statement in go1.10 release notes
2018-04-23 Josh Bleecher... cmd/compile: add amd64 LEAL{1,2,4,8} ops
2018-04-23 isharipocmd/internal/obj/x86: faster Assemble for non-NaCl...
2018-04-23 ludweegcrypto: make receiver name consistent
2018-04-23 Matthew Dempskycmd/compile: remove toolstash workaround in bexport.go
2018-04-23 Matthew Dempskycmd/compile: replace Field.Nname.Pos with Field.Pos
2018-04-23 Austin Clementscmd/compile: don't compact liveness maps in place
2018-04-23 Elias Naurcmd/link: remove R_ADDR relocation workaround for macho...
2018-04-23 ludweegcrypto/md5: make receiver name consistent
2018-04-22 Takayoshi Nishidasort: fix typo in comment
2018-04-22 shogo-manet/http: remove unnecessary parameter type
2018-04-21 Josh Bleecher... cmd/link: skip TestRuntimeTypeAttr to fix build
next