2021-10-28 |
Cherry Mui | cmd/internal/goobj: bump version number |
commit | commitdiff | tree |
2021-10-28 |
Russ Cox | all: go fix -fix=buildtag std cmd (except for bootstrap... |
commit | commitdiff | tree |
2021-10-28 |
Russ Cox | cmd/go: update for //go:build lines |
commit | commitdiff | tree |
2021-10-28 |
Michael Pratt | runtime: normalize sigprof traceback flags |
commit | commitdiff | tree |
2021-10-28 |
Neil Alexander | net/http: guarantee that the Transport dial functions... |
commit | commitdiff | tree |
2021-10-28 |
Russ Cox | cmd/fix: add buildtag fix |
commit | commitdiff | tree |
2021-10-28 |
Michael Pratt | runtime: fix backward error message |
commit | commitdiff | tree |
2021-10-28 |
Michael Pratt | runtime: disable TestSegv panic check on darwin, illumo... |
commit | commitdiff | tree |
2021-10-28 |
Robert Findley | go/types: factor out slice elem computation for copy... |
commit | commitdiff | tree |
2021-10-28 |
Roland Shoemaker | debug/macho: fail on invalid dynamic symbol table command |
commit | commitdiff | tree |
2021-10-28 |
Robert Findley | go/types: implement generic conversions |
commit | commitdiff | tree |
2021-10-28 |
Robert Findley | go/types: add debugging support for delayed actions |
commit | commitdiff | tree |
2021-10-28 |
Robert Findley | go/types, types2, go/ast, go/parser: remove support... |
commit | commitdiff | tree |
2021-10-28 |
Robert Findley | go/parser: fix parsing of array or slice constraint... |
commit | commitdiff | tree |
2021-10-28 |
Cuong Manh Le | runtime: fix noopt builder |
commit | commitdiff | tree |
2021-10-28 |
nimelehin | cmd/compile: allow inlining of ORANGE |
commit | commitdiff | tree |
2021-10-28 |
Brad Fitzpatrick | reflect: undeprecate Ptr, PtrTo |
commit | commitdiff | tree |
2021-10-28 |
Russ Cox | go/build: update for //go:build lines |
commit | commitdiff | tree |
2021-10-28 |
Russ Cox | cmd/dist: implement //go:build parsing |
commit | commitdiff | tree |
2021-10-28 |
Cuong Manh Le | reflect: undeprecate Value.{Pointer,UnsafeAddr} |
commit | commitdiff | tree |
2021-10-28 |
Leonard Wang | cmd/compile: resolve the TODO of processPragmas |
commit | commitdiff | tree |
2021-10-28 |
Robert Griesemer | cmd/compile/internal/types2: export Structure function |
commit | commitdiff | tree |
2021-10-28 |
Robert Griesemer | cmd/compile/internal/types2: disallow lone type paramet... |
commit | commitdiff | tree |
2021-10-27 |
Ian Lance Taylor | constraints: remove Slice/Map/Chan |
commit | commitdiff | tree |
2021-10-27 |
Mark Pulford | doc/go1.18: document Fossil/Bazaar and commit time... |
commit | commitdiff | tree |
2021-10-27 |
Mark Pulford | cmd/go: stamp Bazaar VCS status into binaries |
commit | commitdiff | tree |
2021-10-27 |
zhouguangyuan | reflect: skip duplicate check in StructOf when the... |
commit | commitdiff | tree |
2021-10-27 |
Mark Pulford | cmd/go: stamp Fossil VCS status into binaries |
commit | commitdiff | tree |
2021-10-27 |
Mark Pulford | cmd/go: fix recognition of Fossil checkout directories |
commit | commitdiff | tree |
2021-10-27 |
Cuong Manh Le | runtime/testdata/testprogcgo: fix TestCgoPanicCallback |
commit | commitdiff | tree |
2021-10-27 |
Cherry Mui | cmd/compile, runtime: track argument stack slot liveness |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: implement singleType and... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: remove unused position... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: rename isNamed predicate... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: clean up asT converters... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: clean up asT converters... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: generalize assignability... |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/types2: clarify is/underIs semanti... |
commit | commitdiff | tree |
2021-10-27 |
Bryan C. Mills | cmd/go: remove support for -buildmode=shared |
commit | commitdiff | tree |
2021-10-27 |
Russ Cox | cmd/go: fix testdata/script/mod_vendor_goversion for... |
commit | commitdiff | tree |
2021-10-27 |
Katie Hockman | internal/fuzz: don't deflake coverage found while fuzzing |
commit | commitdiff | tree |
2021-10-27 |
Paul E. Murphy | cmd/compile: enable branchelim pass on ppc64 |
commit | commitdiff | tree |
2021-10-27 |
Robert Griesemer | cmd/compile/internal/syntax: fix constraint literal... |
commit | commitdiff | tree |
2021-10-27 |
Robert Findley | go/types: remove a stale comment |
commit | commitdiff | tree |
2021-10-27 |
Russ Cox | cmd: move internal/str back to cmd/go |
commit | commitdiff | tree |
2021-10-27 |
Cholerae Hu | cmd/go: add darwin/arm64 in the list of supported syste... |
commit | commitdiff | tree |
2021-10-27 |
Andy Pan | internal/poll: improve the padding calculation inside... |
commit | commitdiff | tree |
2021-10-27 |
Tobias Klauser | syscall: use dup3 in forkAndExecInChild on NetBSD |
commit | commitdiff | tree |
2021-10-27 |
Cuong Manh Le | cmd/compile: fix generic type handling when crawling... |
commit | commitdiff | tree |
2021-10-26 |
Ian Lance Taylor | embed/internal/embedtest: use parenthesized vars for... |
commit | commitdiff | tree |
2021-10-26 |
Josh Bleecher... | crypto/elliptic: use a const string for precomputed... |
commit | commitdiff | tree |
2021-10-26 |
Josh Bleecher... | crypto/x509: generate new-style build tags for iOS |
commit | commitdiff | tree |
2021-10-26 |
Michael Pratt | runtime: handle async fatal signals in VDSO |
commit | commitdiff | tree |
2021-10-26 |
Michael Pratt | runtime: fix cgo signals detection |
commit | commitdiff | tree |
2021-10-26 |
Keith Randall | sync/atomic: use a better first-store-in-progress marker |
commit | commitdiff | tree |
2021-10-26 |
Michael Pratt | runtime: rename _m_ to mp [generated] |
commit | commitdiff | tree |
2021-10-26 |
Dan Scales | cmd/compile: clean up the switch statements in (*genIns... |
commit | commitdiff | tree |
2021-10-26 |
Katie Hockman | internal/fuzz: tiny refactor+fix |
commit | commitdiff | tree |
2021-10-26 |
Mark Pulford | cmd/go: stamp VCS commit time into binaries |
commit | commitdiff | tree |
2021-10-26 |
Robert Findley | cmd/compile/internal/typecheck: update doc for the... |
commit | commitdiff | tree |
2021-10-26 |
Cuong Manh Le | all: use reflect.{Pointer,PointerTo} |
commit | commitdiff | tree |
2021-10-26 |
Dmitri Shuralyov | all: update vendored golang.org/x/tools |
commit | commitdiff | tree |
2021-10-26 |
Paul E. Murphy | cmd/internal/obj/ppc64: fix usage of CR bit arguments |
commit | commitdiff | tree |
2021-10-26 |
Tobias Klauser | syscall: add utimensat libc wrapper on darwin |
commit | commitdiff | tree |
2021-10-26 |
Tobias Klauser | syscall: use fcntl F_DUP2FD_CLOEXEC in forkAndExecInChi... |
commit | commitdiff | tree |
2021-10-26 |
fanzha02 | runtime, runtime/asan: add asan runtime support |
commit | commitdiff | tree |
2021-10-26 |
Fannie Zhang | cmd/go: add -asan option |
commit | commitdiff | tree |
2021-10-26 |
fanzha02 | cmd/internal/obj/arm64: add a restriction on move const... |
commit | commitdiff | tree |
2021-10-26 |
gosoon | doc/go1.18.html: fix a typo |
commit | commitdiff | tree |
2021-10-26 |
Gusted | container/list: remove unnecessary code |
commit | commitdiff | tree |
2021-10-25 |
Cherry Mui | cmd/internal/obj/riscv: don't split ADD to SP to two... |
commit | commitdiff | tree |
2021-10-25 |
Dan Scales | cmd/compile: update the export version for generics |
commit | commitdiff | tree |
2021-10-25 |
fanzha02 | cmd/compile: add -asan option |
commit | commitdiff | tree |
2021-10-25 |
Ian Lance Taylor | internal/poll: avoid tiny allocator for splicePipe |
commit | commitdiff | tree |
2021-10-25 |
Cherry Mui | cmd/compile: fix typo in comment in CL 358435 |
commit | commitdiff | tree |
2021-10-25 |
Keith Randall | cmd/link: escape % characters in symbols when reporting... |
commit | commitdiff | tree |
2021-10-25 |
Keith Randall | cmd/compile: revert most of CL 349169 |
commit | commitdiff | tree |
2021-10-25 |
Keith Randall | cmd/compile: remove MarkUsedIfaceMethodIndex mechanism |
commit | commitdiff | tree |
2021-10-25 |
Keith Randall | cmd/compile,cmd/link: introduce generic interface call... |
commit | commitdiff | tree |
2021-10-25 |
Richard Musiol | cmd/link: increase reserved space for passing env on... |
commit | commitdiff | tree |
2021-10-25 |
Katie Hockman | cmd/go/testdata/script: fix flaky test_fuzz_fuzztime... |
commit | commitdiff | tree |
2021-10-25 |
Agniva De Sarker | crypto/tls: add Conn.NetConn method |
commit | commitdiff | tree |
2021-10-25 |
Cherry Mui | cmd/compile: don't clobber LR for tail calls |
commit | commitdiff | tree |
2021-10-25 |
wdvxdr | cmd/compile: use SetInit instead of *PtrInit |
commit | commitdiff | tree |
2021-10-25 |
Robert Findley | cmd/compile/internal/typecheck: record whether an inter... |
commit | commitdiff | tree |
2021-10-25 |
Robert Findley | go/types: remove subscripts from type parameter names |
commit | commitdiff | tree |
2021-10-25 |
Charlotte Brandhorst... | net/http: correct Content-Length parsing for js/wasm |
commit | commitdiff | tree |
2021-10-25 |
wdvxdr | cmd/compile: fix inlining labeled switch statements |
commit | commitdiff | tree |
2021-10-25 |
Michael Pratt | testing: skip extra -count iterations if there are... |
commit | commitdiff | tree |
2021-10-25 |
Robert Griesemer | cmd/compile/internal/types2: better error messages... |
commit | commitdiff | tree |
2021-10-25 |
Austin Clements | testing: reference benchmark format spec |
commit | commitdiff | tree |
2021-10-25 |
Olivier Wulveryck | image/draw: improve performances if mask is *image... |
commit | commitdiff | tree |
2021-10-25 |
Cuong Manh Le | cmd/compile: factor out code to remove phi argument |
commit | commitdiff | tree |
2021-10-25 |
Cuong Manh Le | cmd/compile: remove Value.RemoveArg |
commit | commitdiff | tree |
2021-10-23 |
Keith Randall | cmd/compile: fix fuse pass to do CFG surgery correctly |
commit | commitdiff | tree |
2021-10-23 |
Robert Griesemer | cmd/compile/internal/types2: comp literals to accept... |
commit | commitdiff | tree |
2021-10-23 |
Robert Griesemer | cmd/compile/internal/types2: slice exprs to accept... |
commit | commitdiff | tree |
2021-10-23 |
Robert Griesemer | cmd/compile/internal/types2: range clause to accept... |
commit | commitdiff | tree |
2021-10-23 |
Robert Griesemer | cmd/compile/internal/types2: make built-in to accept... |
commit | commitdiff | tree |
2021-10-23 |
Robert Griesemer | cmd/compile/internal/types2: factor out slice elem... |
commit | commitdiff | tree |
next |