]> Cypherpunks.ru repositories - gostls13.git/history - src/go/types/named.go
go/types, types2: implement Alias proposal (export API)
[gostls13.git] / src / go / types / named.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-08-31 Robert Griesemergo/types, types2: fix doc string
2023-08-30 Robert Griesemergo/types, types2: use asNamed(t) instead of t.(*Named...
2023-08-01 Rob Findleygo/types, types2: instantiated interfaces must be concu...
2023-01-20 Robert Findleygo/types: add a test that generated files match types2
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: generate various source files from types2...
2023-01-17 Robert Griesemergo/types: make tracing configurable (matching types2)
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-09 Robert Findleygo/types, types2: only set instance context if packages...
2022-06-06 Robert Findleygo/types, types2: ensure that named types never expand...
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-17 Robert Findleygo/types, types2: set an origin object for vars and...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix TODO comment hanging indents
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-29 Robert Findleygo/types, types2: preserve parent scope when substituti...
2022-03-24 Robert Findleygo/types, types2: clean up a few typos, and an unused...
2022-03-21 Robert Findleygo/types, types2: add an assertion that named type...
2022-03-21 Robert Griesemergo/types, types2: improved tracing output throughout...
2022-03-09 Robert Findleygo/types, types2: clarify documentation with respect...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-23 Robert Griesemergo/types, types2: generalize cleanup phase after type...
2022-02-08 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-04 Robert Griesemergo/types, types2: use same method lookup code in both...
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-27 Robert Findleygo/types: update interface receivers after substituting
2022-01-25 Robert Findleygo/types, types2: make each method instantiation indepe...
2022-01-24 Robert Griesemergo/types, types2: in SetUnderlying, set Named.fromRHS...
2022-01-24 Robert Griesemergo/types, types2: use a map instead of a field for...
2022-01-24 Robert Findleygo/types: panic if named type instances are mutated
2021-11-13 Robert Findleygo/types: don't set a Config.Context if none is provided
2021-11-13 Robert Findleygo/types: deduplicate signatures with the context
2021-11-12 Robert Findleygo/types: refactor the Context type map to accept arbit...
2021-11-12 Robert Findleygo/types: use Identical to verify type identity in...
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-18 Robert Findleygo/types: delay expansion of underlying in typeDecl
2021-10-18 Robert Findleygo/types: ensure named types are expanded after type...
2021-10-18 Robert Findleygo/types: add support for inferring type instances
2021-09-29 Robert Findleygo/types, types2: rename Environment to Context
2021-09-22 Robert Findleygo/types: don't panic if targs don't match tparams...
2021-09-21 Robert Griesemergo/types: make ptrRecv a method hasPtrRecv of Func
2021-09-21 Robert Griesemergo/types: fixes for pointer receivers of instantiated...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 Robert Findleygo/types: export Named._Orig as Named.Origin
2021-09-17 Robert Findleygo/types: ensure that we always get a new signature...
2021-09-15 Robert Findleygo/types: minor cleanup of instantiation
2021-09-15 Robert Findleygo/types: instantiate methods when instantiating Named...
2021-09-14 Robert Findleygo/types: eliminate Named.instPos
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-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/types: implement deduplication of instances using...
2021-09-01 Robert Findleygo/types: generalize instanceHash to accept any type...
2021-08-31 Robert Findleygo/types: remove need for the instance struct
2021-08-31 Robert Findleygo/types: address some TODOs (cleanup)
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-23 Robert Findleygo/types: use a TypeList type to hold type arguments
2021-08-23 Robert Findleygo/types: use []*TypeParam rather than []*TypeName...
2021-08-23 Robert Findleygo/types: return an error from Instantiate
2021-08-20 Robert Findleygo/types: clean up panics in instantiation
2021-08-16 Robert Findleygo/types: use the orig object for Named.Obj
2021-08-16 Robert Findleygo/types: rename TypeParams to TParamList
2021-08-16 Robert Findleygo/types: simplify Named.under
2021-08-16 Robert Findleygo/types: merge Instantiate and InstantiateLazy
2021-08-16 Robert Findleygo/types: remove Named.SetTArgs
2021-08-16 Robert Findleygo/types: expand is only required for *Named types
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-08-04 Rob Findley[dev.typeparams] go/types: switch the TArgs API to...
2021-08-04 Rob Findley[dev.typeparams] go/types: move instance.go contents...
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...
2021-07-22 Rob Findley[dev.typeparams] go/types: set type parameter indices...
2021-07-22 Rob Findley[dev.typeparams] go/types: merge instance and Named...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-19 Rob Findley[dev.typeparams] go/types: move methods on *Named into...
2021-07-16 Rob Findley[dev.typeparams] go/types: move (remaining) type decls...