2021-07-30 |
Austin Clements | [dev.typeparams] Revert "[dev.typeparams] runtime:... |
commit | commitdiff | tree |
2021-07-30 |
Austin Clements | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd... |
commit | commitdiff | tree |
2021-07-30 |
Keith Randall | [dev.typeparams] cmd/compile: allow types with the... |
commit | commitdiff | tree |
2021-07-30 |
Austin Clements | [dev.typeparams] runtime,cmd/compile,cmd/link: replace... |
commit | commitdiff | tree |
2021-07-30 |
Austin Clements | [dev.typeparams] runtime: remove unnecessary split... |
commit | commitdiff | tree |
2021-07-30 |
Austin Clements | [dev.typeparams] runtime: use func() for deferred functions |
commit | commitdiff | tree |
2021-07-30 |
Rob Findley | [dev.typeparams] go/types: backport lazy loading change... |
commit | commitdiff | tree |
2021-07-30 |
Dan Scales | [dev.typeparams] cmd/compile: remove now-unneeded check... |
commit | commitdiff | tree |
2021-07-29 |
Matthew Dempsky | [dev.typeparams] go/types,cmd/compile/internal/types2... |
commit | commitdiff | tree |
2021-07-29 |
Matthew Dempsky | [dev.typeparams] cmd/compile: switch unified IR from... |
commit | commitdiff | tree |
2021-07-29 |
Dan Scales | [dev.typeparams] cmd/compile: remove remaining uses... |
commit | commitdiff | tree |
2021-07-29 |
Dan Scales | [dev.typeparams] cmd/compile: handle meth expressions... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: (TypePara... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: use the... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile: set type parameter indice... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] go/types, types2: remove instance... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: trigger... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: use type... |
commit | commitdiff | tree |
2021-07-29 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: implement... |
commit | commitdiff | tree |
2021-07-29 |
Keith Randall | [dev.typeparams] cmd/compile: implement generic .(T... |
commit | commitdiff | tree |
2021-07-28 |
Matthew Dempsky | [dev.typeparams] cmd/compile: don't export blank functi... |
commit | commitdiff | tree |
2021-07-28 |
Matthew Dempsky | [dev.typeparams] cmd/compile: don't compile blank functions |
commit | commitdiff | tree |
2021-07-28 |
Matthew Dempsky | [dev.typeparams] test: rename blank functions |
commit | commitdiff | tree |
2021-07-28 |
Matthew Dempsky | [dev.typeparams] test/typeparam: gofmt -w |
commit | commitdiff | tree |
2021-07-28 |
Rob Findley | [dev.typeparams] cmd/compile/internal/types2: merge... |
commit | commitdiff | tree |
2021-07-28 |
Dan Scales | [dev.typeparams] cmd/compile: mark methods of instantia... |
commit | commitdiff | tree |
2021-07-27 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: use compa... |
commit | commitdiff | tree |
2021-07-27 |
Keith Randall | [dev.typeparams] cmd/compile: don't need to unshapify... |
commit | commitdiff | tree |
2021-07-27 |
Austin Clements | [dev.typeparams] runtime: don't keep stack uintptr... |
commit | commitdiff | tree |
2021-07-26 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: embedded... |
commit | commitdiff | tree |
2021-07-26 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: implement... |
commit | commitdiff | tree |
2021-07-26 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: import... |
commit | commitdiff | tree |
2021-07-26 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: fix a... |
commit | commitdiff | tree |
2021-07-26 |
Matthew Dempsky | [dev.typeparams] all: merge master (ecaa681) into dev... |
commit | commitdiff | tree |
2021-07-26 |
Matthew Dempsky | [dev.typeparams] cmd/compile: fix unified IR support... |
commit | commitdiff | tree |
2021-07-26 |
Cuong Manh Le | doc: clarify non-nil zero length slice to array pointer... |
commit | commitdiff | tree |
2021-07-26 |
Dmitri Shuralyov | crypto/x509: update iOS bundled roots to version 55188... |
commit | commitdiff | tree |
2021-07-25 |
Ian Lance Taylor | spec: use consistent capitalization for rune literal... |
commit | commitdiff | tree |
2021-07-24 |
Keith Randall | [dev.typeparams] cmd/compile: fix HasShape, add dottype... |
commit | commitdiff | tree |
2021-07-24 |
Dan Scales | [dev.typeparams] transformDot() should set Selection... |
commit | commitdiff | tree |
2021-07-24 |
Dan Scales | [dev.typeparams] cmd/compile: get rid of concretify... |
commit | commitdiff | tree |
2021-07-24 |
Keith Randall | [dev.typeparams] cmd/compile: introduce OCONVIDATA op |
commit | commitdiff | tree |
2021-07-24 |
Rob Findley | [dev.typeparams] go/types, types2: set tset when constr... |
commit | commitdiff | tree |
2021-07-23 |
Keith Randall | [dev.typeparams] cmd/compile: fix some issues with... |
commit | commitdiff | tree |
2021-07-23 |
Dan Scales | [dev.typeparams] cmd/compile: add CONVIFACE nodes for... |
commit | commitdiff | tree |
2021-07-23 |
Dan Scales | [dev.typeparams] cmd/compile: add dictionary entries... |
commit | commitdiff | tree |
2021-07-23 |
Dan Scales | [dev.typeparams] Add CONVIFACE nodes in noder2, where... |
commit | commitdiff | tree |
2021-07-23 |
Alberto Donizetti | doc/1.17: fix two dead rfc links |
commit | commitdiff | tree |
2021-07-23 |
Keith Randall | [dev.typeparams] cmd/compile/internal/types: format... |
commit | commitdiff | tree |
2021-07-22 |
Gerrit Code... | Merge "[dev.typeparams] all: merge master (798ec73... |
commit | commitdiff | tree |
2021-07-22 |
Cherry Mui | cmd/compile: do not change field offset in ABI analysis |
commit | commitdiff | tree |
2021-07-22 |
Matthew Dempsky | [dev.typeparams] runtime: mark TestGcSys as flaky |
commit | commitdiff | tree |
2021-07-22 |
Matthew Dempsky | [dev.typeparams] all: merge master (798ec73) into dev... |
commit | commitdiff | tree |
2021-07-22 |
Ian Lance Taylor | runtime: don't clear timerModifiedEarliest if adjustTim... |
commit | commitdiff | tree |
2021-07-22 |
Keith Randall | [dev.typeparams] cmd/compile: make sure types added... |
commit | commitdiff | tree |
2021-07-22 |
Cuong Manh Le | [dev.typeparams] cmd/compile: remove outdate TODO in... |
commit | commitdiff | tree |
2021-07-22 |
Robert Griesemer | [dev.typeparams] cmd/compile/internal/types2: adjust... |
commit | commitdiff | tree |
2021-07-22 |
Cuong Manh Le | [dev.typeparams] cmd/compile: fix missing condition... |
commit | commitdiff | tree |
2021-07-22 |
Rob Findley | [dev.typeparams] go/types: use the TParams API consistently |
commit | commitdiff | tree |
2021-07-22 |
Rob Findley | [dev.typeparams] go/types: set type parameter indices... |
commit | commitdiff | tree |
2021-07-22 |
Matthew Dempsky | [dev.typeparams] test: cleanup 'go env' and -goexperiment |
commit | commitdiff | tree |
2021-07-22 |
David Chase | runtime: move mem profile sampling into m-acquired... |
commit | commitdiff | tree |
2021-07-22 |
Rob Findley | [dev.typeparams] go/types: trigger verification while... |
commit | commitdiff | tree |
2021-07-22 |
Rob Findley | [dev.typeparams] go/types: merge instance and Named... |
commit | commitdiff | tree |
2021-07-22 |
Dan Scales | [dev.typeparams] Fix problem with 14.go |
commit | commitdiff | tree |
2021-07-22 |
Dan Scales | [dev.typeparams] Get dictionaryCapture.go working. |
commit | commitdiff | tree |
2021-07-21 |
Dan Scales | [dev.typeparams] Fix the types of the OFUNCINST nodes... |
commit | commitdiff | tree |
2021-07-21 |
Dan Scales | [dev.typeparams] cmd/compile: handle ++/-- in noder2... |
commit | commitdiff | tree |
2021-07-21 |
Dan Scales | [dev.typeparams] cmd/compile: added a builtins.go test... |
commit | commitdiff | tree |
2021-07-21 |
Keith Randall | [dev.typeparams] cmd/compile: get runtime stuff working |
commit | commitdiff | tree |
2021-07-21 |
Keith Randall | [dev.typeparams] cmd/compile: avoid adding incorrectly... |
commit | commitdiff | tree |
2021-07-21 |
Keith Randall | [dev.typeparams] cmd/compile: ensure methods of generic... |
commit | commitdiff | tree |
2021-07-21 |
Keith Randall | [dev.typeparams] cmd/compile: disable failing generic... |
commit | commitdiff | tree |
2021-07-21 |
Keith Randall | [dev.typeparams] cmd/compile: introduce named gcshape... |
commit | commitdiff | tree |
2021-07-21 |
wdvxdr | reflect: add missing copyright header |
commit | commitdiff | tree |
2021-07-21 |
Ian Lance Taylor | reflect: add Value.CanConvert |
commit | commitdiff | tree |
2021-07-21 |
Matthew Dempsky | [dev.typeparams] cmd/compile: cleanup unified IR file... |
commit | commitdiff | tree |
2021-07-21 |
Cuong Manh Le | [dev.typeparams] test: add regression test for go/defer... |
commit | commitdiff | tree |
2021-07-20 |
Matthew Dempsky | [dev.typeparams] cmd/compile: add base.Assertf{,At... |
commit | commitdiff | tree |
2021-07-20 |
Matthew Dempsky | [dev.typeparams] all: merge master (c8f4e61) into dev... |
commit | commitdiff | tree |
2021-07-20 |
Ian Lance Taylor | cmd/go: don't add C compiler ID to hash for standard... |
commit | commitdiff | tree |
2021-07-20 |
Benny Siegert | runtime/debug: skip TestPanicOnFault on netbsd/arm |
commit | commitdiff | tree |
2021-07-19 |
Piers | spec: correct example comment in Conversions from slice... |
commit | commitdiff | tree |
2021-07-19 |
helloPiers | time: correct typo in documentation for UnixMicro |
commit | commitdiff | tree |
2021-07-19 |
Cherry Mui | cmd/compile: fix off-by-one error in traceback argument... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: fix the type parameter index... |
commit | commitdiff | tree |
2021-07-19 |
Leonard Wang | cmd/compile: fix typo in fatal message of builtinCall |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: more consistent handling... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: embedding stand-alone type... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: fix generic type indirection |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: interface identity must... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: cleanups around receiver... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: implement delete(m, k) where... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: implement close(ch) where... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: implement ch <- x where... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: implement <-ch where ch... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: move methods on *Named into... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: use InstantiateLazy to creat... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: move instantiation code... |
commit | commitdiff | tree |
2021-07-19 |
Rob Findley | [dev.typeparams] go/types: replace types2.Instantiate... |
commit | commitdiff | tree |
next |