]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-22 Ian Lance Taylorruntime: don't clear timerModifiedEarliest if adjustTim...
2021-07-22 Keith Randall[dev.typeparams] cmd/compile: make sure types added...
2021-07-22 Cuong Manh Le[dev.typeparams] cmd/compile: remove outdate TODO in...
2021-07-22 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: adjust...
2021-07-22 Cuong Manh Le[dev.typeparams] cmd/compile: fix missing condition...
2021-07-22 Rob Findley[dev.typeparams] go/types: use the TParams API consistently
2021-07-22 Rob Findley[dev.typeparams] go/types: set type parameter indices...
2021-07-22 Matthew Dempsky[dev.typeparams] test: cleanup 'go env' and -goexperiment
2021-07-22 David Chaseruntime: move mem profile sampling into m-acquired...
2021-07-22 Rob Findley[dev.typeparams] go/types: trigger verification while...
2021-07-22 Rob Findley[dev.typeparams] go/types: merge instance and Named...
2021-07-22 Dan Scales[dev.typeparams] Fix problem with 14.go
2021-07-22 Dan Scales[dev.typeparams] Get dictionaryCapture.go working.
2021-07-21 Dan Scales[dev.typeparams] Fix the types of the OFUNCINST nodes...
2021-07-21 Dan Scales[dev.typeparams] cmd/compile: handle ++/-- in noder2...
2021-07-21 Dan Scales[dev.typeparams] cmd/compile: added a builtins.go test...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: get runtime stuff working
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: avoid adding incorrectly...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: ensure methods of generic...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: disable failing generic...
2021-07-21 Keith Randall[dev.typeparams] cmd/compile: introduce named gcshape...
2021-07-21 wdvxdrreflect: add missing copyright header
2021-07-21 Ian Lance Taylorreflect: add Value.CanConvert
2021-07-21 Matthew Dempsky[dev.typeparams] cmd/compile: cleanup unified IR file...
2021-07-21 Cuong Manh Le[dev.typeparams] test: add regression test for go/defer...
2021-07-20 Matthew Dempsky[dev.typeparams] cmd/compile: add base.Assertf{,At...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-20 Ian Lance Taylorcmd/go: don't add C compiler ID to hash for standard...
2021-07-20 Benny Siegertruntime/debug: skip TestPanicOnFault on netbsd/arm
2021-07-19 Piersspec: correct example comment in Conversions from slice...
2021-07-19 helloPierstime: correct typo in documentation for UnixMicro
2021-07-19 Cherry Muicmd/compile: fix off-by-one error in traceback argument...
2021-07-19 Rob Findley[dev.typeparams] go/types: fix the type parameter index...
2021-07-19 Leonard Wangcmd/compile: fix typo in fatal message of builtinCall
2021-07-19 Rob Findley[dev.typeparams] go/types: more consistent handling...
2021-07-19 Rob Findley[dev.typeparams] go/types: embedding stand-alone type...
2021-07-19 Rob Findley[dev.typeparams] go/types: fix generic type indirection
2021-07-19 Rob Findley[dev.typeparams] go/types: interface identity must...
2021-07-19 Rob Findley[dev.typeparams] go/types: cleanups around receiver...
2021-07-19 Rob Findley[dev.typeparams] go/types: implement delete(m, k) where...
2021-07-19 Rob Findley[dev.typeparams] go/types: implement close(ch) where...
2021-07-19 Rob Findley[dev.typeparams] go/types: implement ch <- x where...
2021-07-19 Rob Findley[dev.typeparams] go/types: implement <-ch where ch...
2021-07-19 Rob Findley[dev.typeparams] go/types: move methods on *Named into...
2021-07-19 Rob Findley[dev.typeparams] go/types: use InstantiateLazy to creat...
2021-07-19 Rob Findley[dev.typeparams] go/types: move instantiation code...
2021-07-19 Rob Findley[dev.typeparams] go/types: replace types2.Instantiate...
2021-07-19 Rob Findley[dev.typeparams] go/types: update TypeParam APIs to...
2021-07-19 Rob Findley[dev.typeparams] go/types: remove unnecessary guard...
2021-07-19 Rob Findley[dev.typeparams] go/types: add some missing APIs for...
2021-07-19 Rob Findley[dev.typeparams] go/types: recursive substitution must...
2021-07-19 Rob Findley[dev.typeparams] go/types: use scope numbers to identif...
2021-07-19 Rob Findley[dev.typeparams] go/types: support local defined types
2021-07-19 Rob Findley[dev.typeparams] go/types: don't permit method calls...
2021-07-19 Than McIntoshcmd/{compile,link}: fix bug in map.zero handling
2021-07-19 Dan Scales[dev.typeparams] Separate out gcshape types that are...
2021-07-18 nimelehintest/bench/go1: fix size for RegexpMatchMedium_32
2021-07-18 mehradsadeghitext/scanner: use Go convention in Position doc comment
2021-07-17 Rob Findley[dev.typeparams] go/types: replace optype() with under...
2021-07-17 Rob Findley[dev.typeparams] go/types: clean up index expr implemen...
2021-07-17 Rob Findley[dev.typeparams] go/types: disallow "free" type paramet...
2021-07-16 Rob Findley[dev.typeparams] go/types: move (remaining) type decls...
2021-07-16 Rob Findley[dev.typeparams] go/types: move Interface type decl...
2021-07-16 Rob Findley[dev.typeparams] go/types: move Signature type decl...
2021-07-16 Rob Findley[dev.typeparams] go/types: move Struct type decl into...
2021-07-16 Rob Findley[dev.typeparams] go/types: rename newTypeSet -> compute...
2021-07-16 Rob Findley[dev.typeparams] go/types: make Interface.obj a *TypeName
2021-07-16 Rob Findley[dev.typeparams] go/types: delay interface check for...
2021-07-16 Rob Findley[dev.typeparams] go/internal/typeparams: remove the...
2021-07-16 Rob Findley[dev.typeparams] go/types: "comparable" must not be...
2021-07-16 Rob Findley[dev.typeparams] go/types: move newTypeSet function...
2021-07-16 Rob Findley[dev.typeparams] go/types: move embedding positions...
2021-07-16 Rob Findley[dev.typeparams] go/types: remove unused *Checker argum...
2021-07-16 Rob Findley[dev.typeparams] go/types: remove typeparams wrappers...
2021-07-16 Rob Findley[dev.typeparams] go/types: introduce type set abstracti...
2021-07-16 Rob Findley[dev.typeparams] go/types: port lazy import resolution...
2021-07-16 Keith Randall[dev.typeparams] cmd/compile: use dictionary to convert...
2021-07-16 Dan Scales[dev.typeparams] cmd/compile: fix small -G=3 issues...
2021-07-16 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: more...
2021-07-16 shota3506net/http: correct capitalization in cancelTimeBody...
2021-07-16 Rob Findley[dev.typeparams] go/*: switch from ListExpr to MultiInd...
2021-07-15 Matthew Dempsky[dev.typeparams] cmd/compile: make TestUnifiedCompare...
2021-07-15 Matt T. Proudtesting: clarify in docs that TestMain is advanced
2021-07-15 Bryan C. Millscmd/go: update error messages in tests to match CL...
2021-07-15 Cuong Manh Lecmd/compile: fix lookup package of redeclared dot impor...
2021-07-15 Ian Lance Taylordoc/go1.17: mention GOARCH=loong64
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: embedding...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: fix gener...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: interface...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: cleanups...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: implement...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: implement...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: implement...
2021-07-14 Robert Griesemer[dev.typeparams] cmd/compile/internal/types2: implement...
2021-07-14 WANG Xueruigo/build, runtime/internal/sys: reserve GOARCH=loong64
2021-07-14 Dan Scales[dev.typeparams] cmd/compile: fix escape printout bugs...
2021-07-14 Rob Findley[dev.typeparams] go/types: export the Config.GoVersion...
2021-07-14 Bryan C. Millscmd/go: change link in error message from /wiki to...
2021-07-14 Matthew Dempsky[dev.typeparams] cmd/compile: record more typ/fun info...
next