2019-09-25 |
Dan Scales | misc, runtime, test: extra tests and benchmarks for... |
commit | commitdiff | tree |
2019-09-25 |
Michael Munday | cmd/asm: add masked branch and conditional load instruc... |
commit | commitdiff | tree |
2019-09-25 |
Michael Anthony... | runtime: scavenge on growth instead of inline with... |
commit | commitdiff | tree |
2019-09-25 |
Austin Clements | runtime: grow the heap incrementally |
commit | commitdiff | tree |
2019-09-25 |
Michael Anthony... | runtime: redefine scavenge goal in terms of heap_inuse |
commit | commitdiff | tree |
2019-09-25 |
Meng Zhuo | internal/bytealg: add assembly implementation of Compar... |
commit | commitdiff | tree |
2019-09-25 |
Keith Randall | runtime: fix ppc64le race code |
commit | commitdiff | tree |
2019-09-25 |
Marwan Sulaiman | cmd/go: consistent output for -json failures |
commit | commitdiff | tree |
2019-09-25 |
Matthew Dempsky | cmd/compile: optimize escape graph construction and... |
commit | commitdiff | tree |
2019-09-25 |
Matthew Dempsky | cmd/compile: use proper work queue for escape graph... |
commit | commitdiff | tree |
2019-09-25 |
Than McIntosh | test: add testcase for gccgo compiler buglet |
commit | commitdiff | tree |
2019-09-25 |
Cuong Manh Le | cmd/compile: remove n.SetLikely(false) usage |
commit | commitdiff | tree |
2019-09-25 |
Jeremy Faller | cmd/compile: update object file format for DWARF file... |
commit | commitdiff | tree |
2019-09-25 |
Matthew Dempsky | cmd/compile: use underlying OCOMPLIT's position for... |
commit | commitdiff | tree |
2019-09-25 |
Matthew Dempsky | cmd/compile: remove -s flag |
commit | commitdiff | tree |
2019-09-25 |
Matthew Dempsky | test: add regress test for #27557 |
commit | commitdiff | tree |
2019-09-25 |
Bryan C. Mills | cmd/go/internal/modload: annotate replacements in Packa... |
commit | commitdiff | tree |
2019-09-25 |
Daniel Martí | text/template: don't evaluate '.' as a float64 |
commit | commitdiff | tree |
2019-09-25 |
Ariel Mashraki | text/template: support all comparable types in eq |
commit | commitdiff | tree |
2019-09-25 |
Joel Sing | cmd/internal/obj/riscv: implement floating point instru... |
commit | commitdiff | tree |
2019-09-25 |
Tobias Klauser | runtime: gofmt after CL 192937 |
commit | commitdiff | tree |
2019-09-25 |
Brad Fitzpatrick | net/http: propagate Client.Timeout down into Request... |
commit | commitdiff | tree |
2019-09-25 |
Cuong Manh Le | cmd/compile: add documentation for isfat |
commit | commitdiff | tree |
2019-09-24 |
Alan Donovan | log: mention names of flag constants in {Set,}Flags... |
commit | commitdiff | tree |
2019-09-24 |
Jeremy Faller | cmd/compile: generate debug_lines in compiler |
commit | commitdiff | tree |
2019-09-24 |
Jeremy Faller | cmd/link: add notion of multiple compilation units... |
commit | commitdiff | tree |
2019-09-24 |
Lynn Boger | crypto/cipher: improve xorBytesVSX asm for ppc64x |
commit | commitdiff | tree |
2019-09-24 |
Bryan C. Mills | cmd/go: suppress errors in package-to-module queries... |
commit | commitdiff | tree |
2019-09-24 |
Martin Möhrmann | compile: prefer an AND instead of SHR+SHL instructions |
commit | commitdiff | tree |
2019-09-24 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: work around an appar... |
commit | commitdiff | tree |
2019-09-24 |
Eli Bendersky | cmd/gofmt: fix computation of function header size |
commit | commitdiff | tree |
2019-09-24 |
Lynn Boger | crypto/aes,crypto/cipher: add asm implementation for... |
commit | commitdiff | tree |
2019-09-24 |
Michael Fraenkel | net/http: remove http2 connections when no longer cached |
commit | commitdiff | tree |
2019-09-24 |
Gregory Man | cmd/go: allow -I= and -I$SYSROOT in cgo CFLAGS |
commit | commitdiff | tree |
2019-09-24 |
lukechampine | crypto/ed25519: outline NewKeyFromSeed and Sign |
commit | commitdiff | tree |
2019-09-24 |
Sean Chen | runtime: update runtime2.go itab comments about sync... |
commit | commitdiff | tree |
2019-09-24 |
Joel Sing | cmd/internal/obj/riscv: implement RV64I integer computa... |
commit | commitdiff | tree |
2019-09-24 |
Joel Sing | cmd/internal/obj/riscv: add environment call/breakpoint... |
commit | commitdiff | tree |
2019-09-23 |
Daniel Martí | go/printer: never print a newline before the returned... |
commit | commitdiff | tree |
2019-09-23 |
Matthew Dempsky | cmd/compile: clean up escape graph construction |
commit | commitdiff | tree |
2019-09-23 |
Cherry Zhang | cmd/compile: fix register masks of ANDCC et al. on... |
commit | commitdiff | tree |
2019-09-23 |
Jeremy Faller | cmd/compile: add new symbol for debug line numbers |
commit | commitdiff | tree |
2019-09-23 |
Lynn Boger | runtime: fix regression on ppc64x from CL 192937 |
commit | commitdiff | tree |
2019-09-23 |
Jeremy Faller | cmd/link: make PCIter available to compiler |
commit | commitdiff | tree |
2019-09-23 |
Andrei Tudor... | net: use case-insensitive host string comparison in... |
commit | commitdiff | tree |
2019-09-23 |
Keith Randall | runtime: allow the Go runtime to return multiple stack... |
commit | commitdiff | tree |
2019-09-23 |
Daniel Martí | cmd/compile: reduce rulegen's output by 200 KiB |
commit | commitdiff | tree |
2019-09-23 |
Bryan C. Mills | Revert "compile: prefer an AND instead of SHR+SHL instr... |
commit | commitdiff | tree |
2019-09-23 |
Andrew Medvedev | crypto/x509: give type hint in error message in marshal... |
commit | commitdiff | tree |
2019-09-23 |
Andrei Tudor... | net: close correct file descriptor when netpoll registr... |
commit | commitdiff | tree |
2019-09-22 |
Robert Griesemer | go/types: don't clone interface methods when embedding... |
commit | commitdiff | tree |
2019-09-21 |
Andrew Medvedev | strings, bytes: clarify usage of EqualFolds |
commit | commitdiff | tree |
2019-09-21 |
two | runtime/type: change fieldalign to use mixedCaps |
commit | commitdiff | tree |
2019-09-21 |
Martin Möhrmann | compile: prefer an AND instead of SHR+SHL instructions |
commit | commitdiff | tree |
2019-09-21 |
Agniva De Sarker | test/codegen: fix wasm codegen breakage |
commit | commitdiff | tree |
2019-09-21 |
Agniva De Sarker | cmd/compile: optimize ssa if blocks for wasm architecture |
commit | commitdiff | tree |
2019-09-20 |
Hana Kim | runtime/debug: correct BuildInfo.Main documentation |
commit | commitdiff | tree |
2019-09-20 |
Joel Sing | cmd/internal/obj/riscv: add load, store and multiplicat... |
commit | commitdiff | tree |
2019-09-20 |
Davor Kapsa | os/user: clean error message formatting |
commit | commitdiff | tree |
2019-09-20 |
Emmanuel T... | debug/dwarf: optimize buf.string |
commit | commitdiff | tree |
2019-09-20 |
Rob Pike | doc: reword to avoid the confusing term 'anew' |
commit | commitdiff | tree |
2019-09-20 |
Ian Lance Taylor | runtime: avoid overflow in markrootBlock |
commit | commitdiff | tree |
2019-09-19 |
Jay Conrod | cmd/go: don't construct module version info if there... |
commit | commitdiff | tree |
2019-09-19 |
Richard Musiol | cmd/compile: add 32 bit float registers/variables on... |
commit | commitdiff | tree |
2019-09-19 |
Bryan C. Mills | cmd/go/internal/modload: use a structured error for... |
commit | commitdiff | tree |
2019-09-19 |
Bryan C. Mills | cmd/go: change the gccgo 'package m' regression test... |
commit | commitdiff | tree |
2019-09-19 |
Robert Griesemer | go/types: move Identical* predicates into api.go file... |
commit | commitdiff | tree |
2019-09-19 |
Than McIntosh | cmd/link: enhance linker's dwarf test |
commit | commitdiff | tree |
2019-09-19 |
ZYunH | net/url: add upperhex const instead of using string... |
commit | commitdiff | tree |
2019-09-19 |
Bryan C. Mills | cmd/go/internal/mvs: recompute build list in Reqs befor... |
commit | commitdiff | tree |
2019-09-19 |
Tobias Klauser | syscall: extend skip criteria for TestAmbientCapsUserns |
commit | commitdiff | tree |
2019-09-19 |
Jason A. Donenfeld | syscall: avoid memory corruption in mksyscall_windows... |
commit | commitdiff | tree |
2019-09-19 |
Gert Cuykens | cmd/doc: add option to output a clean one-line symbol... |
commit | commitdiff | tree |
2019-09-19 |
Andrew | doc/go1.13: add id tag to note about removal of NaCl... |
commit | commitdiff | tree |
2019-09-18 |
Bryan C. Mills | cmd/go/internal/modload: do not prune the module root... |
commit | commitdiff | tree |
2019-09-18 |
Ariel Mashraki | cmd/go/internal/semver: remove duplicate words in Compa... |
commit | commitdiff | tree |
2019-09-18 |
fanzha02 | runtime: check for nil g in msancall() on arm64 |
commit | commitdiff | tree |
2019-09-18 |
Ian Lance Taylor | internal/goroot: for -compiler=gccgo, only look for... |
commit | commitdiff | tree |
2019-09-18 |
Liz Rice | regexp: add more examples for Regexp methods |
commit | commitdiff | tree |
2019-09-18 |
Jean de Klerk | reflect: give type hints in error messages |
commit | commitdiff | tree |
2019-09-18 |
Daniel Martí | cmd/compile: parallelize one more bit of rulegen |
commit | commitdiff | tree |
2019-09-18 |
Egon Elbre | context: mention asynchronous cancellation propagation |
commit | commitdiff | tree |
2019-09-18 |
Austin Clements | debug/dwarf: expose file name table from line table... |
commit | commitdiff | tree |
2019-09-18 |
Austin Clements | debug/dwarf: expose CU byte order |
commit | commitdiff | tree |
2019-09-18 |
Tom Thorogood | net/http: fix HTTP/2 idle pool tracing |
commit | commitdiff | tree |
2019-09-18 |
Than McIntosh | cmd/go: fix buglet in alternate gccgo debug_modinfo... |
commit | commitdiff | tree |
2019-09-18 |
Daniel Martí | all: remove trailing whitespace from HTML files |
commit | commitdiff | tree |
2019-09-18 |
Jeremy Faller | cmd/link: prefix Go syms with _ on darwin |
commit | commitdiff | tree |
2019-09-18 |
Than McIntosh | cmd/go: use alternate debug_modinfo recipe for gccgo |
commit | commitdiff | tree |
2019-09-18 |
Lynn Boger | cmd/asm,cmd/compile: clean up isel codegen on ppc64x |
commit | commitdiff | tree |
2019-09-18 |
Bryan C. Mills | cmd/go: support -trimpath with gccgo |
commit | commitdiff | tree |
2019-09-18 |
Tobias Klauser | syscall: skip TestAmbientCapsUserns if user namespaces... |
commit | commitdiff | tree |
2019-09-18 |
Matthew Dempsky | cmd/compile: optimize switch on strings |
commit | commitdiff | tree |
2019-09-18 |
Robert Griesemer | math/big: avoid MinExp exponent wrap-around in 'x'... |
commit | commitdiff | tree |
2019-09-18 |
Robert Griesemer | go/parser: return partial result from ParseExpr in... |
commit | commitdiff | tree |
2019-09-18 |
Matthew Dempsky | cmd/compile: remove toolstash bandage |
commit | commitdiff | tree |
2019-09-18 |
Matthew Dempsky | cmd/compile: remove OCASE and rename OXCASE to OCASE |
commit | commitdiff | tree |
2019-09-18 |
Matthew Dempsky | cmd/compile: tweak OIF construction for binarySearch |
commit | commitdiff | tree |
2019-09-17 |
Robert Griesemer | go/types: make sure interfaces are complete before... |
commit | commitdiff | tree |
2019-09-17 |
Javier | math: Add examples for Copysign, Dim, Exp* and Trunc |
commit | commitdiff | tree |
next |