2021-10-07 |
Keith Randall | cmd/compile,runtime: implement uint64->float32 correctl... |
commit | commitdiff | tree |
2021-10-07 |
Pedro Lopez... | math: add Remainder example |
commit | commitdiff | tree |
2021-10-07 |
Matthew Dempsky | cmd/cgo: update to handle ast.IndexListExpr |
commit | commitdiff | tree |
2021-10-07 |
Leonard Wang | cmd/compile: fix the index variable is shadowed in... |
commit | commitdiff | tree |
2021-10-07 |
Cuong Manh Le | go/types: better error message for invalid untyped... |
commit | commitdiff | tree |
2021-10-07 |
Cuong Manh Le | cmd/compile: better error message for invalid untyped... |
commit | commitdiff | tree |
2021-10-07 |
Meng Zhuo | runtime,sync: using fastrandn instead of modulo reduction |
commit | commitdiff | tree |
2021-10-07 |
Robert Griesemer | go/types: implement copy for generic argument types |
commit | commitdiff | tree |
2021-10-07 |
Robert Griesemer | cmd/compile/internal/types2: implement copy for generic... |
commit | commitdiff | tree |
2021-10-07 |
Josh Bleecher... | test: skip endian inlining test on noopt builder |
commit | commitdiff | tree |
2021-10-06 |
John Kelly | net/http: add Cookie.Valid method |
commit | commitdiff | tree |
2021-10-06 |
Dan Scales | cmd/compile: fix -W=3 output after the # line |
commit | commitdiff | tree |
2021-10-06 |
Pedro Lopez... | unicode: add examples for the Is functions |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | time: fallback to slower TestTicker test after one... |
commit | commitdiff | tree |
2021-10-06 |
Carlo Alberto... | strings,bytes: avoid allocations in Trim/TrimLeft/TrimRight |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: simplify code in walkPrint |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | go/build: ignore package main files in TestDependencies |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: add runtime.funcspdelta to intended inlini... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | runtime: streamline moduledata.textAddr |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | all: update go.mod for golang.org/x/net |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/compile: make encoding/binary loads/stores cheaper... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/link,runtime: make textsectmap fields more convenie... |
commit | commitdiff | tree |
2021-10-06 |
Katie Hockman | cmd/go/testdata/script: move test from test_fuzz to... |
commit | commitdiff | tree |
2021-10-06 |
Alexander Yastrebov | time: truncate fractional seconds longer than 9 digits |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | go/types: break cycles in invalid types |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | cmd/compile/internal/types2: break cycles in invalid... |
commit | commitdiff | tree |
2021-10-06 |
Robert Griesemer | cmd/compile/internal/syntax, types2: remove ability... |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/link: remove unnecessary int conversions |
commit | commitdiff | tree |
2021-10-06 |
Josh Bleecher... | cmd/internal/obj: allow more gcbits content addressability |
commit | commitdiff | tree |
2021-10-06 |
Martin Möhrmann | internal/cpu: remove option to mark cpu features required |
commit | commitdiff | tree |
2021-10-06 |
Cherry Mui | cmd/link: keep go.buildid alive on AIX external linking |
commit | commitdiff | tree |
2021-10-06 |
Bryan C. Mills | cmd/go: do not pass a local prefix to the compiler... |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | all: update golang.org/x/net to pull in CL 353390 |
commit | commitdiff | tree |
2021-10-06 |
Katie Hockman | internal/fuzz: log average execs/sec since last log |
commit | commitdiff | tree |
2021-10-06 |
Russ Cox | all: use bytes.Cut, strings.Cut |
commit | commitdiff | tree |
2021-10-06 |
Russ Cox | bytes, strings: add Cut |
commit | commitdiff | tree |
2021-10-06 |
Ruslan Andreev | cmd/compile: inline memequal(x, const, sz) for small... |
commit | commitdiff | tree |
2021-10-06 |
Lynn Boger | cmd/compile: improve PPC64 rules for AtomicLoad{8,32} |
commit | commitdiff | tree |
2021-10-06 |
Damien Neil | net/http: parse HTTP version strings according to RFC... |
commit | commitdiff | tree |
2021-10-05 |
Ian Lance Taylor | cmd/go: use os.ErrProcessDone rather than matching... |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | runtime: start moduledata memory load early |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | runtime: make funcspdelta inlineable |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | runtime: add a single-text-section fast path to findfunc |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/link,runtime: remove unnecessary funcdata alignment |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/link,runtime: remove functab relocations |
commit | commitdiff | tree |
2021-10-05 |
Matthew Dempsky | Revert "cmd/dist: omit cmd/cgo from toolchain1" |
commit | commitdiff | tree |
2021-10-05 |
Archana R | cmd/compile: add prefetch intrinsic support on PPC64 |
commit | commitdiff | tree |
2021-10-05 |
Ian Lance Taylor | text/template: only unwrap final and/or value |
commit | commitdiff | tree |
2021-10-05 |
Dan Scales | cmd/compile: fix problem with methods of instantiated... |
commit | commitdiff | tree |
2021-10-05 |
Dan Scales | test: add test for export/import of recover & defer |
commit | commitdiff | tree |
2021-10-05 |
Bryan C. Mills | cmd/go: do not check for a built binary in TestScript... |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | Revert "runtime: use unsafe.Slice in getStackMap" |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | runtime: remove a branch from funcdata |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | runtime: add BenchmarkStackCopyWithStkobj |
commit | commitdiff | tree |
2021-10-05 |
Katie Hockman | testing: document f.Fuzz requirement to not change... |
commit | commitdiff | tree |
2021-10-05 |
Robert Griesemer | go/types: implement generic slice expressions |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/compile: make stkobj symbols content-addressable |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/link,runtime: remove relocations from stkobjs |
commit | commitdiff | tree |
2021-10-05 |
Lynn Boger | internal/buildcfg: enable register ABI for PPC64 |
commit | commitdiff | tree |
2021-10-05 |
Robert Griesemer | cmd/compile/internal/types2: implement generic slice... |
commit | commitdiff | tree |
2021-10-05 |
nimelehin | cmd/compile: don't emit unnecessary amd64 extension... |
commit | commitdiff | tree |
2021-10-05 |
Keith Randall | cmd/compile: add remaining >v1 instructions to v1-only... |
commit | commitdiff | tree |
2021-10-05 |
Robert Griesemer | cmd/compile/internal/types2: update the recorded functi... |
commit | commitdiff | tree |
2021-10-05 |
Keith Randall | cmd/compile: test to ensure we guard GOAMD64>v1 instruc... |
commit | commitdiff | tree |
2021-10-05 |
wdvxdr | cmd/compile: use TZCNT instruction for GOAMD64>=v3 |
commit | commitdiff | tree |
2021-10-05 |
Cherry Mui | cmd/link: mangle function name with ABI on XCOFF |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/link, runtime: convert FUNCDATA relocations to... |
commit | commitdiff | tree |
2021-10-05 |
Josh Bleecher... | cmd/link: move all FUNCDATA refs into go.func.* |
commit | commitdiff | tree |
2021-10-05 |
Lynn Boger | runtime: add ABIInternal to strhash and memhash on... |
commit | commitdiff | tree |
2021-10-05 |
Tobias Klauser | crypto/rand: document additional getrandom/getentropy... |
commit | commitdiff | tree |
2021-10-05 |
Cuong Manh Le | cmd/go: enable test build concurrent backend on darwin... |
commit | commitdiff | tree |
2021-10-05 |
Matthew Dempsky | cmd/dist: omit cmd/cgo from toolchain1 |
commit | commitdiff | tree |
2021-10-04 |
Cherry Mui | cmd/internal/obj: reduce alignment for gcbits |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | debug/gosym: add funcTab abstraction |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | debug/gosym: use sort.Search in findFunc |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | cmd/objdump: print full disassembly when testing with -v |
commit | commitdiff | tree |
2021-10-04 |
Cherry Mui | cmd/internal/obj, cmd/link: move symbol alignment logic... |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | cmd, runtime: eliminate runtime.no_pointers_stackmap |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | cmd/compile: refactor gclocals sym creation |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | cmd, runtime: mark assembly routines in FuncFlags |
commit | commitdiff | tree |
2021-10-04 |
Michael Pratt | Revert "runtime: add padding to Linux kernel structures" |
commit | commitdiff | tree |
2021-10-04 |
Cherry Mui | cmd/compile: set opendefer info symbol as content-addre... |
commit | commitdiff | tree |
2021-10-04 |
Ruslan Andreev | cmd/compile: intrinsify publicationBarrier |
commit | commitdiff | tree |
2021-10-04 |
Robert Findley | go/types: update the recorded function type after inference |
commit | commitdiff | tree |
2021-10-04 |
Rhys Hiltner | runtime: add padding to Linux kernel structures |
commit | commitdiff | tree |
2021-10-04 |
Amelia Downs | internal/fuzz: print size of interesting cache |
commit | commitdiff | tree |
2021-10-04 |
Michael Pratt | cmd/api: set architecture sizes when type checking |
commit | commitdiff | tree |
2021-10-04 |
Josh Bleecher... | cmd/go,cmd/compile: re-enable concurrent compilation... |
commit | commitdiff | tree |
2021-10-04 |
siddharth | cmd/go/internal/cfg: improve error message when GOPATH... |
commit | commitdiff | tree |
2021-10-04 |
Robert Findley | go/types: remove 1.18 APIs that have been replaced |
commit | commitdiff | tree |
2021-10-04 |
Filippo Valsorda | crypto/tls: use cryptobyte.NewFixedBuilder |
commit | commitdiff | tree |
2021-10-04 |
Lynn Boger | cmd/compile: fix PPC64.rules to correct failure in... |
commit | commitdiff | tree |
2021-10-02 |
Joel Sing | cmd/internal/obj/riscv,cmd/link/internal/riscv64: add... |
commit | commitdiff | tree |
2021-10-02 |
Damien Neil | net: don't use syscall.NET_RT_IFLISTL on FreeBSD |
commit | commitdiff | tree |
2021-10-02 |
Robert Griesemer | test/typeparam: require -G=3 for issue48424.go (fix... |
commit | commitdiff | tree |
2021-10-02 |
Daniel Martà | cmd/go: remove double parallelism from "go fmt" |
commit | commitdiff | tree |
2021-10-02 |
roudkerk | context: implement Context.Value using iteration rather... |
commit | commitdiff | tree |
2021-10-02 |
Leon Klingele | net/http/pprof: use "curl" instead of "wget" in usage... |
commit | commitdiff | tree |
2021-10-02 |
Ian Lance Taylor | net: consistently return DNSError on lookup failure |
commit | commitdiff | tree |
2021-10-01 |
Ian Lance Taylor | text/template: undo reflect.Value wrapping for short... |
commit | commitdiff | tree |
next |