2023-04-11 |
Joel Sing | cmd/asm,cmd/internal/obj/x86: add RDPID instruction... |
commit | commitdiff | tree |
2023-04-11 |
Bryan C. Mills | net: allow TestDialListenerAddr without an external... |
commit | commitdiff | tree |
2023-04-11 |
Daniel Frederick... | doc: add missing oxford comma in Constants |
commit | commitdiff | tree |
2023-04-11 |
Bryan C. Mills | cmd/go/internal/cache: return and check errors from... |
commit | commitdiff | tree |
2023-04-11 |
limeidan | cmd/internal/obj/loong64, cmd/internal/objabi, cmd... |
commit | commitdiff | tree |
2023-04-11 |
Than McIntosh | Revert "go/printer: reuse go/token.FileSet.PositionFor... |
commit | commitdiff | tree |
2023-04-11 |
Paul E. Murphy | runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime... |
commit | commitdiff | tree |
2023-04-11 |
Tobias Klauser | os: adjust wait6/waitid comment for netbsd |
commit | commitdiff | tree |
2023-04-11 |
Meng Zhuo | debug/elf: avoid decompress of section twice |
commit | commitdiff | tree |
2023-04-11 |
WANG Xuerui | cmd/internal/obj/loong64: auto-align loop heads to... |
commit | commitdiff | tree |
2023-04-11 |
Daniel Martí | go/printer: reuse go/token.FileSet.PositionFor calls... |
commit | commitdiff | tree |
2023-04-11 |
Wayne Zuo | cmd/compile: split DIVV/DIVVU op on loong64 |
commit | commitdiff | tree |
2023-04-11 |
cui fliter | doc: fix "are" to "or" in core types |
commit | commitdiff | tree |
2023-04-11 |
WANG Xuerui | cmd/internal/obj/arm64: improve comment and signature... |
commit | commitdiff | tree |
2023-04-10 |
Bryan C. Mills | net: avoid opening an external port in TestDialListenerAddr |
commit | commitdiff | tree |
2023-04-10 |
Ian Lance Taylor | cmd/doc: format field doc comments when printing entire... |
commit | commitdiff | tree |
2023-04-10 |
Michael Matloob | cmd/go: localize computation of deps/depserrors in... |
commit | commitdiff | tree |
2023-04-10 |
Ian Lance Taylor | misc/cgo: remove +build lines, add go:build where needed |
commit | commitdiff | tree |
2023-04-10 |
Ian Lance Taylor | misc/cgo: gofmt |
commit | commitdiff | tree |
2023-04-10 |
Michael Pratt | cmd/compile: don't inline hot calls into big functions |
commit | commitdiff | tree |
2023-04-10 |
Michael Matloob | cmd/go: return and handle errors from loadImport for... |
commit | commitdiff | tree |
2023-04-10 |
Daniel Martí | reflect: remove typedmemmovepartial as it is unused |
commit | commitdiff | tree |
2023-04-10 |
qmuntal | runtime: support GOTRACEBACK=wer on Windows |
commit | commitdiff | tree |
2023-04-10 |
Tobias Klauser | net: re-enable unixpacket tests on netbsd/386 |
commit | commitdiff | tree |
2023-04-10 |
Cuong Manh Le | cmd/compile: teach prove about bitwise OR operation |
commit | commitdiff | tree |
2023-04-10 |
Keith Randall | cmd/compile: replace isSigned(t) with t.IsSigned() |
commit | commitdiff | tree |
2023-04-10 |
Keith Randall | cmd/compile: clean up store rules to use store type... |
commit | commitdiff | tree |
2023-04-10 |
Michael Pratt | crypto/x509: skip broken darwin root tests |
commit | commitdiff | tree |
2023-04-10 |
limeidan | runtime: add support for --buildmode=c-shared on loong64 |
commit | commitdiff | tree |
2023-04-10 |
WANG Xuerui | cmd/internal/obj/loong64, cmd/link/internal: switch... |
commit | commitdiff | tree |
2023-04-10 |
WANG Xuerui | cmd/compile, cmd/dist, internal: enable buildmode=pie... |
commit | commitdiff | tree |
2023-04-08 |
Joel Sing | cmd/compile/internal/amd64: improve fix up code for... |
commit | commitdiff | tree |
2023-04-08 |
Joel Sing | cmd/compile/internal/amd64: simplify code generation... |
commit | commitdiff | tree |
2023-04-08 |
Cuong Manh Le | runtime: mark map bucket slots as empty during map... |
commit | commitdiff | tree |
2023-04-07 |
Johan Brandhorst... | os: add wasip1 support |
commit | commitdiff | tree |
2023-04-07 |
Johan Brandhorst... | internal: add wasip1 support |
commit | commitdiff | tree |
2023-04-07 |
Ian Lance Taylor | slices: add DeleteFunc |
commit | commitdiff | tree |
2023-04-07 |
Keith Randall | cmd/compile: use correct type for byteswaps on multi... |
commit | commitdiff | tree |
2023-04-07 |
David Chase | cmd/compile: minor cleanup to HashDebugPos |
commit | commitdiff | tree |
2023-04-07 |
Cherry Mui | cmd/internal/objfile: align the load address of ELF... |
commit | commitdiff | tree |
2023-04-07 |
WANG Xuerui | cmd/link: bump loong64 function alignment to 16 bytes |
commit | commitdiff | tree |
2023-04-07 |
WANG Xuerui | internal/bytealg, runtime: align some loong64 asm loops... |
commit | commitdiff | tree |
2023-04-07 |
WANG Xuerui | cmd/link, cmd/internal/obj/loong64: support the PCALIGN... |
commit | commitdiff | tree |
2023-04-07 |
Daniel Martí | encoding/xml: use reflect.Value.Grow |
commit | commitdiff | tree |
2023-04-07 |
Akihiro Suda | net/http: expose "http: server gave HTTP response to... |
commit | commitdiff | tree |
2023-04-07 |
David Chase | cmd/compile: remove broken LEA "optimization" |
commit | commitdiff | tree |
2023-04-07 |
Damien Neil | net/http: wait forever for write results in tests |
commit | commitdiff | tree |
2023-04-07 |
Bryan C. Mills | net/http: fix a race in TestResponseControllerSetPastRe... |
commit | commitdiff | tree |
2023-04-07 |
Than McIntosh | cmd/compile: allow more inlining of functions that... |
commit | commitdiff | tree |
2023-04-07 |
Than McIntosh | cmd/compile: deadcode unreferenced hidden closures... |
commit | commitdiff | tree |
2023-04-07 |
Ian Lance Taylor | runtime: permit core dumps in darwin-amd64 |
commit | commitdiff | tree |
2023-04-07 |
Paul E. Murphy | cmd/link/internal/ppc64: generate PCrel trampolines... |
commit | commitdiff | tree |
2023-04-07 |
qmuntal | cmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPP... |
commit | commitdiff | tree |
2023-04-07 |
ruinan | cmd/compile: get more bounds info from logic operators... |
commit | commitdiff | tree |
2023-04-06 |
Cherry Mui | runtime: correct GoCheckBindM's C declaration in Ensure... |
commit | commitdiff | tree |
2023-04-06 |
Johan Brandhorst... | cmd: add wasip1 support |
commit | commitdiff | tree |
2023-04-06 |
Oleksandr Redko | cmd/go: improve packages help description |
commit | commitdiff | tree |
2023-04-06 |
Damien Neil | net/http: improve failure mode for TestResponseControll... |
commit | commitdiff | tree |
2023-04-06 |
Johan Brandhorst... | misc/wasm: add wasip1/wasm exec script |
commit | commitdiff | tree |
2023-04-06 |
Johan Brandhorst... | syscall: add remaining wasip1 files |
commit | commitdiff | tree |
2023-04-06 |
Bryan C. Mills | cmd/go/internal/modfetch/codehost: set core.longpaths... |
commit | commitdiff | tree |
2023-04-06 |
Damien Neil | go/scanner: align line and column limit with the compil... |
commit | commitdiff | tree |
2023-04-06 |
Damien Neil | net/http: add tests covering non-GET methods for file... |
commit | commitdiff | tree |
2023-04-06 |
David Chase | Revert "cmd/compile: use correct type in amd64 late... |
commit | commitdiff | tree |
2023-04-06 |
Heschi Kreinick | cmd/go: fix tests for new builder environment |
commit | commitdiff | tree |
2023-04-06 |
Johan Brandhorst... | runtime: add remaining wasip1 files |
commit | commitdiff | tree |
2023-04-06 |
Damien Neil | Revert "net/http: FileServer method check + minimal... |
commit | commitdiff | tree |
2023-04-06 |
Kaiya | runtime: fix typo in traceback.go |
commit | commitdiff | tree |
2023-04-06 |
David Chase | cmd/compile: modify debug-hash to support match exclusion |
commit | commitdiff | tree |
2023-04-06 |
David Chase | cmd/compile: use correct type in amd64 late-lower rules |
commit | commitdiff | tree |
2023-04-05 |
Michael Anthony... | runtime: flush each idle P's page cache at the end... |
commit | commitdiff | tree |
2023-04-05 |
Michael Anthony... | runtime: initialize the memory limit in mallocinit |
commit | commitdiff | tree |
2023-04-05 |
Michael Anthony... | runtime: add sysNoHugePage |
commit | commitdiff | tree |
2023-04-05 |
qmuntal | cmd/internal/obj: generate SEH aux symbols for windows... |
commit | commitdiff | tree |
2023-04-05 |
Joel Sing | cmd/internal/obj/arm64: use more appropriate types... |
commit | commitdiff | tree |
2023-04-05 |
Joel Sing | cmd/internal/obj/arm64: use more appropriate types... |
commit | commitdiff | tree |
2023-04-05 |
Joel Sing | cmd/internal/obj/arm64: use more appropriate types... |
commit | commitdiff | tree |
2023-04-05 |
Johan Brandhorst... | all: add wasip1 asm and link logic |
commit | commitdiff | tree |
2023-04-05 |
Nick Ripley | runtime: save frame pointer to the stack in signal... |
commit | commitdiff | tree |
2023-04-05 |
qmuntal | runtime: remove unused dynamically imported Sleep |
commit | commitdiff | tree |
2023-04-05 |
Cuong Manh Le | cmd/compile: don't set range expr key/value type if... |
commit | commitdiff | tree |
2023-04-05 |
Sameer Ajmani | context: clean up test files |
commit | commitdiff | tree |
2023-04-05 |
Michael Anthony... | html/template,mime/multipart: document new GODEBUG... |
commit | commitdiff | tree |
2023-04-05 |
Imre Rad | archive/zip: return ErrInsecurePath for unsafe paths... |
commit | commitdiff | tree |
2023-04-05 |
Tobias Klauser | internal/syscall/unix: fix PosixFallocate error check... |
commit | commitdiff | tree |
2023-04-05 |
Ian Lance Taylor | cmd/dist: skip static linking tests for linux boringcrypto |
commit | commitdiff | tree |
2023-04-04 |
Bryan C. Mills | net/http: drop client address comparison in TestTranspo... |
commit | commitdiff | tree |
2023-04-04 |
Bryan C. Mills | cmd/go: suppress calls to collectDeps for test packages |
commit | commitdiff | tree |
2023-04-04 |
Lasse Folger | go/internal/gcimporter: use saferio.ReadData instead... |
commit | commitdiff | tree |
2023-04-04 |
Constantin... | encoding/binary: add word size to the error message... |
commit | commitdiff | tree |
2023-04-04 |
Tobias Klauser | os/exec: skip remount in TestFindExecutableVsNoexec... |
commit | commitdiff | tree |
2023-04-04 |
Felix Geisendörfer | runtime/trace: Fix TestTraceSymbolize on solaris and... |
commit | commitdiff | tree |
2023-04-04 |
Ian Lance Taylor | math/rand: clarify Seed deprecation note |
commit | commitdiff | tree |
2023-04-04 |
Heschi Kreinick | cmd/dist: mark openbsd-mips64 and openbsd-ppc64 broken |
commit | commitdiff | tree |
2023-04-04 |
Roland Shoemaker | html/template: disallow actions in JS template literals |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | go/scanner: reject large line and column numbers in... |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | mime/multipart: limit parsed mime message sizes |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | net/textproto, mime/multipart: improve accounting of... |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | mime/multipart: avoid excessive copy buffer allocations... |
commit | commitdiff | tree |
2023-04-04 |
Damien Neil | net/textproto: avoid overpredicting the number of MIME... |
commit | commitdiff | tree |
next |