aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-01[dev.link] cmd/internal/goobj2: change StringRef encoding for better localityCherry Zhang
2020-04-01doc: update the minimum supported macOS version to 10.11Carlos Amedee
2020-04-01cmd/compile: add indexed-load CMP instructionsKeith Randall
2020-04-01reflect: when Converting between float32s, don't lose signal NaNsKeith Randall
2020-04-01[dev.link] cmd/link: fix mmapping OutBuf on windowsJeremy Faller
2020-04-01[dev.link] cmd/link: fix end-of-block padding (again)Cherry Zhang
2020-04-01runtime: fix typo in loadFactor commentmaronghe
2020-04-01cmd/compile: don't inline reflect.Value.UnsafeAddr/Pointer if enable checkptrCuong Manh Le
2020-04-01cmd/compile: combine ssa.html columns with identical contentsBradford Lamson-Scribner
2020-03-31runtime: generate dummy duffcopyCherry Zhang
2020-03-31cmd/compile: optimize len check when make sliceCuong Manh Le
2020-03-31[dev.link] cmd/link: unify Relocs.Count and len(rs)Cherry Zhang
2020-03-31[dev.link] cmd/link: store external relocations in Reloc2 formatCherry Zhang
2020-03-31cmd/compile: constant fold CtzNNJosh Bleecher Snyder
2020-03-31cmd/compile: make isSmallMakeSlice checks slice cap onlyCuong Manh Le
2020-03-31cmd/compile, runtime: use more registers for amd64 write barrier callsJosh Bleecher Snyder
2020-03-31cmd/compile: fix constant conversion involving complex typesMatthew Dempsky
2020-03-31[dev.link] cmd/link: fix end-of-block paddingCherry Zhang
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-31os/signal: make TestStop resilient to initially-blocked signalsBryan C. Mills
2020-03-31runtime: skip gdb tests on Plan 9Richard Miller
2020-03-31net/http: treat a nil Body from a custom RoundTripper as an empty oneBryan C. Mills
2020-03-31context: fix a flaky timeout in TestLayersTimeoutBryan C. Mills
2020-03-31crypto/rsa: reject invalid length PKCS#1v1.5 signaturesRoland Shoemaker
2020-03-31Revert "cmd/asm: align an instruction or a function's address"Bryan C. Mills
2020-03-31[dev.link] cmd/link: set attributes atomicallyCherry Zhang
2020-03-31cmd/asm,cmd/internal/obj/riscv: provide branch pseudo-instructionsJoel Sing
2020-03-31runtime, internal/poll: name error codesIan Lance Taylor
2020-03-31cmd/asm: align an instruction or a function's addressfanzha02
2020-03-30os/signal: in TestStop, skip the final "unexpected signal" check for SIGUSR1 ...Bryan C. Mills
2020-03-30cmd/objdump: test disassembly on ARM and ARM64Cherry Zhang
2020-03-30[dev.link] cmd/link: make asmb parallel across all platformsJeremy Faller
2020-03-30[dev.link] cmd/link: parallelize asmb on amd64Jeremy Faller
2020-03-30cmd/compile: avoid zero extensions after 32-bit shiftsGiovanni Bajo
2020-03-30[dev.link] cmd/link: move the wavefront past addexport()Than McIntosh
2020-03-30cmd/cgo, misc/cgo: only cache anonymous struct typedefs with parent nameTobias Klauser
2020-03-30[dev.link] cmd/link: run setArchSyms earlierThan McIntosh
2020-03-30[dev.link] cmd/link/internal/loader: copy Dynid when migrating sym attrsThan McIntosh
2020-03-30os/signal: rework test timeouts and concurrencyBryan C. Mills
2020-03-30cmd/compile: fix ephemeral pointer problem on amd64Keith Randall
2020-03-30[dev.link] cmd/link: use new-style Aux accessors in the loaderCherry Zhang
2020-03-30[dev.link] cmd/link: use new-style relocation accessors in LoadFullCherry Zhang
2020-03-30cmd/objdump: add support for -gnu option on Go objdumpLynn Boger
2020-03-30runtime: check the correct sanity condition in the page allocatorMichael Anthony Knyszek
2020-03-30[dev.link] cmd/link, cmd/oldlink: detect object file format mismatchCherry Zhang
2020-03-30strings: make variable/type association consistent in function signaturesAlexander Greim
2020-03-29net/http: use DOMException.message property in error textDmitri Shuralyov
2020-03-29doc: fix path to make.bashMichał Łowicki
2020-03-29test, test/fixedbugs, crypto/x509, go/internal/gccgoimporter: fix typosalex-semenyuk
2020-03-29database/sql: add test for Conn.Validator interfaceDaniel Theophanes