2020-04-05 |
Bradford Lamson... | cmd/compile: restore missing columns in ssa.html |
commit | commitdiff | tree |
2020-04-05 |
Andy Pan | A+C: add Andy Pan (individual CLA) |
commit | commitdiff | tree |
2020-04-05 |
Bradford Lamson... | cmd/compile: refactor around HTMLWriter removing logger... |
commit | commitdiff | tree |
2020-04-05 |
Alex Brainman | cmd/compile: enable -d=checkptr even on windows |
commit | commitdiff | tree |
2020-04-04 |
Brad Fitzpatrick | cmd/dist: remove darwin/386, darwin/arm as valid ports |
commit | commitdiff | tree |
2020-04-04 |
Josh Bleecher... | cmd/compile: add intrinsic HasCPUFeature for checking... |
commit | commitdiff | tree |
2020-04-03 |
Dan Scales | cmd/compile: allow mid-stack inlining when there is... |
commit | commitdiff | tree |
2020-04-03 |
Xiangdong Ji | crypto/sha512: optimize sha512 by removing function... |
commit | commitdiff | tree |
2020-04-03 |
David du Colombier | flag: fix TestExitCode on Plan 9 |
commit | commitdiff | tree |
2020-04-03 |
Jay Conrod | cmd/go: report original module path in error parsing... |
commit | commitdiff | tree |
2020-04-03 |
Egon Elbre | run.bat: check go.exe instead of go |
commit | commitdiff | tree |
2020-04-03 |
David Chase | cmd/compile: add logging for large (>= 128 byte) copies |
commit | commitdiff | tree |
2020-04-03 |
Xiangdong Ji | runtime: eliminate redundant load in Xchg and Xadd... |
commit | commitdiff | tree |
2020-04-03 |
Cherry Zhang | cmd/link: in stack bound check, don't check a call... |
commit | commitdiff | tree |
2020-04-03 |
Cherry Zhang | cmd/internal/obj/mips: don't emit spurious CALLIND... |
commit | commitdiff | tree |
2020-04-03 |
Cherry Zhang | cmd/link: write to temp directory in test |
commit | commitdiff | tree |
2020-04-03 |
Brad Fitzpatrick | doc: document testing.TB.TempDir in release notes |
commit | commitdiff | tree |
2020-04-03 |
Shang Jian... | flag: exit 0 when -h or -help invoked but undefined |
commit | commitdiff | tree |
2020-04-03 |
Keith Randall | runtime/race: update some .syso files |
commit | commitdiff | tree |
2020-04-02 |
Dmitri Shuralyov | net/http: release callbacks after fetch promise completes |
commit | commitdiff | tree |
2020-04-02 |
Brad Fitzpatrick | testing: add TB.TempDir |
commit | commitdiff | tree |
2020-04-02 |
Brad Fitzpatrick | net: update ParseIP doc to say IPv4-mapped-IPv6 is... |
commit | commitdiff | tree |
2020-04-02 |
Cherry Zhang | cmd: merge branch 'dev.link' into master |
commit | commitdiff | tree |
2020-04-02 |
Cherry Zhang | [dev.link] cmd/oldlink: update with recent changes |
commit | commitdiff | tree |
2020-04-02 |
Cherry Zhang | [dev.link] all: merge branch 'master' into dev.link |
commit | commitdiff | tree |
2020-04-02 |
Filippo Valsorda | crypto/rsa: refactor RSA-PSS signing and verification |
commit | commitdiff | tree |
2020-04-02 |
Cherry Zhang | [dev.link] cmd: support large function alignment |
commit | commitdiff | tree |
2020-04-02 |
Joel Sing | cmd/link: skip symbol references when looking for missi... |
commit | commitdiff | tree |
2020-04-02 |
fanzha02 | cmd/asm: align an instruction or a function's address |
commit | commitdiff | tree |
2020-04-02 |
Michael Munday | cmd/compile: mark 'store multiple' as clobbering flags... |
commit | commitdiff | tree |
2020-04-02 |
Alex Brainman | internal/syscall/windows: change WSAMsg.Name type |
commit | commitdiff | tree |
2020-04-02 |
Alex Brainman | syscall: fix windows WSASendto -d=checkptr violation |
commit | commitdiff | tree |
2020-04-02 |
Keith Randall | sync/atomic: fix TestSwapPointer test |
commit | commitdiff | tree |
2020-04-01 |
Ian Lance Taylor | os/signal, runtime: remove runtime sigqueue initialization |
commit | commitdiff | tree |
2020-04-01 |
Katie Hockman | crypto/tls: add missing alert values |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/link: stop marking DWARF constant symbols |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/internal/goobj2: remove old-style accessors |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/oldlink: remove tests |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/oldlink: decouple from goobj2 package |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/internal/goobj: use new style accessors |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/internal/goobj2, cmd/link: add and use... |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/internal/goobj2: change StringRef encodi... |
commit | commitdiff | tree |
2020-04-01 |
Carlos Amedee | doc: update the minimum supported macOS version to... |
commit | commitdiff | tree |
2020-04-01 |
Keith Randall | cmd/compile: add indexed-load CMP instructions |
commit | commitdiff | tree |
2020-04-01 |
Keith Randall | reflect: when Converting between float32s, don't lose... |
commit | commitdiff | tree |
2020-04-01 |
Jeremy Faller | [dev.link] cmd/link: fix mmapping OutBuf on windows |
commit | commitdiff | tree |
2020-04-01 |
Cherry Zhang | [dev.link] cmd/link: fix end-of-block padding (again) |
commit | commitdiff | tree |
2020-04-01 |
maronghe | runtime: fix typo in loadFactor comment |
commit | commitdiff | tree |
2020-04-01 |
Cuong Manh Le | cmd/compile: don't inline reflect.Value.UnsafeAddr... |
commit | commitdiff | tree |
2020-04-01 |
Bradford Lamson... | cmd/compile: combine ssa.html columns with identical... |
commit | commitdiff | tree |
2020-03-31 |
Cherry Zhang | runtime: generate dummy duffcopy |
commit | commitdiff | tree |
2020-03-31 |
Cuong Manh Le | cmd/compile: optimize len check when make slice |
commit | commitdiff | tree |
2020-03-31 |
Cherry Zhang | [dev.link] cmd/link: unify Relocs.Count and len(rs) |
commit | commitdiff | tree |
2020-03-31 |
Cherry Zhang | [dev.link] cmd/link: store external relocations in... |
commit | commitdiff | tree |
2020-03-31 |
Josh Bleecher... | cmd/compile: constant fold CtzNN |
commit | commitdiff | tree |
2020-03-31 |
Cuong Manh Le | cmd/compile: make isSmallMakeSlice checks slice cap... |
commit | commitdiff | tree |
2020-03-31 |
Josh Bleecher... | cmd/compile, runtime: use more registers for amd64... |
commit | commitdiff | tree |
2020-03-31 |
Matthew Dempsky | cmd/compile: fix constant conversion involving complex... |
commit | commitdiff | tree |
2020-03-31 |
Cherry Zhang | [dev.link] cmd/link: fix end-of-block padding |
commit | commitdiff | tree |
2020-03-31 |
Jay Conrod | cmd/go: add support for GOPROXY fallback on unexpected... |
commit | commitdiff | tree |
2020-03-31 |
Bryan C. Mills | os/signal: make TestStop resilient to initially-blocked... |
commit | commitdiff | tree |
2020-03-31 |
Richard Miller | runtime: skip gdb tests on Plan 9 |
commit | commitdiff | tree |
2020-03-31 |
Bryan C. Mills | net/http: treat a nil Body from a custom RoundTripper... |
commit | commitdiff | tree |
2020-03-31 |
Bryan C. Mills | context: fix a flaky timeout in TestLayersTimeout |
commit | commitdiff | tree |
2020-03-31 |
Roland Shoemaker | crypto/rsa: reject invalid length PKCS#1v1.5 signatures |
commit | commitdiff | tree |
2020-03-31 |
Bryan C. Mills | Revert "cmd/asm: align an instruction or a function... |
commit | commitdiff | tree |
2020-03-31 |
Cherry Zhang | [dev.link] cmd/link: set attributes atomically |
commit | commitdiff | tree |
2020-03-31 |
Joel Sing | cmd/asm,cmd/internal/obj/riscv: provide branch pseudo... |
commit | commitdiff | tree |
2020-03-31 |
Ian Lance Taylor | runtime, internal/poll: name error codes |
commit | commitdiff | tree |
2020-03-31 |
fanzha02 | cmd/asm: align an instruction or a function's address |
commit | commitdiff | tree |
2020-03-30 |
Bryan C. Mills | os/signal: in TestStop, skip the final "unexpected... |
commit | commitdiff | tree |
2020-03-30 |
Cherry Zhang | cmd/objdump: test disassembly on ARM and ARM64 |
commit | commitdiff | tree |
2020-03-30 |
Jeremy Faller | [dev.link] cmd/link: make asmb parallel across all... |
commit | commitdiff | tree |
2020-03-30 |
Jeremy Faller | [dev.link] cmd/link: parallelize asmb on amd64 |
commit | commitdiff | tree |
2020-03-30 |
Giovanni Bajo | cmd/compile: avoid zero extensions after 32-bit shifts |
commit | commitdiff | tree |
2020-03-30 |
Than McIntosh | [dev.link] cmd/link: move the wavefront past addexport() |
commit | commitdiff | tree |
2020-03-30 |
Tobias Klauser | cmd/cgo, misc/cgo: only cache anonymous struct typedefs... |
commit | commitdiff | tree |
2020-03-30 |
Than McIntosh | [dev.link] cmd/link: run setArchSyms earlier |
commit | commitdiff | tree |
2020-03-30 |
Than McIntosh | [dev.link] cmd/link/internal/loader: copy Dynid when... |
commit | commitdiff | tree |
2020-03-30 |
Bryan C. Mills | os/signal: rework test timeouts and concurrency |
commit | commitdiff | tree |
2020-03-30 |
Keith Randall | cmd/compile: fix ephemeral pointer problem on amd64 |
commit | commitdiff | tree |
2020-03-30 |
Cherry Zhang | [dev.link] cmd/link: use new-style Aux accessors in... |
commit | commitdiff | tree |
2020-03-30 |
Cherry Zhang | [dev.link] cmd/link: use new-style relocation accessors... |
commit | commitdiff | tree |
2020-03-30 |
Lynn Boger | cmd/objdump: add support for -gnu option on Go objdump |
commit | commitdiff | tree |
2020-03-30 |
Michael Anthony... | runtime: check the correct sanity condition in the... |
commit | commitdiff | tree |
2020-03-30 |
Cherry Zhang | [dev.link] cmd/link, cmd/oldlink: detect object file... |
commit | commitdiff | tree |
2020-03-30 |
Alexander Greim | strings: make variable/type association consistent... |
commit | commitdiff | tree |
2020-03-29 |
Dmitri Shuralyov | net/http: use DOMException.message property in error... |
commit | commitdiff | tree |
2020-03-29 |
Michał Łowicki | doc: fix path to make.bash |
commit | commitdiff | tree |
2020-03-29 |
alex-semenyuk | test, test/fixedbugs, crypto/x509, go/internal/gccgoimp... |
commit | commitdiff | tree |
2020-03-29 |
Daniel Theophanes | database/sql: add test for Conn.Validator interface |
commit | commitdiff | tree |
2020-03-28 |
Than McIntosh | [dev.link] cmd/link: convert windynrelocsyms to loader... |
commit | commitdiff | tree |
2020-03-28 |
Than McIntosh | [dev.link] cmd/link/internal/loader: add Loader plt... |
commit | commitdiff | tree |
2020-03-28 |
Giovanni Bajo | doc: decrease prominence of GOROOT_BOOTSTRAP |
commit | commitdiff | tree |
2020-03-28 |
Ian Lance Taylor | runtime: avoid racing on pendingUpdates in AIX netpollBreak |
commit | commitdiff | tree |
2020-03-28 |
PetarDambovaliev | time: remove some unnecessary/duplicated global slices |
commit | commitdiff | tree |
2020-03-28 |
Ian Lance Taylor | Revert "runtime: lock mtxpoll in AIX netpollBreak" |
commit | commitdiff | tree |
2020-03-27 |
Cherry Zhang | [dev.link] cmd/link: convert callgraph to new style |
commit | commitdiff | tree |
2020-03-27 |
Bradford Lamson... | cmd/compile: add dark mode functionality to CFGs in... |
commit | commitdiff | tree |
2020-03-27 |
Michael Matloob | cmd/go: avoid needing to manipulate ImportStack when... |
commit | commitdiff | tree |
next |