2020-05-01 |
Than McIntosh | [dev.link] cmd/link: tweaks to data alignment processing |
commit | commitdiff | tree |
2020-05-01 |
Than McIntosh | [dev.link] cmd/link/internal/loader: change storage... |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: use more compact representation... |
commit | commitdiff | tree |
2020-04-30 |
Than McIntosh | [dev.link] cmd/link: performance changes for relocsym |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] all: merge branch 'master' into dev.link |
commit | commitdiff | tree |
2020-04-30 |
Than McIntosh | [dev.link] cmd/link: minor performance tweaks in dodata |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: fold zero symbol check into Resolv... |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: pass reloc by value to Adddynrel2 |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: unescape relocs passed to Archreloc2 |
commit | commitdiff | tree |
2020-04-30 |
Brad Fitzpatrick | net/http/httputil: don't append to X-Forwarded-For... |
commit | commitdiff | tree |
2020-04-30 |
Ruixin Bao | cmd/compile: adopt strong aux typing for some s390x... |
commit | commitdiff | tree |
2020-04-30 |
Alex Brainman | cmd/go: use -buildmode=pie as default on window |
commit | commitdiff | tree |
2020-04-30 |
Tobias Klauser | lib/time, time/tzdata: update tz data to 2020a |
commit | commitdiff | tree |
2020-04-30 |
Daniel Martí | cmd/go: make 'mod verify' use multiple CPUs |
commit | commitdiff | tree |
2020-04-30 |
Keyan Pishdadian | cmd/go: add error for cross-compiled -race builds |
commit | commitdiff | tree |
2020-04-30 |
Rob Pike | cmd/cover: include a package name in the HTML title |
commit | commitdiff | tree |
2020-04-30 |
Robert Griesemer | strconv: implement parseFloatPrefix returning no. of... |
commit | commitdiff | tree |
2020-04-30 |
Ian Lance Taylor | syscall: on linux-arm64, prefer prlimit to {g,s}etrlimit |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: remove sym.Symbols.Newsym |
commit | commitdiff | tree |
2020-04-30 |
Cherry Zhang | [dev.link] cmd/link: combine decodesym.go and decodesym2.go |
commit | commitdiff | tree |
2020-04-30 |
Ian Lance Taylor | debug/gosym: correct comments for Table.{Files,Objs} |
commit | commitdiff | tree |
2020-04-30 |
Austin Clements | Revert "cmd/compile: omit file:pos for non-existent... |
commit | commitdiff | tree |
2020-04-30 |
Emmanuel T... | cmd/compile: omit file:pos for non-existent, permission... |
commit | commitdiff | tree |
2020-04-30 |
Austin Clements | runtime: move condition into wakep |
commit | commitdiff | tree |
2020-04-30 |
kakulisen | math: Add a function example |
commit | commitdiff | tree |
2020-04-30 |
Matthew Dempsky | net/http/cgi: replace constant map with switch statement |
commit | commitdiff | tree |
2020-04-29 |
Keith Randall | cmd/compile: move last of the generic rules to typed aux |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile,runtime: stack maps only at calls, remove... |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile: make LivenessMap sparse |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile: don't emit stack maps for write barrier... |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile: fix unsafe-points with stack maps |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile: rename issafepoint -> hasStackMap |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | cmd/compile: mark PanicBounds/Extend as calls |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | runtime: use conservative scanning for debug calls |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | runtime: perform debug call injection on a new goroutine |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | runtime: make newproc1 not start the goroutine |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | runtime/pprof: fix units of MaxRSS on Linux |
commit | commitdiff | tree |
2020-04-29 |
Austin Clements | runtime: fix debuglog traceback printing off-by-one |
commit | commitdiff | tree |
2020-04-29 |
Alberto Donizetti | cmd/compile: convert CCop arm64 rules to typed aux |
commit | commitdiff | tree |
2020-04-29 |
Martin Möhrmann | bytes, strings: align requirements for functions passed... |
commit | commitdiff | tree |
2020-04-29 |
Jay Conrod | cmd/go: trim source paths when compiling C with -trimpath |
commit | commitdiff | tree |
2020-04-29 |
Russ Cox | go/ast: drop //directive comments from doc.Text |
commit | commitdiff | tree |
2020-04-29 |
Richard Miller | cmd/go/internal/modload: use lockedfile to read path... |
commit | commitdiff | tree |
2020-04-29 |
Katie Hockman | crypto/x509/pkix: improve docs and Name.String() |
commit | commitdiff | tree |
2020-04-29 |
Cherry Zhang | [dev.link] cmd/link: use new reloc on Wasm |
commit | commitdiff | tree |
2020-04-29 |
Ruixin Bao | crypto/ed25519: drop the purego build tag |
commit | commitdiff | tree |
2020-04-29 |
Lynn Boger | cmd/asm: update ppc64enc.s testcase |
commit | commitdiff | tree |
2020-04-29 |
Cherry Zhang | [dev.link] cmd/link: free compressed symbols after... |
commit | commitdiff | tree |
2020-04-29 |
Jeremy Faller | [dev.link] cmd/link: add loader.ExtReloc to Archreloc2 |
commit | commitdiff | tree |
2020-04-29 |
Keith Randall | cmd/compile: convert constant divide strength reduction... |
commit | commitdiff | tree |
2020-04-29 |
Cherry Zhang | [dev.link] cmd/link: free loader memory after LoadFull |
commit | commitdiff | tree |
2020-04-29 |
Cherry Zhang | [dev.link] cmd/link: fix R_GOTOFF handling |
commit | commitdiff | tree |
2020-04-29 |
Cherry Zhang | [dev.link] cmd/link: support external linking in new... |
commit | commitdiff | tree |
2020-04-29 |
Than McIntosh | [dev.link] cmd/link: remove Sub field from sym.Symbol |
commit | commitdiff | tree |
2020-04-29 |
Lynn Boger | cmd/compile,cmd/internal/obj/ppc64: use mod instruction... |
commit | commitdiff | tree |
2020-04-29 |
Nigel Tao | image: guard against NewXxx integer overflow |
commit | commitdiff | tree |
2020-04-29 |
Than McIntosh | [dev.link] all: merge branch 'master' into dev.link |
commit | commitdiff | tree |
2020-04-29 |
Nigel Tao | image/jpeg: accept "\xff\x00" before a RST marker |
commit | commitdiff | tree |
2020-04-29 |
Nigel Tao | image: add a NewUniform doc comment |
commit | commitdiff | tree |
2020-04-29 |
Ruixin Bao | cmd/compile: adopt strong aux typing for some s390x... |
commit | commitdiff | tree |
2020-04-29 |
Meng Zhuo | cmd/compile: adjust MIPS64x rewrite rules to use typed... |
commit | commitdiff | tree |
2020-04-28 |
Jeremy Faller | [dev.link] cmd/link: add archrelocsym x86 support for... |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | [dev.link] cmd/link: convert reloc pass to using the... |
commit | commitdiff | tree |
2020-04-28 |
Ian Gudger | net: add (*Resolver).LookupIP |
commit | commitdiff | tree |
2020-04-28 |
Martin Möhrmann | reflect: reduce allocations for Select with up to 4... |
commit | commitdiff | tree |
2020-04-28 |
Daniel Theophanes | database/sql: document Connect and Close may need a... |
commit | commitdiff | tree |
2020-04-28 |
Robert Griesemer | strings: simpler and slightly faster implementation... |
commit | commitdiff | tree |
2020-04-28 |
Josh Bleecher... | cmd/compile: simplify readonly sym checks in writebarri... |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | [dev.link] cmd/link: convert asmb pass to new style |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link: remove elf sym fields from sym... |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link: remove Unit field from sym.Symbol |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link/internal/loader: add elf symbol... |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link/internal/sym: remove SortSub |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link: remove Gotype and File fields... |
commit | commitdiff | tree |
2020-04-28 |
Than McIntosh | [dev.link] cmd/link: tweak genasmsym to eliminate Gotyp... |
commit | commitdiff | tree |
2020-04-28 |
Michael Anthony... | runtime: fix block leak due to race in span set |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | [dev.link] cmd/link: write data sections to heap in... |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | [dev.link] cmd/link: convert dwarfcompress to using... |
commit | commitdiff | tree |
2020-04-28 |
Michael Anthony... | runtime: flush mcaches to mcentral before reading memstats |
commit | commitdiff | tree |
2020-04-28 |
Alberto Donizetti | cmd/compile: port first part of arm64 opt rules to... |
commit | commitdiff | tree |
2020-04-28 |
Jay Conrod | doc/go1.15: add notes for GOMODCACHE, modcacheunzipinplace |
commit | commitdiff | tree |
2020-04-28 |
Jeremy Faller | [dev.link] cmd/link: move wavefront past address |
commit | commitdiff | tree |
2020-04-28 |
Bryan C. Mills | internal/goversion: update to 1.15 |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | Revert "[dev.link] cmd/link: stop overwriting symbol... |
commit | commitdiff | tree |
2020-04-28 |
Cherry Zhang | [dev.link] cmd/link: fix accidental shadowing |
commit | commitdiff | tree |
2020-04-28 |
Vivian Liang | database/sql: fix incorrect function name in example_test |
commit | commitdiff | tree |
2020-04-28 |
Ruixin Bao | cmd/compile: adopt strong aux typing for some s390x... |
commit | commitdiff | tree |
2020-04-28 |
fanzha02 | cmd/compile: rewrite some arm64 rules to use typed... |
commit | commitdiff | tree |
2020-04-28 |
Rebecca Stambler | go/types: improve errors for method calls with pointer... |
commit | commitdiff | tree |
2020-04-28 |
Andrei Tudor... | os, internal/poll, internal/syscall/unix: use copy_file... |
commit | commitdiff | tree |
2020-04-28 |
Alex Gaynor | bufio: optimize bufio.Reader.ReadString to avoid an... |
commit | commitdiff | tree |
2020-04-27 |
Nigel Tao | image/draw: optimize paletted dst + uniform src |
commit | commitdiff | tree |
2020-04-27 |
smasher164 | strconv: remove redundant conversions to int |
commit | commitdiff | tree |
2020-04-27 |
Michael Anthony... | runtime: ensure allocToCache updates searchAddr in... |
commit | commitdiff | tree |
2020-04-27 |
Ruixin(Peter... | hash/crc32: simplify hasVX checking on s390x |
commit | commitdiff | tree |
2020-04-27 |
Cherry Zhang | [dev.link] cmd/link: stop overwriting symbol types... |
commit | commitdiff | tree |
2020-04-27 |
Cherry Zhang | [dev.link] cmd/link: delete old dodata |
commit | commitdiff | tree |
2020-04-27 |
Cherry Zhang | [dev.link] cmd/link: accept more types in Xcoffadddynrel |
commit | commitdiff | tree |
2020-04-27 |
Ruixin(Peter... | math/big: simplify hasVX checking on s390x |
commit | commitdiff | tree |
2020-04-27 |
Ruixin Bao | math: simplify hasVX checking on s390x |
commit | commitdiff | tree |
next |