]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2018-04-21 Ian Lance Taylormisc/cgo/testcshared: use file descriptor 30 for TestUn...
2018-04-21 Adam Azarchsos/signal: add func Ignored(sig Signal) bool
2018-04-21 Josh Bleecher... runtime: use sys.PtrSize in growslice
2018-04-21 Josh Bleecher... cmd/compile: avoid runtime call during switch string...
2018-04-21 Aman Guptanet: document caveats for (*syscall.RawConn).Write...
2018-04-20 quasilytecmd/internal/obj/x86: disallow PC/FP/SB scaled index
2018-04-20 Matthew Dempskycmd/compile: refactor how declarations are imported
2018-04-20 quasilytecmd/internal/obj/x86: ifelse->switch, named const for...
2018-04-20 quasilytecmd/internal/obj/x86: add named consts for Prog.Back...
2018-04-20 Heschi Kreinickcmd/ld: link to runtime types from DWARF
2018-04-20 Austin Clementscmd/compile: teach Haspointer about TSSA and TTUPLE
2018-04-20 Austin Clementscmd/compile: don't lower OpConvert
2018-04-20 Austin Clementscmd/compile: update some liveness comments
2018-04-20 shogo-maos: fix typo in comment
2018-04-20 isharipocmd/asm/internal/asm: add AVX512 end2end tests
2018-04-20 Alberto Donizetticmd/compile: use more ORs in lowering AMD64.rules
2018-04-20 Lynn Bogercmd/compile: generate load without DS relocation for...
2018-04-20 Ben Shicmd/internal/obj/arm64: optimize constant pool for...
2018-04-20 Alberto Donizetticmd/go: document which vet tests are enabled during...
2018-04-20 fanzha02cmd/vendor/golang.org/x/arch: pull updates from x repo
2018-04-20 tengufromskyencoding/json: remove unnecessary if conditions
2018-04-20 fanzha02cmd/internal/obj/arm64: summarize the Go assembly synta...
2018-04-20 Matthew Dempskycmd/compile: make generated function code more consistent
2018-04-19 Michael Fraenkelnet: calling File leaves the socket in nonblocking...
2018-04-19 Jason A. Donenfeldsyscall: avoid extra syscall on send/recvmsg on Linux
2018-04-19 Matthew Dempskycmd/compile: change exporter.pos to take src.XPos inste...
2018-04-19 weeellzdatabase/sql: remove unnecessary else conditions
2018-04-19 Jakub Čajkacmd/go/internal/work: support pkgconf 1.4 and later
2018-04-19 Aditya Mukerjeeruntime: specify behavior of SetMutexProfileFraction...
2018-04-19 Ben Shicmd/compile: optimize ARM64 with register indexed load...
2018-04-19 Tobias Klauserinternal/syscall/windows: convert CRLF line endings
2018-04-19 Felix Kollmannos: enable symlink creation on Windows 10
2018-04-19 Zheng Dayutext/template: improve comment example in doc
2018-04-19 Fangming.Fangcmd/asm: add rev64 instruction on ARM64
2018-04-18 Kevin Burkesync/atomic: use package prefix in examples
2018-04-18 Yuval Pavel... runtime: fast clock_gettime call on FreeBSD
2018-04-18 fanzha02cmd/internal/obj/arm64: refactor the extended/shifted...
2018-04-18 Josh Bleecher... cmd/internal/objfile: emit trailing tab outside of...
2018-04-18 Carlos Eduardo Seocmd/internal/obj/ppc64: add vector multiply instructions
2018-04-18 Brad Fitzpatricknet/http: remove stderr log spam in test
2018-04-18 Heschi Kreinickruntime: use saved state in SIGPROF handler for vDSO...
2018-04-18 Josh Bleecher... cmd/compile: alphabetize sysfunc lists
2018-04-18 Josh Bleecher... cmd/compile: fix race in SSA construction
2018-04-18 Yuval Pavel... runtime/internal/atomic: don't use Cas in atomic.Load...
2018-04-18 Tobias Klauserdebug/elf: add riscv64 relocations
2018-04-18 Tobias Klauserreflect: define MyBuffer more locally in TestImplicitMa...
2018-04-18 Alex Brainmansyscall: introduce Pointer type and use it instead...
2018-04-18 Cherry Zhangcmd/compile: in escape analysis, use element type for...
2018-04-17 Matthew Dempskycmd/compile: cleanup import logic slightly
2018-04-17 Ashish Gandhifmt: make %v doc for compound objects consistent
2018-04-17 Matthew Dempskycmd/compile: use empty package name for runtime/{race...
2018-04-17 Matthew Dempskycmd/compile: remove duplicate build ID from export...
2018-04-17 Matthew Dempskygo/internal/gcimporter: extract ChanDir and fake FileSe...
2018-04-17 Matthew Dempskygo/internal/gcimporter: add unit tests for blank parame...
2018-04-17 Michael Fraenkelencoding/json: simplify dominantField
2018-04-17 Ilya Tocarcompress/flate: optimize huffSym
2018-04-17 Tim Cooperencoding/hex: fix Dumper not always closing on Close...
2018-04-17 Cherry Zhangcmd/internal/obj/arm, runtime: delete old ARM softfloat...
2018-04-17 quasilytecmd/internal/obj/x86: better error msg for offset overf...
2018-04-17 Tobias Klauserdebug/elf: enable TestNoSectionOverlaps on *bsd and...
2018-04-17 Elias NaurRevert "cmd/doc: skip directories like other go tools"
2018-04-17 Alberto Donizettifmt: document that Scan etc. accept 'p' format floats
2018-04-17 Tim Cooperos/exec: remove "binary" when talking about executables
2018-04-17 fraenkeltesting: failfast fails fast when Fatal called
2018-04-17 erifan01math: add a testcase for Mod and Remainder respectively
2018-04-16 weeellzmath/rand: refactor rng.go
2018-04-16 Rob Pikedoc/contribute.html: adjust wording from previous CL
2018-04-16 Brad Fitzpatrickos/user: fix osusergo build on Solaris
2018-04-16 tengufromskytime: increase test coverage for Time.Sub
2018-04-16 Mikio Haranet: add missing deadline test for RawConn
2018-04-16 Michael Mundaycmd/compile: generate constants for NeqPtr, EqPtr and...
2018-04-16 Felix Kollmanndoc: clarify package uninstall/clean command
2018-04-16 Brad Fitzpatrickcmd/dist, os/user: test os/user in osusergo mode as...
2018-04-16 Kir Kolyshkinos/user: fix build on darwin with "osusergo" build tag
2018-04-16 David Urlnet/http: omit forbidden Trailer headers from response
2018-04-16 Alberto Donizettidoc: use past releases in Release Policy explanation
2018-04-16 Kunpei Sakaitime: go fmt
2018-04-16 Alberto Donizetticmd/compile: move Issue 16214 test, delete asm_test...
2018-04-16 mbj36doc: improve commit messages
2018-04-16 bontequerocmd/internal/obj/x86: fix doc-comment and clarify outpu...
2018-04-16 quasilyteC: add Iskander Sharipov's individual CLA mail
2018-04-16 Ben Shicmd/compile/internal/ssa: optimize 386's subtraction
2018-04-16 Daniel Martícmd/compile/internal/gc: add some Node methods
2018-04-16 Mike Samuelnet/http: remove some stderr log spam
next