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 |
2019-09-17 |
Jeremy Faller | Revert "cmd/link: prefix syms with "_" on darwin links" |
commit | commitdiff | tree |
2019-09-17 |
Pantelis Sampaziotis | time: add examples for microseconds and milliseconds... |
commit | commitdiff | tree |
2019-09-17 |
Jeremy Faller | cmd/link: prefix syms with "_" on darwin links |
commit | commitdiff | tree |
2019-09-17 |
Than McIntosh | debug/elf: apply more relocations when reading DWARF... |
commit | commitdiff | tree |
2019-09-17 |
Daniel Martí | cmd/compile: reduce the regexp work in rulegen |
commit | commitdiff | tree |
2019-09-17 |
LE Manh Cuong | cmd/compile: support more length types for slice extens... |
commit | commitdiff | tree |
2019-09-17 |
Keith Randall | runtime: remove unneeded noinline directives |
commit | commitdiff | tree |
2019-09-17 |
Tamir Duberstein | net: avoid transiting durations through floats |
commit | commitdiff | tree |
2019-09-17 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: implement integer compu... |
commit | commitdiff | tree |
2019-09-17 |
Robert Griesemer | go/types: remove unused pathString and rename objPathSt... |
commit | commitdiff | tree |
2019-09-16 |
Matthew Dempsky | cmd/compile: major refactoring of switch walking |
commit | commitdiff | tree |
2019-09-16 |
Matthew Dempsky | test: add test coverage for type-switch hash collisions |
commit | commitdiff | tree |
2019-09-16 |
Lucas Bremgartner | encoding/json: validate strings when decoding into... |
commit | commitdiff | tree |
2019-09-16 |
Daniel Martí | cmd/compiler: skip some go/printer work in rulegen |
commit | commitdiff | tree |
2019-09-16 |
Daniel Martí | cmd/compile: parallelize another big chunk of rulegen |
commit | commitdiff | tree |
2019-09-16 |
Jay Conrod | cmd/go: don't split internal test main packages twice |
commit | commitdiff | tree |
2019-09-16 |
Matthew Dempsky | cmd/compile: require -lang=go1.14 for overlapping inter... |
commit | commitdiff | tree |
2019-09-16 |
Alberto Donizetti | Revert "test/codegen: document -all_codegen option... |
commit | commitdiff | tree |
2019-09-16 |
Jay Conrod | cmd/go: don't include package dir in cache key when... |
commit | commitdiff | tree |
2019-09-16 |
Matthew Dempsky | cmd/compile: trim function name prefix from escape... |
commit | commitdiff | tree |
2019-09-16 |
Ian Lance Taylor | os/signal: split up sleeps waiting for signal |
commit | commitdiff | tree |
2019-09-16 |
Maya Rashish | syscall: avoid zeroing unused syscall arguments |
commit | commitdiff | tree |
2019-09-16 |
Lynn Boger | doc: update ppc64 section for asm.html |
commit | commitdiff | tree |
2019-09-16 |
Lucas Bremgartner | encoding/json: make Number with the ,string option... |
commit | commitdiff | tree |
2019-09-16 |
Cherry Zhang | test/codegen: document -all_codegen option in README |
commit | commitdiff | tree |
2019-09-16 |
Cuong Manh Le | cmd/compile: consistently use strlit to access constant... |
commit | commitdiff | tree |
2019-09-15 |
Austin Clements | misc/wasm: fix argv/envp layout |
commit | commitdiff | tree |
2019-09-15 |
Ben Shi | go/parser: fix ignored errors in ParseExprFrom |
commit | commitdiff | tree |
2019-09-14 |
Nigel Tao | compress/lzw: clarify code invariants |
commit | commitdiff | tree |
2019-09-13 |
Tim Cooper | log: add Lmsgprefix flag |
commit | commitdiff | tree |
2019-09-13 |
Jay Conrod | cmd/go: fix link error for -coverpkg in GOPATH mode |
commit | commitdiff | tree |
2019-09-13 |
Joel Sing | cmd/link: simplify determineLinkMode |
commit | commitdiff | tree |
2019-09-13 |
Ruixin Bao | cmd/compile: add math/bits.Mul64 intrinsic on s390x |
commit | commitdiff | tree |
2019-09-12 |
Cherry Zhang | Revert "cmd/link: prefix syms with "_" on external... |
commit | commitdiff | tree |
2019-09-12 |
Joel Sing | cmd/asm,cmd/internal/obj: initial support for riscv64... |
commit | commitdiff | tree |
2019-09-12 |
Jay Conrod | cmd/go: document <module>/@latest endpoint in 'go help... |
commit | commitdiff | tree |
2019-09-12 |
Jeremy Faller | cmd/link: prefix syms with "_" on external darwin links |
commit | commitdiff | tree |
2019-09-12 |
Bryan C. Mills | cmd/go/internal/work: include detail in errors from... |
commit | commitdiff | tree |
2019-09-12 |
Cuong Manh Le | cmd/compile: do not mark export for send only chan |
commit | commitdiff | tree |
2019-09-12 |
Bryan C. Mills | doc/go1.14: start doc; note end of NaCl platform support |
commit | commitdiff | tree |
2019-09-12 |
Alberto Donizetti | doc/gccgo: update gcc status, remove double spaces |
commit | commitdiff | tree |
2019-09-12 |
Tom Thorogood | cmd/go/internal/renameio,runtime: avoid leaking temp... |
commit | commitdiff | tree |
next |