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