]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2018-04-03 Alberto Donizetticmd/compile: stack-allocate values worklist in schedule
2018-04-03 Filippo Valsordacrypto/tls: simplify the Handshake locking strategy
2018-04-03 Michael Mundaycmd/asm, math: add s390x floating point test instructions
2018-04-03 Javier Kohenregexp: use sync.Pool to cache regexp.machine objects
2018-04-03 Pascal S. de... crypto/rsa: add PublicKey.Size accessor
2018-04-03 Tobias Klauserruntime: parse auxv for page size and executable name...
2018-04-03 Fangming.Fangcmd/asm: add essential instructions for AES-GCM on...
2018-04-03 isharipocmd/compile: make DCE remove nodes after terminating if
2018-04-03 Daniel Martícmd/compile: introduce gc.Node.copy method
2018-04-03 Giovanni Bajocmd/compile: in prove, simplify logic of branch pushing
2018-04-03 Matthew Dempskycmd/compile: improve declaration position precision
2018-04-03 Robert Griesemercmd/compile: better handling of incorrect type switches
2018-04-03 Brad Fitzpatrickstrings: fix flaky TestBuilderGrow test
2018-04-02 quasilytecmd/link/internal/ld: make Thearch unexported
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym debug message
2018-04-02 Matthew Dempskycmd/compile: simplify exportsym flags and logic
2018-04-02 Matthew Dempskycmd/compile: cleanup Order.cleanTempNoPop slightly
2018-04-02 Matthew Dempskycmd/compile: simplify reexport logic
2018-04-02 Ilya Tocarstrings: speed-up replace for byteStringReplacer case
2018-04-02 Matthew Dempskycmd/compile: disable instrumentation for no-race packag...
2018-04-02 Giovanni Bajogo/types: fix column reporting of invalid selector...
2018-04-02 Travis Bischelcompress/gzip: do not count header bytes written in...
2018-04-02 isharipotest/fixedbugs: fix bug248 and bug345
2018-04-02 Matthew Dempskycmd/compile: use newfuncname in dclfunc
2018-04-02 Meng Zhuocrypto/md5: add assembly implementation on arm64
2018-04-02 Daniel Martícmd: remove some unused parameters
2018-04-02 Matthew Dempskycmd/compile: refactor constant rewriting
2018-04-01 jimmyfrascheflag: correct zero values when printing defaults
2018-04-01 Brad FitzpatrickRevert "net: mark tests with retry as parallel"
2018-04-01 adrienpetelnet: mark tests with retry as parallel
2018-04-01 Zhou Pengsrc/run.bash: remove some trailing whitespace
2018-04-01 Matthew Dempskycmd/compile: refactor constant node constructors
2018-03-31 Mikio Haranet: improve test coverage for syscall.RawConn
2018-03-31 Gregory Mannet/http: strip password from error message
2018-03-31 Bryan Chancmd/compile/internal/ssa: handle symbol address compari...
2018-03-31 Daniel Martícmd/compile/internal/ssa: add initial README
2018-03-31 Meng Zhuointernal/cpu: update arm64 cpu features
2018-03-30 Samuel Tanhtml/template: fix one more lint naming error
next