]> Cypherpunks.ru repositories - gostls13.git/history - src/go/types/decl.go
go/types, types2: implement Alias proposal (export API)
[gostls13.git] / src / go / types / decl.go
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-09 Robert Griesemergo/types, types2: introduce _Alias type node
2023-09-20 Robert Griesemergo/types, types2: pass *TypeName instead of *Named...
2023-09-15 Robert Griesemergo/types, types2: introduce `isValid` predicate and...
2023-08-30 Robert Griesemergo/types, types2: use asNamed(t) instead of t.(*Named...
2023-05-22 Robert Griesemergo/types, types2: remove unnecessary pkg argument from...
2023-05-03 Robert Griesemergo/types, types2: rename allowVersionf to verifyVersionf
2023-05-03 Robert Griesemergo/types, types2: use version data type instead of...
2023-05-03 Robert Griesemergo/types, types2: combine version check with version...
2023-04-14 Russ Coxgo/types, cmd/compile/internal/types2: use per-file...
2023-03-29 Robert Griesemergo/types, types2: reverse inference of function type...
2023-02-01 Robert Griesemergo/types, types2: use go.dev/issue/nnnnn when referring...
2023-01-20 Robert Griesemergo/types, types2: use go.dev/issue/nnnnn when referring...
2023-01-17 Robert Griesemergo/types: consistently use _ prefix for unexported...
2023-01-17 Robert Griesemergo/types, types2: factor out position comparison, share...
2023-01-17 Robert Griesemergo/types: make tracing configurable (matching types2)
2022-11-18 Robert Griesemergo/types, types2: replace (internal) writePackage with...
2022-10-12 Robert Griesemergo/types, types2: remove need for invalidAST prefix...
2022-10-11 Robert Griesemergo/types: add errorcalls_test, apply it, and fix errorf...
2022-10-11 Robert Griesemergo/types: replace invalid(AST|Arg|Op) with errorf and...
2022-10-10 Robert Griesemergo/types: use internal/types/errors instead of local...
2022-09-29 Robert Griesemergo/types, types2: use "generic" rather than "parameteri...
2022-09-29 Robert Griesemergo/types, types2: more concise error messages for cycle...
2022-09-27 Robert Griesemercmd/compile: use "method T.m already declared" for...
2022-09-26 Robert Griesemergo/types, types2: use "invalid recursive type" instead...
2022-09-13 Robert Griesemergo/types, types2: consistently use _UnsupportedFeature...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-24 Robert Griesemergo/types, types2: print qualified object names in cycle...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-06 Robert Findleygo/types, types2: store Named instance information...
2022-06-06 Robert Findleygo/types, types2: eliminate methodList in favor of...
2022-06-06 Robert Findleygo/types, types2: remove Named.once in favor of monoton...
2022-05-24 Robert Findleygo/types, types2: remove redundant calls to Named.resolve
2022-05-03 Robert Findleygo/types,types2: delay the check for conflicting struct...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-21 Robert Griesemergo/types, types2: improved tracing output throughout...
2022-03-21 Robert Griesemergo/types, types2: alias type declarations may refer...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-23 Robert Findleygo/types: delete unnecessary slice construction
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-25 Robert Findleygo/types, types2: make each method instantiation indepe...
2022-01-24 Robert Griesemergo/types, types2: report an error when using a broken...
2022-01-24 Robert Griesemergo/types, types2: slightly better tracing output (debug...
2022-01-24 Robert Griesemergo/types, types2: validType argument must be *Named...
2022-01-24 Robert Griesemergo/types, types2: use a map instead of a field for...
2022-01-24 Robert Griesemergo/types, types2: move validType code into its own...
2022-01-21 Dan Scalescmd/compile: make sure multiple blank typeparams remain...
2022-01-07 Robert Griesemergo/types, types2: disallow multiple blank type parameters
2022-01-06 Robert Findleygo/types, types2: eagerly check that constraints are...
2021-12-20 Dan Kortschakall: fix spelling errors found by misspell
2021-11-29 Robert Griesemergo/types: report types for mismatched call and return...
2021-11-18 Robert Findleygo/types: remove tparamIsIface flag and corresponding...
2021-11-18 Robert Findleygo/types: remove asNamed
2021-11-17 Robert Griesemercmd/compile/internal/types2: rename types.context to...
2021-11-16 Robert Findleygo/types: remove asTypeParam and simplify some code
2021-11-15 Robert Findleygo/types: assign error codes to new errors for Go 1.18
2021-11-13 Robert Findleygo/types: rename types.context to types.environment
2021-11-13 Robert Findleygo/types: don't set a Config.Context if none is provided
2021-11-10 Robert Findleygo/parser: allow parsing aliases with type parameters
2021-11-10 Robert Findleygo/types: disallow type cycles through type parameter...
2021-11-10 Robert Findleygo/types: rename Checker.cycle to Checker.validCycle
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-02 Robert Findleygo/types: disallow lone type parameter on RHS of type...
2021-10-28 Robert Findleygo/types: add debugging support for delayed actions
2021-10-18 Robert Findleygo/types: delay expansion of underlying in typeDecl
2021-10-14 Robert Griesemergo/types: avoid infinite expansion for invalid recursiv...
2021-10-11 Robert Findleygo/types: mark implicit interfaces as such
2021-10-11 Robert Findleygo/types: accept constraint literals with elided interfaces
2021-10-06 Robert Griesemergo/types: break cycles in invalid types
2021-10-04 Robert Findleygo/types: remove 1.18 APIs that have been replaced
2021-09-29 Robert Findleygo/types, types2: rename Environment to Context
2021-09-23 Robert Findleygo/types,types2: disallow illegal cycles through Unions
2021-09-22 Robert Griesemercmd/compile, go/types: allow `any` anywhere (as a type)
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-15 Robert Findleygo/types: instantiate methods when instantiating Named...
2021-09-14 Robert Findleygo/types: merge Named type loading and expansion
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-09 Robert Findleygo/types: reduce number of delayed functions
2021-09-09 Robert Findleygo/types: handle recursive type parameter constraints
2021-09-08 Robert Griesemergo/types, types2: add Environment to Config
2021-09-08 Robert Findleygo/types: spell out 'Type' in type parameter APIs
2021-09-08 Robert Findleygo/ast: rename TParams fields to TypeParams
2021-09-08 Robert Findleygo/types: move NewTypeParam off of Checker
2021-09-08 Robert Findleygo/types: implement deduplication of instances using...
2021-09-01 Robert Findleygo/types: disallow aliases for generic types
2021-08-31 Robert Findleygo/internal/typeparams: remove typeparams.{Get,Set...
2021-08-31 Robert Findleygo/types: add error reporting for 1.18 syntax if GoVers...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-23 Robert Findleygo/types: use []*TypeParam rather than []*TypeName...
2021-08-16 Robert Findleygo/types: rename TypeParams to TParamList
2021-08-16 Robert Findleygo/types: merge Instantiate and InstantiateLazy
2021-08-16 Robert Findleygo/types: parameterized functions must have a body
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-16 Robert Findleygo/types: cleanup panic calls
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-07-30 Rob Findley[dev.typeparams] go/types: backport lazy loading change...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
next