2023-08-24 |
Tobias Klauser | cmd/compile/internal/syntax: use strings.LastIndexByte... |
commit | commitdiff | tree |
2023-08-24 |
Austin Clements | cmd/go: clarify promotion of C warnings to errors |
commit | commitdiff | tree |
2023-08-24 |
mstmdev | cmd/internal/goobj: fix the size of Header |
commit | commitdiff | tree |
2023-08-24 |
Luka Krmpotić | strconv: add missing function name, avoid unnecessary... |
commit | commitdiff | tree |
2023-08-24 |
Damien Neil | net/http: remove arbitrary timeout from TestTransportGC... |
commit | commitdiff | tree |
2023-08-24 |
Bryan C. Mills | cmd/internal/testdir: parse past gofmt'd //go:build... |
commit | commitdiff | tree |
2023-08-24 |
Tobias Klauser | runtime: remove unused F_{GET,SET}FL cgo constants... |
commit | commitdiff | tree |
2023-08-24 |
Bryan C. Mills | syscall: skip TestUnshareMountNameSpaceChroot on platfo... |
commit | commitdiff | tree |
2023-08-24 |
Bryan C. Mills | test/fixedbugs: require cgo for issue10607.go |
commit | commitdiff | tree |
2023-08-24 |
Matthew Dempsky | cmd/compile/internal/syntax: add Unparen and UnpackList... |
commit | commitdiff | tree |
2023-08-24 |
cui fliter | cmd/compile/internal: fix receiver names are different |
commit | commitdiff | tree |
2023-08-23 |
Cuong Manh Le | cmd/compile: use s.temp for creating defer struct |
commit | commitdiff | tree |
2023-08-23 |
Bryan C. Mills | cmd/go: error out of linking package main if cgo is... |
commit | commitdiff | tree |
2023-08-23 |
Joe Tsai | encoding/json: encode \b and \f as '\b' and '\f' in... |
commit | commitdiff | tree |
2023-08-23 |
Bryan C. Mills | os: use testenv.Command and os.Executable in tests |
commit | commitdiff | tree |
2023-08-23 |
Matthew Dempsky | cmd/compile/internal/noder: elide statically known... |
commit | commitdiff | tree |
2023-08-23 |
Tobias Klauser | net: use internal/bytealg.CountString |
commit | commitdiff | tree |
2023-08-23 |
Tobias Klauser | net: remove unused func appendHex |
commit | commitdiff | tree |
2023-08-23 |
Alexander Yastrebov | net/http: revert fix request canceler leak on connectio... |
commit | commitdiff | tree |
2023-08-23 |
Michael Anthony... | runtime: create wrappers for gcDrain to identify time... |
commit | commitdiff | tree |
2023-08-23 |
Joel Sing | cmd/internal/obj/riscv,cmd/link: add support for intern... |
commit | commitdiff | tree |
2023-08-23 |
Joel Sing | cmd/go/testdata/mod: add golang toolchain test data... |
commit | commitdiff | tree |
2023-08-23 |
Joel Sing | cmd/link: add support for openbsd/ppc64 |
commit | commitdiff | tree |
2023-08-23 |
Keith Randall | cmd/compile: use jump tables for large type switches |
commit | commitdiff | tree |
2023-08-23 |
Keith Randall | cmd/compile: allow non-pointer writes in the middle... |
commit | commitdiff | tree |
2023-08-22 |
cui fliter | all: remove redundant string conversions when formattin... |
commit | commitdiff | tree |
2023-08-22 |
Alexander Yastrebov | net/http: fix request canceler leak on connection close |
commit | commitdiff | tree |
2023-08-22 |
Bryan C. Mills | cmd/go: retry ETXTBSY errors when running test binaries |
commit | commitdiff | tree |
2023-08-22 |
Ian Lance Taylor | runtime/cgo: get getstackbound for set_stacklo |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/typecheck: use types.IsMethodAppli... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/typecheck: merge SubstArgTypes... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile: simplify various signature type handling... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: simplify iterating all... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: simpler signature type... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: replace BOGUS_FUNARG_OFFSET... |
commit | commitdiff | tree |
2023-08-22 |
Jakub Ciolek | cmd/compile: use MOVQ + MOVL for 11 byte moves |
commit | commitdiff | tree |
2023-08-22 |
Jakub Ciolek | cmd/compile: use shorter MOVs for clears of 9, 10,... |
commit | commitdiff | tree |
2023-08-22 |
mstmdev | cmd/asm: add more flags to the documentation |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: separate printing of struct... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: remove Funarg |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: refactor struct size calcul... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/compile: add all runtime package dependencies to... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/internal/objabi: test runtime package list |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/compile,cmd/dist,cmd/go: compute -+ flag from packa... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/internal/objabi: generalize "is runtime package... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/asm,cmd/dist,cmd/go: remove asm -compiling-runtime... |
commit | commitdiff | tree |
2023-08-22 |
Austin Clements | cmd/compile: redo IsRuntimePkg/IsReflectPkg predicate |
commit | commitdiff | tree |
2023-08-22 |
Michael Anthony... | runtime: avoid MADV_HUGEPAGE for heap memory |
commit | commitdiff | tree |
2023-08-22 |
Bryan C. Mills | net/http: use testenv.Command instead of exec.Command... |
commit | commitdiff | tree |
2023-08-22 |
Tobias Klauser | net/netip: remove unused netIPv{4,6}len consts |
commit | commitdiff | tree |
2023-08-22 |
Keith Randall | cmd/compile: use better line numbers for write barriers |
commit | commitdiff | tree |
2023-08-22 |
Meng Zhuo | cmd/compile: add single-precision FMA code generation... |
commit | commitdiff | tree |
2023-08-22 |
Meng Zhuo | cmd/compile: improve FP FMA performance on riscv64 |
commit | commitdiff | tree |
2023-08-22 |
Joel Sing | syscall: add support for openbsd/ppc64 |
commit | commitdiff | tree |
2023-08-22 |
Joel Sing | runtime: add support for openbsd/ppc64 |
commit | commitdiff | tree |
2023-08-22 |
Joel Sing | runtime: rework asmcgocall on ppc64x |
commit | commitdiff | tree |
2023-08-22 |
Joel Sing | cmd/internal/obj/arm64: add test coverage for VMOVS... |
commit | commitdiff | tree |
2023-08-22 |
Matthew Dempsky | cmd/compile/internal/types: overhaul and simplify API |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile/internal/walk: reuse runtime.scase |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile/internal/ssagen: share runtime._defer types |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile/internal/reflectdata: share hmap and hiter... |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | spec: clarify that []byte("") must be non-nil |
commit | commitdiff | tree |
2023-08-21 |
Jes Cok | os/exec: don't convert byte slice to string when using... |
commit | commitdiff | tree |
2023-08-21 |
Mateusz Poliwczak | net: use avoidDNS for search suffixes |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile/internal/compare: simplify unit test framework |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile/internal/abi: stop using types.Func |
commit | commitdiff | tree |
2023-08-21 |
Matthew Dempsky | cmd/compile: do some TODOs about Fatalf |
commit | commitdiff | tree |
2023-08-21 |
Austin Clements | runtime: drop stack-allocated pcvalueCaches |
commit | commitdiff | tree |
2023-08-21 |
Austin Clements | runtime: move pcvalue cache to M |
commit | commitdiff | tree |
2023-08-21 |
Keith Randall | cmd/compile: remove more extension ops when not needed |
commit | commitdiff | tree |
2023-08-21 |
Keith Randall | cmd/compile: ensure we keep top 32 bits zeroed for... |
commit | commitdiff | tree |
2023-08-21 |
Bryan C. Mills | context: fix synchronization in ExampleAfterFunc_cond |
commit | commitdiff | tree |
2023-08-21 |
Bryan C. Mills | cmd/go: find GOROOT using os.Executable when installed... |
commit | commitdiff | tree |
2023-08-21 |
Austin Clements | cmd/compile: move racewalk comment to walk/race.go |
commit | commitdiff | tree |
2023-08-21 |
Austin Clements | runtime: remove runtime.Add testing function |
commit | commitdiff | tree |
2023-08-21 |
Alexander Yastrebov | net/http: clear reference to the request context after... |
commit | commitdiff | tree |
2023-08-21 |
Alexander Yastrebov | net/http: use cancelKey to cancel request |
commit | commitdiff | tree |
2023-08-21 |
Josh Kraft | os: add tests for UserCacheDir and UserConfigDir |
commit | commitdiff | tree |
2023-08-21 |
Andy Pan | runtime: document maxStack and m.createstack in more... |
commit | commitdiff | tree |
2023-08-21 |
qmuntal | os: avoid allocating a string for ReadDir skipped entri... |
commit | commitdiff | tree |
2023-08-20 |
Austin Clements | runtime: add self-check mode to cache in pcvalue |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: add selector helpers |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: simplify NewMethodExpr |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: add NewMethodExpr helper |
commit | commitdiff | tree |
2023-08-20 |
Matthew Dempsky | cmd/compile/internal/typecheck: refactor and simplify... |
commit | commitdiff | tree |
2023-08-20 |
Brad Fitzpatrick | slices: simplify Clone a bit |
commit | commitdiff | tree |
2023-08-19 |
Mateusz Poliwczak | net: return "cannot unmarshal" error while parsing... |
commit | commitdiff | tree |
2023-08-19 |
Dmitri Shuralyov | cmd/compile/internal/gc: remove unused reflectdata... |
commit | commitdiff | tree |
2023-08-19 |
Joe Tsai | expvar: emit valid JSON strings |
commit | commitdiff | tree |
2023-08-19 |
Ian Lance Taylor | encoding/csv: correct Column docs |
commit | commitdiff | tree |
2023-08-19 |
Andy Pan | encoding/gob: prevent panic from index out of range... |
commit | commitdiff | tree |
2023-08-19 |
Matthew Dempsky | cmd/compile/internal/typecheck: remove NeedRuntimeType |
commit | commitdiff | tree |
2023-08-19 |
Joe Tsai | encoding: optimize growth behavior in Encoding.AppendDecode |
commit | commitdiff | tree |
2023-08-19 |
Matthew Dempsky | Revert "cmd/compile/internal/gc: steps towards work... |
commit | commitdiff | tree |
2023-08-18 |
Joe Tsai | time: make Duration.String inlineable |
commit | commitdiff | tree |
2023-08-18 |
j178 | errors: optimize Is and As by reusing reflection of... |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile: construct more IR nodes as typed |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/gc: steps towards work-queue |
commit | commitdiff | tree |
2023-08-18 |
Matthew Dempsky | cmd/compile/internal/ir: remove AsNode |
commit | commitdiff | tree |
next |