2021-11-04 |
Michael Pratt | runtime: clear upper half of sec in ARM walltime |
commit | commitdiff | tree |
2021-11-04 |
Dmitri Shuralyov | cmd/pprof: update vendored github.com/google/pprof |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: check non-generic conversi... |
commit | commitdiff | tree |
2021-11-04 |
Dan Scales | cmd/compile: don't inline fn with no shape params,... |
commit | commitdiff | tree |
2021-11-04 |
Robert Findley | cmd/doc, go/doc: add basic support for generic code |
commit | commitdiff | tree |
2021-11-04 |
Jason A. Donenfeld | runtime: allow builtin write function to be redirected... |
commit | commitdiff | tree |
2021-11-04 |
Bryan C. Mills | net/http: reduce TestClientTimeout_h{1,2} latency |
commit | commitdiff | tree |
2021-11-04 |
Alex Brainman | runtime: do not generate crash dump on Windows 7 |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: implement compiler helper... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: minor cleanups in predicat... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: rename is_X predicates... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: rename isX predicates... |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/types2: remove qualification from... |
commit | commitdiff | tree |
2021-11-04 |
Cuong Manh Le | cmd/compile: fix missing update source type in storeArg... |
commit | commitdiff | tree |
2021-11-04 |
Michael Anthony... | syscall: fix and document uses of RegEnumKeyEx |
commit | commitdiff | tree |
2021-11-04 |
Dan Scales | cmd/compile: add extra test for the non-mono pass |
commit | commitdiff | tree |
2021-11-04 |
Robert Findley | go/types: remove qualification from type parameter... |
commit | commitdiff | tree |
2021-11-04 |
Zvonimir Pavlinovic | cmd/trace: use fmt.Print for newline-ending fixed string |
commit | commitdiff | tree |
2021-11-04 |
Robert Griesemer | cmd/compile/internal/syntax: better error message when... |
commit | commitdiff | tree |
2021-11-04 |
Zvonimir Pavlinovic | cmd/cover: use fmt.Print for newline-ending fixed string |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | syscall: unify unix Recvmsg epilogues |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | syscall: unify unix Sendmsg prologues |
commit | commitdiff | tree |
2021-11-04 |
Josh Bleecher... | internal/poll: remove alloc sending IPv6 UDP on Windows |
commit | commitdiff | tree |
2021-11-03 |
Jason A. Donenfeld | net/netip: fix various typos in comments |
commit | commitdiff | tree |
2021-11-03 |
Mostafa Solati | database/sql: fix tx.Prepare documentation |
commit | commitdiff | tree |
2021-11-03 |
Daniel Theophanes | database/sql: use errors.Is when checking ErrBadConn |
commit | commitdiff | tree |
2021-11-03 |
Josh Bleecher... | syscall: migrate new UDP send/recv API to internal... |
commit | commitdiff | tree |
2021-11-03 |
Keith Randall | cmd/compile: fix up shape type package |
commit | commitdiff | tree |
2021-11-03 |
Steven Hartland | database/sql: Fix idle connection reuse |
commit | commitdiff | tree |
2021-11-03 |
Jason A. Donenfeld | runtime: on windows, read nanotime with one instruction... |
commit | commitdiff | tree |
2021-11-03 |
Keith Randall | cmd/compile: make pointers to arrays their own shape |
commit | commitdiff | tree |
2021-11-03 |
Katie Hockman | internal/fuzz: improve error for mismatched types |
commit | commitdiff | tree |
2021-11-03 |
Rhys Hiltner | runtime/pprof: disable GC during calibration test |
commit | commitdiff | tree |
2021-11-03 |
Dan Scales | test/typeparam: add test for indexing on typeparams... |
commit | commitdiff | tree |
2021-11-03 |
Joel Sing | all: add support for c-archive and c-shared on linux... |
commit | commitdiff | tree |
2021-11-03 |
Joel Sing | cmd/asm,cmd/compile,runtime: stop using X3 (aka GP... |
commit | commitdiff | tree |
2021-11-03 |
Matthew Dempsky | cmd/compile/internal/types2: port nomono check from... |
commit | commitdiff | tree |
2021-11-03 |
Ian Lance Taylor | runtime: install sigPreempt signal handler for c-archiv... |
commit | commitdiff | tree |
2021-11-03 |
Robert Griesemer | cmd/compile/internal/types2: report cause for failing... |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: report cause for failing const conversions |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: fix indexing of generic types |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: adjust printing of type parameter in error |
commit | commitdiff | tree |
2021-11-03 |
Robert Findley | go/types: fix conversions of constants to type parameter |
commit | commitdiff | tree |
2021-11-02 |
Ian Lance Taylor | runtime/asan: declare asan reporting functions in C |
commit | commitdiff | tree |
2021-11-02 |
Dan Scales | cmd/compile: remove TODO that is no longer relevant |
commit | commitdiff | tree |
2021-11-02 |
Brad Fitzpatrick | doc/go1.18: remove some redundancy from netip docs |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: differently named types are not assignable |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: disallow lone type parameter on RHS of type... |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: implement singleType and structure (type) |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: rename isNamed predicate to hasName |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: clean up asT converters (step 2 of 2) |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | errors: improve wording in As doc comment |
commit | commitdiff | tree |
2021-11-02 |
Jason7602 | archive/zip: don't panic on (*Reader).Open |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: clean up asT converters (step 1 of 2) |
commit | commitdiff | tree |
2021-11-02 |
Michael Anthony... | syscall: fix finalizer fd close bugs in TestFcntlFlock... |
commit | commitdiff | tree |
2021-11-02 |
Matthew Dempsky | go/types: avoid closure allocations in mono check |
commit | commitdiff | tree |
2021-11-02 |
Damien Neil | net/http: deflake TestServerKeepAlivesEnabled_h{1,2} |
commit | commitdiff | tree |
2021-11-02 |
Than McIntosh | cmd/compile/internal/abi: fix some typos in comments |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: add ReadFromUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: optimize WriteToUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: add BenchmarkWriteToReadFromUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Keith Randall | cmd/compile: mark type descriptors as always dupok |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | debug/gosym: bulk allocate Syms |
commit | commitdiff | tree |
2021-11-02 |
Roland Shoemaker | cmd/go: disallow profile flags when using -fuzz |
commit | commitdiff | tree |
2021-11-02 |
Matthew Dempsky | go/types: add check that code is monomorphizable |
commit | commitdiff | tree |
2021-11-02 |
Robert Griesemer | comd/compile/internal/types2: add missing nil check... |
commit | commitdiff | tree |
2021-11-02 |
Paul E. Murphy | bytes: test for page boundary crosses on sep of Index |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: generalize assignability to generic types |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: clarify is/underIs semantics and implementation |
commit | commitdiff | tree |
2021-11-02 |
Robert Findley | go/types: better error messages for empty type sets |
commit | commitdiff | tree |
2021-11-02 |
vpachkov | runtime: check amd64 microarchitecture level at startup |
commit | commitdiff | tree |
2021-11-02 |
Cuong Manh Le | cmd/compile: explain special treatment when rewrite... |
commit | commitdiff | tree |
2021-11-02 |
Cuong Manh Le | cmd/compile: fix rewriting slice literal call argument |
commit | commitdiff | tree |
2021-11-02 |
Bryan C. Mills | Revert "runtime: fix missing pprof labels" |
commit | commitdiff | tree |
2021-11-02 |
Robert Griesemer | cmd/compile/internal/types2: fix indexing of generic... |
commit | commitdiff | tree |
2021-11-02 |
Robert Griesemer | cmd/compile/internal/types2: adjust printing of type... |
commit | commitdiff | tree |
2021-11-02 |
Robert Griesemer | cmd/compile/internal/types2: fix conversions of constan... |
commit | commitdiff | tree |
2021-11-02 |
Amelia Downs | internal/fuzz: minimize bytes to be human readable |
commit | commitdiff | tree |
2021-11-02 |
Felix Geisendörfer | runtime: fix missing pprof labels |
commit | commitdiff | tree |
2021-11-02 |
Michael Anthony... | syscall: remove GOMAXPROCS change in TestExecHelper |
commit | commitdiff | tree |
2021-11-02 |
Leonard Wang | A+C: add Leonard Wang (individual CLA) |
commit | commitdiff | tree |
2021-11-02 |
fanzha02 | cmd/dist: add asan tests in misc/cgo/testsanitizers... |
commit | commitdiff | tree |
2021-11-02 |
Brad Fitzpatrick | doc/go1.18: add net/netip |
commit | commitdiff | tree |
2021-11-02 |
Brad Fitzpatrick | cmd/go, internal/cpu: use internal/godebug in tests |
commit | commitdiff | tree |
2021-11-02 |
Rhys Hiltner | runtime: add padding to Linux kernel structures |
commit | commitdiff | tree |
2021-11-02 |
fanzha02 | runtime, syscall: add calls to asan functions |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: optimize WriteMsgUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: optimize ReadMsgUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | net: add BenchmarkReadWriteMsgUDPAddrPort |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | encoding: simplify some code |
commit | commitdiff | tree |
2021-11-02 |
Josh Bleecher... | syscall,internal/poll: copy arrays by assignment instea... |
commit | commitdiff | tree |
2021-11-02 |
Cuong Manh Le | cmd/compile: fix panic when refer to method of imported... |
commit | commitdiff | tree |
2021-11-02 |
Brad Fitzpatrick | net/netip: add new IP address package |
commit | commitdiff | tree |
2021-11-02 |
Timothy Gu | net/url: consider ForceQuery in ResolveReference |
commit | commitdiff | tree |
2021-11-01 |
Robert Griesemer | go/types, types2: remove confusing debugging output... |
commit | commitdiff | tree |
2021-11-01 |
Ruslan Andreev | sync: add PoolStarvation benchmark |
commit | commitdiff | tree |
2021-11-01 |
Michael Anthony... | runtime: disable pacer lock held assertions in tests |
commit | commitdiff | tree |
2021-11-01 |
Roland Shoemaker | internal/fuzz: don't add duplicate corpus entries |
commit | commitdiff | tree |
2021-11-01 |
zhouguangyuan | go/types: fix TypeName.IsAlias for type parameter names |
commit | commitdiff | tree |
2021-11-01 |
Robert Griesemer | cmd/compile/internal/types2: fix TypeName.IsAlias for... |
commit | commitdiff | tree |
next |