]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2018-04-10 Hana Kimcmd/trace: pprof computation for span types
2018-04-10 Keith RandallRevert "runtime: use fixed TLS offsets on darwin/amd64...
2018-04-10 Vlad Krasnovcrypto/elliptic: improve P256 implementation on amd64...
2018-04-10 Hana Kimcmd/trace: skip GoroutineInSyscall in case time order err
2018-04-10 Mike Samuelnet/http: don't sniff Content-type in Server when X...
2018-04-10 Elias Naurmisc/ios: make detect.go more robust
2018-04-10 Meng Zhuoruntime: use internal/cpu in alginit
2018-04-10 Elias Naurmisc/ios,runtime/cgo: remove SIGINT handshake for the...
2018-04-10 Martin Möhrmanninternal/cpu: align capability definitions for x86...
2018-04-10 Meng Zhuointernal/cpu,runtime: call cpu.initialize before alginit
2018-04-10 Daniel Martícmd/compile: remove last manual node copies
2018-04-10 Tobias Klauserdebug/elf: add missing EM_AARCH64 to machineStrings
2018-04-10 Tobias Klauserruntime: remove support_bmi{1,2}
2018-04-10 Keith Randallruntime: use fixed TLS offsets on darwin/amd64 and...
2018-04-10 Ian Lance Taylortext/template: copy Decl field when copying PipeNode
2018-04-10 Ian Lance Taylorcmd/go: compile packages imported by runtime with -+
2018-04-10 Alberto Donizettitest/codegen: port arm64 BIC/EON/ORN and masking tests
2018-04-10 Alberto Donizettitest/codegen: port last remaining misc bit/arithmetic...
2018-04-10 Matthew Dempskycmd/compile: sort method sets using package height
2018-04-09 Matthew Dempskycmd/compile: add package height to export data
2018-04-09 Matthew Dempskycmd/compile: fix constant pointer comparison failure
2018-04-09 Matthew Dempskycmd/compile: refactor symbol sorting logic
2018-04-09 Matthew Dempskycmd/compile: rename gc.exportname to types.IsExported
2018-04-09 Daniel Martíapi: remove unnecessary lines from except.txt
2018-04-09 Michael Mundaycmd/compile: optimize comparisons using load merging...
2018-04-09 Daniel Martídoc: add a note about loading profile files
2018-04-09 bontequeroencoding/json: remove unnecessary else conditions
2018-04-09 isharipocmd/internal/obj/x86: remove redundant code (fix TODO)
2018-04-09 Filippo Valsordacrypto/rsa: improve the comment of PublicKey.Size
2018-04-09 Keith Randalltest: check that unaligned load-add opcodes work.
2018-04-09 Matthew Dempskycmd/compile: insert instrumentation during SSA building
2018-04-09 fanzha02cmd/internal/obj/arm64: add assembler support for load...
2018-04-09 Daniel Martícmd: remove a few more unused parameters
2018-04-09 Alberto Donizettitest/codegen: port various mem-combining tests
2018-04-08 Ryan Sladenet/http: fix comment on LocalAddrContextKey
2018-04-08 Meng Zhuointernal/cpu: skip arm64 feature test on unsupported...
2018-04-07 Josh Bleecher... cmd/compile: handle blank struct fields in NumComponents
2018-04-07 Alekseev Artemcmd/internal/obj/x86: use raw string literals in regexp
2018-04-07 Alberto Donizettitest/codegen: port arm64 slice zeroing tests
2018-04-07 Egon Elbreruntime: improve Windows gdb tests
2018-04-06 Daniel Martícmd/vendor/.../pprof: update to 0f7d9ba1
2018-04-06 Mikio Haranet/http: replace SOCKS client implementation
2018-04-06 Kir Kolyshkinos/user: add a way to enforce pure Go implementation
2018-04-06 Veselkov Konstantintime: simplify comparison in test
2018-04-06 Matthew Dempskycmd/compile: change cmplx{mpy,div} into Mpcplx methods
2018-04-06 Austin Clementsruntime: factor waiting on mark phase
2018-04-06 Rhys Hiltnerhtml/template: grow srcset buffer in proportion to...
2018-04-06 Austin Clementsruntime: distinguish semaphore wait from sync.Cond...
2018-04-06 Ilya Tocarcmd/compile/internal/gc: use bool in racewalk
2018-04-06 David Chasecmd/compile: ensure first instruction of function is...
2018-04-06 Matthew Dempskycmd/compile: cleanup method expression type checking
2018-04-06 Matthew Dempskycmd/compile: fix method expressions with anonymous...
2018-04-06 Tobias Klausernet: use same sendFile for freebsd/dragonfly and solaris
2018-04-06 chanxuehongnet/rpc: unlock client.mutex as early as possible
2018-04-06 Tobias Klausercmd/asm/internal/arch: unexport ParseARM64Suffix
2018-04-06 Daniel Martícmd: some semi-automated cleanups
2018-04-06 Matthew Dempskycmd/compile: eliminate unused Sig.offset field
2018-04-05 Josh Bleecher... cmd/compile: rewrite a & 1 != 1 into a & 1 == 0 on...
2018-04-05 Brian Kesslermath/big: clean up z.div(z, x, y) calls
2018-04-05 Matthew Dempskycmd/compile: cleanup method symbol creation
2018-04-05 Josh Bleecher... runtime: avoid calling adjustpointers unnecessarily
2018-04-05 Richard Musiolcmd/compile/internal/gc: factor out beginning of SSAGen...
2018-04-05 Hana Kimcmd/trace: include taskless spans in /usertasks.
2018-04-05 Carlos Eduardo Seomath/big: improve performance on ppc64x by unrolling...
2018-04-05 Joel Singruntime: fix/improve exitThread on openbsd
2018-04-05 Ilya Tocarcmd/compile/internal/ssa: fix GO386=387 build
2018-04-05 Matthew Dempskycmd/compile: drop legacy code for generating iface...
2018-04-05 Daniel Martícmd/internal/obj: various code cleanups
2018-04-05 isharipocmd/internal/obj/x86: cleanup comments and consts
2018-04-05 isharipocmd/internal/obj/x86: remove unused VEX constants
2018-04-05 Ben Shicmd/compile: optimize 386 binary operations with a...
2018-04-05 isharipocmd/internal/obj/x86: make AsmBuf receiver name consistent
2018-04-05 Daniel Martícmd/compile: early return/continue to unindent some...
2018-04-05 Daniel Martítest: skip locklinear's lockmany test for now
2018-04-05 Alberto Donizetticmd/compile: stack-allocate worklist in ReachableBlocks
2018-04-05 Matthew Dempskycmd/compile: extract inline related fields into separat...
2018-04-04 Robert Griesemertext/tabwriter: remove internal use of bytes.Buffer...
2018-04-04 David Chasecmd/compile: adjust is-statement on Pos's to improve...
2018-04-04 David Chasecmd/link: process is_stmt data into dwarf line tables
2018-04-04 David Chasecmd/compile: add IsStmt breakpoint info to src.lico
2018-04-04 Robert Griesemergo/printer, gofmt: tuned table alignment for better...
2018-04-04 Balaram Makamcmd/compile: intrinsify math/big.mulWW on ARM64
2018-04-04 Hana Kimcmd/trace: avoid emitting traceview slice with 0 duration
2018-04-04 Hana Kimcmd/trace: implement /trace?focustask=<taskid> mode
2018-04-04 Austin Clementsruntime: stop when we run out of hints in race mode
2018-04-04 James Hartignet/http/httputil: make ReverseProxy panic on error...
2018-04-04 Cherry Zhangcmd/link: put runtime.framepointer_enabled in DATA...
2018-04-04 Meng Zhuoruntime: implement aeshash for arm64 platform
2018-04-04 Daniel Martítext/template: add variable assignments
2018-04-04 Nikhil Beneschcmd/go: rebuild as needed when vetting test packages
2018-04-04 Alberto Donizettitest/codegen: port arm64 byte slice zeroing tests
2018-04-04 Alberto Donizetticmd/compile: stack-allocate 2 worklists in order, dom...
2018-04-04 Lubomir I.... os/user: obtain a user GID on Windows
2018-04-04 Josh Bleecher... runtime: improve StackCopy benchmarks
2018-04-03 Dhruvdutt JadhavREADME: update number of contributors
2018-04-03 Robert Griesemercmd/compile/internal/syntax: better error message for...
2018-04-03 Robert Griesemercmd/compile/internal/syntax: update a couple of comments
2018-04-03 Giovanni Bajocmd/compile: in prove, complete support for OpIsInBound...
2018-04-03 Giovanni Bajocmd/compile: in prove, make addRestrictions more generic
2018-04-03 isharipomath/big: remove "else" from if with block that ends...
next