reflect
UnsafePointer() map Values cannot be converted back to a mapcompiler/runtime
#70595 opened 6 days ago by mhr3
#70339 opened 2 weeks ago by Neightly
call of reflect.Value.Type on zero Valuecompiler/runtime
#70156 opened 1 month ago by mauri870
#69416 opened 2 months ago by xiaost
#68929 opened 3 months ago by andig
#68355 opened 4 months ago by shaj13
artifact in Type.String() for nested generic local typecompiler/runtime
#67395 opened 6 months ago by d-enk
#67279 opened 6 months ago by ianlancetaylor
It does not print correct method setcompiler/runtime
#67034 opened 7 months ago by leabit
reflect.bitVector and runtime.bitvector not synccompiler/runtime
#66822 opened 7 months ago by qiulaidongfeng
#66645 opened 8 months ago by ivasylenko
#66125 opened 9 months ago by ianlancetaylor
#66056 opened 9 months ago by earthboundkid
#65718 opened 9 months ago by donwitobanana
#65306 opened 10 months ago by notyourusualaccountname2
#65149 opened 10 months ago by lingdor
structs with embedded members are unconstructablecompiler/runtime
#65144 opened 10 months ago by infogulch
pass safe to packEface so we don't need to copy if safe==true is TODONeedsInvestigationcompiler/runtime
#64512 opened 1 year ago by qiulaidongfeng
#64188 opened 1 year ago by gopherbot
DeepEqual() returns incorrect result when comparing named channel typesFrozenDueToAgecompiler/runtime
#63886 opened 1 year ago by nevkontakte
#62331 opened 1 year ago by purpleidea
#61827 opened 1 year ago by dsnet
documentation of StructField.Offset is not clear about type embeddingDocumentationFrozenDueToAgeNeedsInvestigationcompiler/runtimehelp wanted
#61495 opened 1 year ago by bronze1man
#61445 opened 1 year ago by marktayl
#61434 opened 1 year ago by g7r
#61308 opened 1 year ago by ianlancetaylor
#60804 opened 1 year ago by kkqy
#60528 opened 2 years ago by 578559967
#60427 opened 2 years ago by mvdan
#60135 opened 2 years ago by abhinav
#60088 opened 2 years ago by josharian
#59599 opened 2 years ago by gazerro
#59451 opened 2 years ago by cuishuang
#59046 opened 2 years ago by ssbeatty
#58109 opened 2 years ago by smyrman
sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length [1.19 backport]CherryPickApprovedFrozenDueToAgecompiler/runtime
#57212 opened 2 years ago by randall77
sort.SliceStable sorts incorrectly on arm64 with `less` function created with `reflect.MakeFunc` and slice of sufficient length [1.18 backport]CherryPickApprovedFrozenDueToAgecompiler/runtime
#57211 opened 2 years ago by gopherbot
sort.SliceStable sorts incorrectly on arm64 with `less` function created with `reflect.MakeFunc` and slice of sufficient lengthFrozenDueToAgecompiler/runtimerelease-blocker
#57184 opened 2 years ago by jfhamlin
deprecate SliceHeader and StringHeaderFrozenDueToAgeProposalProposal-Acceptedcompiler/runtimehelp wantedrelease-blocker
#56906 opened 2 years ago by rsc
#56905 opened 2 years ago by rsc
#56234 opened 2 years ago by dsnet
#56063 opened 2 years ago by mdempsky
#56011 opened 2 years ago by mstoykov
TypeOf interface with methods using generic types includes package path in typeFrozenDueToAgeNeedsDecisioncompiler/runtime
#55147 opened 2 years ago by daolis
#55002 opened 2 years ago by Merovius
#54717 opened 2 years ago by stephenafamo
#54628 opened 2 years ago by dsnet
#54208 opened 2 years ago by leozz37
#54064 opened 2 years ago by oakad
func created w/`MakeFunc` returns mangled value when used as a parameter to another func via `Call` on ARMFrozenDueToAgeNeedsInvestigation
#53395 opened 2 years ago by thempatel
#53079 opened 2 years ago by rsc
`fatal error: fault` in `reflect.Value.Call` under `maymorestack=mayMoreStackMove` on windows-amd64-longtestFrozenDueToAgeNeedsInvestigationOS-Windowsrelease-blocker
#52800 opened 2 years ago by bcmills
MakeFunc crash on arm64FrozenDueToAge
#52799 opened 2 years ago by randall77
#52740 opened 2 years ago by lmb
unused overflowPad variableFrozenDueToAge
#52448 opened 2 years ago by schors
#52411 opened 2 years ago by Antonboom
can set map elem with string key of a different string type [1.18 backport]CherryPickApprovedFrozenDueToAge
#52386 opened 2 years ago by gopherbot
#52379 opened 2 years ago by kortschak
add Value.SetZeroFrozenDueToAgePerformanceProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#52376 opened 2 years ago by dsnet
#52310 opened 2 years ago by dsnet
#52267 opened 2 years ago by twmb
#51520 opened 2 years ago by changkun
Type interface is unimplemented comparable (generics)FrozenDueToAgeNeedsInvestigationcompiler/runtimegenerics
#51179 opened 2 years ago by Code-Hex
Value.NumMethod and Type.NumMethod doesn't seem to agree on exported methodsDocumentationFrozenDueToAgeNeedsFixhelp wanted
#50746 opened 2 years ago by mvdan
#50741 opened 2 years ago by DeedleFake
#50617 opened 2 years ago by quasilyte
#50208 opened 3 years ago by eudore
#49961 opened 3 years ago by gopherbot
#49955 opened 3 years ago by qqshka
#49187 opened 3 years ago by cuonglm
#49110 opened 3 years ago by kortschak
#48665 opened 3 years ago by mvdan
#48357 opened 3 years ago by randall77
rename MapIter.SetKey/SetValue -> Value.SetIterKey/SetIterValueFrozenDueToAgeProposalProposal-AcceptedProposal-FinalCommentPeriodrelease-blocker
#48294 opened 3 years ago by dsnet
#48238 opened 3 years ago by Karthik-K-N
#48218 opened 3 years ago by robpike
#48000 opened 3 years ago by dsnet
ConvertibleTo returns false in go1.17 for slice values that previously returned trueDocumentationFrozenDueToAgeNeedsFix
#47785 opened 3 years ago by liggitt
add Value.CanInt, CanUint, CanFloatFrozenDueToAgeProposalProposal-AcceptedProposal-FinalCommentPeriod
#47658 opened 3 years ago by bradfitz
#47651 opened 3 years ago by bradfitz
#47356 opened 3 years ago by fenginsc
#47210 opened 3 years ago by ianlancetaylor
improve the speed of getting field name from struct and elements from slice FrozenDueToAgePerformanceProposal
#47099 opened 3 years ago by karminski
permit Value.Bytes (but not SetBytes) on addressable byte arraysFrozenDueToAgePerformanceProposalProposal-AcceptedProposal-FinalCommentPeriod
#47066 opened 3 years ago by bradfitz
#46772 opened 3 years ago by katiehockman
add Value.Equal, Value.ComparableFrozenDueToAgeProposalProposal-AcceptedProposal-FinalCommentPeriodcompiler/runtime
#46746 opened 3 years ago by ianlancetaylor
#46743 opened 3 years ago by gazerro
#46696 opened 3 years ago by reusee
#46293 opened 3 years ago by josharian
add MapIter.SetKey, SetValue, and friendsFrozenDueToAgePerformanceProposalProposal-AcceptedProposal-FinalCommentPeriod
#46131 opened 3 years ago by rsc
#46093 opened 3 years ago by josharian
#45451 opened 3 years ago by Robbie-Perry
#44870 opened 3 years ago by ianlancetaylor
#44830 opened 3 years ago by mdempsky
Setting embedded error fails as "unexported field"FrozenDueToAge
#44641 opened 3 years ago by data-intelligence-robot
DeepEqual fails with matching key/value pairs in mapsFrozenDueToAge
#44154 opened 3 years ago by codeblooded
#43986 opened 3 years ago by koron
#43732 opened 3 years ago by dsnet
#43603 opened 3 years ago by mdempsky
gccgo+gotip1.6beta1 crashes on multi-line field tagsFrozenDueToAge
#43379 opened 3 years ago by zigo101
#43226 opened 4 years ago by rsc
update StructTag documentation to describe multiple space-separated keysDocumentationFrozenDueToAgeNeedsFixokay-after-beta1release-blocker
#42959 opened 4 years ago by dmitshur
int-to-string conversion via Value.Convert incorrect for out-of-rune-bounds int valuesFrozenDueToAgerelease-blocker
#42835 opened 4 years ago by griesemer
#42782 opened 4 years ago by rogpeppe
#42579 opened 4 years ago by shawndx
#42182 opened 4 years ago by gtrevg
pointers to go:notinheap types must be stored indirectly in interfaces [1.15 backport]CherryPickApprovedFrozenDueToAgerelease-blocker
#42169 opened 4 years ago by gopherbot
#42123 opened 4 years ago by rsc
#42099 opened 4 years ago by dsnet
pointers to go:notinheap types must be stored indirectly in interfacesFrozenDueToAgeNeedsInvestigation
#42076 opened 4 years ago by randall77
#41993 opened 4 years ago by yazver
#41896 opened 4 years ago by cuonglm
documentation about "Conversion of a reflect.SliceHeader or reflect.StringHeader Data field to or from Pointer" is misleadingDocumentationFrozenDueToAgeNeedsInvestigationWaitingForInfo
#41705 opened 4 years ago by GingerMoon
#41563 opened 4 years ago by dsnet
add func (Value) UnsafePointer() unsafe.PointerFrozenDueToAgeProposalProposal-AcceptedProposal-FinalCommentPeriod
#40592 opened 4 years ago by mdempsky
back out multiple keys in key:value pair in struct tagFrozenDueToAgeNeedsFixProposalProposal-AcceptedProposal-FinalCommentPeriodhelp wantedrelease-blocker
#40281 opened 4 years ago by scorsi
#39897 opened 4 years ago by TheCount
panic from malloc after MakeFunc function returns value that is also stored globally [1.14 backport]CherryPickApprovedFrozenDueToAge
#39698 opened 4 years ago by gopherbot
panic from malloc after MakeFunc function returns value that is also stored globally [1.13 backport]CherryPickApprovedFrozenDueToAge
#39697 opened 4 years ago by gopherbot
DeepEqual can return true for values that are not equal [1.14 backport]CherryPickApprovedFrozenDueToAge
#39636 opened 4 years ago by gopherbot
DeepEqual can return true for values that are not equal [1.13 backport]CherryPickCandidateFrozenDueToAge
#39635 opened 4 years ago by gopherbot
#39607 opened 4 years ago by ailurarctos
#39574 opened 4 years ago by cosmos72
#39545 opened 4 years ago by sgrodriguez
panic from malloc after MakeFunc function returns value that is also stored globallyFrozenDueToAgeNeedsInvestigation
#39541 opened 4 years ago by RogerChickering
#39528 opened 4 years ago by TheCount
Append is inconsistent with the builtin appendFrozenDueToAge
#39359 opened 4 years ago by zigo101
DeepEqual always returns true for unexported C structures in dynamic libraryFrozenDueToAgeWaitingForInfo
#38980 opened 4 years ago by zhuah
#38831 opened 4 years ago by yaxinlx
#38641 opened 4 years ago by wuhuizuo
should not be allowed to invoke methods on unexported embedded fieldsFrozenDueToAgeNeedsInvestigation
#38521 opened 4 years ago by mdempsky
potential change required in DeepEqualFrozenDueToAge
#37897 opened 4 years ago by obourdon
#37721 opened 4 years ago by gopherbot
#37716 opened 4 years ago by maxatome
#37350 opened 4 years ago by thempatel
#36191 opened 5 years ago by dsnet
#36190 opened 5 years ago by dsnet
#35488 opened 5 years ago by zigo101
type of an interface is nilFrozenDueToAge
#35427 opened 5 years ago by kindermoumoute
#35002 opened 5 years ago by mark-rushakoff
reflect.Value.IsZero results false positiveFrozenDueToAge
#34108 opened 5 years ago by changkun
#33941 opened 5 years ago by esvm
#33907 opened 5 years ago by huandu
#33628 opened 5 years ago by seebs
#33136 opened 5 years ago by dsnet
#33060 opened 5 years ago by ianlancetaylor
#32772 opened 5 years ago by kezhuw
memory corruption when operating on pointer typesFrozenDueToAge
#32547 opened 5 years ago by acln0
map iteration does unnecessary excessive allocation for non-pointer typesFrozenDueToAgeNeedsInvestigationPerformance
#32424 opened 5 years ago by ugorji
#32321 opened 5 years ago by masterada
#32186 opened 5 years ago by g7r
slice index out of rangeFrozenDueToAge
#31801 opened 5 years ago by fraenkel
#31688 opened 5 years ago by reisraff
#31617 opened 5 years ago by workanator
#31450 opened 5 years ago by josharian
running go test with -count=2 or greater causes nil pointer dereference panicFrozenDueToAgeNeedsInvestigationTesting
#31043 opened 5 years ago by dmitshur
#31039 opened 5 years ago by dmitshur
#30688 opened 5 years ago by bep
#30066 opened 5 years ago by e11ni
#29701 opened 5 years ago by zigo101
#29469 opened 6 years ago by zigo101
#29381 opened 6 years ago by alandonovan
#29126 opened 6 years ago by clementauger
when MakeFunc returns, assign its results into the desired typesFrozenDueToAgeProposalProposal-Accepted
#28761 opened 6 years ago by randall77
scanning invalid return slots during a makeFunc call [1.11 backport]CherryPickApprovedFrozenDueToAge
#28752 opened 6 years ago by gopherbot
#28751 opened 6 years ago by gopherbot
#28750 opened 6 years ago by randall77
#28748 opened 6 years ago by randall77
MethodByName().Interface() leads to fatal error: sweep increased allocation count [1.11 backport]CherryPickApprovedFrozenDueToAge
#27867 opened 6 years ago by gopherbot
MethodByName().Interface() leads to fatal error: sweep increased allocation count [1.10 backport]CherryPickCandidateFrozenDueToAgeWaitingForInfo
#27866 opened 6 years ago by gopherbot
MethodByName().Interface() leads to fatal error: sweep increased allocation countFrozenDueToAgeNeedsInvestigationrelease-blocker
#27695 opened 6 years ago by yorkershi
#27231 opened 6 years ago by chmike
#27149 opened 6 years ago by mvdan
#26857 opened 6 years ago by randall77
when creating anonymous fields, StructOf should attempt to compute the field nameFrozenDueToAgeNeedsDecision
#26035 opened 6 years ago by jimmyfrasche
#25897 opened 6 years ago by liulk
the docs of StructOf should mention embedding types with too many method will panic.DocumentationFrozenDueToAgeNeedsFixhelp wanted
#25402 opened 6 years ago by dotaheor
#25400 opened 6 years ago by dotaheor
#24914 opened 6 years ago by dsnet
#24782 opened 6 years ago by Merovius
#24781 opened 6 years ago by Merovius
#24746 opened 6 years ago by dsnet
crash after syscall.FreeLibrary()FrozenDueToAge
#24248 opened 6 years ago by SolarTDX
#24153 opened 6 years ago by dsnet
#23899 opened 6 years ago by sternix
#23597 opened 6 years ago by wgliang
in (p *struct) func, p == nilFrozenDueToAge
#23243 opened 7 years ago by ghost
add Type.PtrTo to convert T to *T instead of PtrToFrozenDueToAge
#23240 opened 7 years ago by vipally
#23063 opened 7 years ago by dsnet
#22605 opened 7 years ago by jhump
#22563 opened 7 years ago by szyhf
Copy should accept src values of string typesFrozenDueToAge
#22215 opened 7 years ago by bcmills
#22143 opened 7 years ago by dsnet
Value.Call call on nil interface of T assignable to RFrozenDueToAge
#22142 opened 7 years ago by dsnet
#22075 opened 7 years ago by mdempsky
#22073 opened 7 years ago by mdempsky
bad test cases in TestCallPanic?FrozenDueToAge
#22053 opened 7 years ago by mdempsky
#22031 opened 7 years ago by ianlancetaylor
#21754 opened 7 years ago by niubaoshu
#21733 opened 7 years ago by aclements
#21353 opened 7 years ago by dsnet
MethodByName is broken if unexported method sorts before exported methodFrozenDueToAgerelease-blocker
#21177 opened 7 years ago by ianlancetaylor
#21162 opened 7 years ago by notzippy
#21122 opened 7 years ago by dsnet
Type.Comparable returns incorrect values for some types obtained via reflectionFrozenDueToAgeNeedsFixrelease-blocker
#21011 opened 7 years ago by ghost
no way to tell whether a method is value method or notFrozenDueToAge
#20995 opened 7 years ago by reusee
#20914 opened 7 years ago by josharian
not equal comments for NumMethod() in Value and Type.FrozenDueToAge
#20848 opened 7 years ago by dvrkps
#20824 opened 7 years ago by jonbodner
#20745 opened 7 years ago by aseemk
#20736 opened 7 years ago by audathuynh
#20633 opened 7 years ago by abhinav
#20600 opened 7 years ago by dsnet
Type.Implements matches unexported methodsFrozenDueToAge
#20541 opened 7 years ago by abhinav
#20444 opened 7 years ago by pierrre
fmt did not invoke Kind.String method on MacOSFrozenDueToAge
#20438 opened 7 years ago by xgz123
#20428 opened 7 years ago by cpcallen
#20313 opened 7 years ago by mvdan
#20013 opened 7 years ago by ben-clayton
#19768 opened 7 years ago by aclements
support accessing unexported fields from types in your own packageFrozenDueToAgeProposalProposal-Declined
#19752 opened 7 years ago by dsnet
#19724 opened 7 years ago by bronze1man
#19599 opened 7 years ago by gruszczy
multiple "reflect" packages results in "invalid memory address or nil pointer dereference"FrozenDueToAgeNeedsFix
#19028 opened 7 years ago by rbredlau
#19003 opened 7 years ago by crawshaw
#18780 opened 7 years ago by rsc
duplicate reflect.Type values under dynamic linkingFrozenDueToAge
#18729 opened 7 years ago by fsenart
#18016 opened 8 years ago by sevlyar
#17952 opened 8 years ago by dsnet
#17931 opened 8 years ago by crawshaw
wrong struct field names for embedded byte, runeFrozenDueToAge
#17766 opened 8 years ago by rsc
#17686 opened 8 years ago by mlowicki
remove almost duplicated implementationFrozenDueToAge
#17307 opened 8 years ago by timakin
ChanOf makes "han" types instead of "chan" typesFrozenDueToAge
#16722 opened 8 years ago by strickyak
#16573 opened 8 years ago by legendtkl
#16531 opened 8 years ago by zombiezen
#16348 opened 8 years ago by zombiezen
unexpected non-empty PkgPath on tipFrozenDueToAge
#16328 opened 8 years ago by ianlancetaylor
large performance regression in reflect.NewFrozenDueToAge
#16161 opened 8 years ago by rhysh
result of StructOf(...).String() has missing initial "s"FrozenDueToAge
#15923 opened 8 years ago by adonovan
#15893 opened 8 years ago by dtromb
#15832 opened 8 years ago by rogpeppe
difference in output depending what is linked inFrozenDueToAge
#15824 opened 8 years ago by dsnet
regression in reflect.Method outputFrozenDueToAge
#15724 opened 8 years ago by dsnet
Type.Method returns nil Type and invalid FuncFrozenDueToAge
#15673 opened 8 years ago by reusee
#15610 opened 8 years ago by gavv
Name != "" for empty interfaceFrozenDueToAge
#15468 opened 8 years ago by crawshaw
incorrect String result from SliceOf typeFrozenDueToAge
#15467 opened 8 years ago by crawshaw
StructOf should support non-ASCII field names or typesFrozenDueToAge
#15064 opened 8 years ago by sbinet
Type.Field does not panic when out of rangeFrozenDueToAge
#15046 opened 8 years ago by crawshaw
#15026 opened 8 years ago by kylelemons
CL 20968 breaks reflect test on FreeBSD/ARMFrozenDueToAge
#14962 opened 8 years ago by paulzhol
ginko/gbytes reflect-heavy tests fail since Go 1.6FrozenDueToAge
#14645 opened 8 years ago by bradfitz
#13986 opened 9 years ago by gertcuykens
#13984 opened 9 years ago by hirochachacha
#13656 opened 9 years ago by bcmills
Value.Elem() inconsistency betwen go1.4.3 and go.15FrozenDueToAge
#12954 opened 9 years ago by odeke-em
#12739 opened 9 years ago by szank
#12575 opened 9 years ago by robpike
resolve incompatibility between gc and gccgo for unexported embedded structsFrozenDueToAgeProposalProposal-Accepted
#12367 opened 9 years ago by mpvl
DeepEqual fails for nested NaN valuesFrozenDueToAge
#12025 opened 9 years ago by tgpfeiffer
PkgPath returns un-importable pathFrozenDueToAge
#12019 opened 9 years ago by rgarcia
#12017 opened 9 years ago by willfaught
test panic at tipFrozenDueToAge
#11433 opened 9 years ago by davecheney
crash TestGCBits in runGCProgFrozenDueToAge
#11430 opened 9 years ago by aclements
#11104 opened 9 years ago by minux
#11007 opened 9 years ago by Thinkofname
MakeMap doesn't allow initial allocation sizeFrozenDueToAge
#10985 opened 9 years ago by dgryski
#10628 opened 9 years ago by davecheney
ArrayOf GC prog uses too much memoryFrozenDueToAge
#10524 opened 9 years ago by rsc
reflect.Value.Int() has no export checkFrozenDueToAge
#10282 opened 9 years ago by bouk
#9909 opened 9 years ago by OneOfOne
behaviour change in 1.4FrozenDueToAge
#9893 opened 9 years ago by amir
#9504 opened 10 years ago by hsinhoyeh
raise TestSelect timeoutFrozenDueToAge
#9427 opened 10 years ago by randall77
argument pointer map incorrect for reflect caseFrozenDueToAge
#9179 opened 10 years ago by randall77
ChanOf() gives wrong ChanDirFrozenDueToAge
#9135 opened 10 years ago by gopherbot
Change in Value.Convert() behavior (1.4)FrozenDueToAge
#9034 opened 10 years ago by gopherbot
Convert to unsafe.Pointer doesn't workFrozenDueToAge
#8964 opened 10 years ago by davidthomas426
#8917 opened 10 years ago by ianlancetaylor
document behaviour of Caller/FuncForPC/FileLine betterFrozenDueToAge
#8890 opened 10 years ago by kortschak
Reflect type of value is unexpectedFrozenDueToAge
#8649 opened 10 years ago by campoy
#8559 opened 10 years ago by gordonklaus
DeepEqual should ignore non nil functionsFrozenDueToAge
#8554 opened 10 years ago by gopherbot
#8427 opened 10 years ago by bryanturley
Elem() discards flagAddrFrozenDueToAge
#8321 opened 10 years ago by gopherbot
SetMapIndex should not panic on a nil map deleteFrozenDueToAge
#8051 opened 10 years ago by randall77
panic on nil map accessFrozenDueToAge
#8010 opened 10 years ago by rsc
IsHashableFrozenDueToAge
#7911 opened 10 years ago by lukescott
Calling reflect.SetMapIndex(k, v) causes mutations to k if k is removed in the mapDocumentationFrozenDueToAge
#7896 opened 10 years ago by gopherbot
confusing (Value).String() result for methodsFrozenDueToAge
#7859 opened 10 years ago by gopherbot
#7841 opened 10 years ago by gopherbot
#7534 opened 10 years ago by gopherbot
non-exported anonymous field handlingFrozenDueToAge
#7522 opened 10 years ago by niemeyer
gc crash in testsFrozenDueToAge
#7502 opened 10 years ago by bradfitz
#7501 opened 10 years ago by lukescott
#7425 opened 10 years ago by dvyukov
#7363 opened 10 years ago by paranoiacblack
slices created with MakeSlice are unaddressable values.FrozenDueToAge
#7355 opened 10 years ago by gopherbot
MakeArrayFrozenDueToAge
#7239 opened 10 years ago by gopherbot
#7120 opened 11 years ago by mwhudson
Value.TryRecv is ambiguousFrozenDueToAge
#7078 opened 11 years ago by dvyukov
#6871 opened 11 years ago by gopherbot
#6788 opened 11 years ago by titanous
#6535 opened 11 years ago by bcmills
unsafe.Pointer used unsafely in reflect.ValueFrozenDueToAge
#6490 opened 11 years ago by lexprfuncall
documentation of Value.Interface not in line with current behaviour regarding Value.MethodFrozenDueToAge
#6460 opened 11 years ago by stevenblenkinsop
assignment compatibility doesn't include nilFrozenDueToAge
#6231 opened 11 years ago by rogpeppe
TestBigArgs kills machineFrozenDueToAge
#6033 opened 11 years ago by dvyukov
reflect test causes builders to oomFrozenDueToAge
#6023 opened 11 years ago by davecheney
ArrayOfFrozenDueToAge
#5996 opened 11 years ago by PieterD
MakeStructFrozenDueToAge
#5748 opened 11 years ago by sbinet
lacking documentation and test for InterfaceDataFrozenDueToAge
#5220 opened 11 years ago by gopherbot
possible saved allocation in Value.InterfaceFrozenDueToAge
#4949 opened 11 years ago by rsc
docs do not contain constantsFrozenDueToAge
#4887 opened 11 years ago by gopherbot
#4876 opened 11 years ago by adonovan
#4736 opened 12 years ago by kortschak
#4514 opened 12 years ago by nsf
Elem() is overloaded between different Value kindsFrozenDueToAge
#4503 opened 12 years ago by skelterjohn
#4375 opened 12 years ago by rsc
#4355 opened 12 years ago by griesemer
math.MaxFloat32 doesn't overflow float32FrozenDueToAge
#4282 opened 12 years ago by gopherbot
#4258 opened 12 years ago by bcmills
#4133 opened 12 years ago by crawshaw
add Type.ConvertibleTo, Value.ConvertFrozenDueToAge
#4047 opened 12 years ago by rsc
add SelectFrozenDueToAge
#4034 opened 12 years ago by rsc
add method to obtain function nameFrozenDueToAge
#3901 opened 12 years ago by mxk
PkgPath regression for byteFrozenDueToAge
#3853 opened 12 years ago by dsymonds
unit test failureFrozenDueToAge
#3690 opened 12 years ago by alberts
#3549 opened 12 years ago by dsymonds
Index and Slice should accept stringsFrozenDueToAge
#3284 opened 12 years ago by rsc
#3134 opened 12 years ago by remyoudompheng
Value.Swap(i, j) for slices?FrozenDueToAge
#3126 opened 12 years ago by patrickmn
add ability to convert between typesFrozenDueToAge
#3058 opened 12 years ago by skelterjohn
APIFrozenDueToAge
#2952 opened 13 years ago by rsc
type error's package path listed as "runtime"FrozenDueToAge
#2660 opened 13 years ago by gopherbot
add SliceOf, ChanOf, MapOf, ArrayOfFrozenDueToAge
#2339 opened 13 years ago by gopherbot
Type.Field allocatesFrozenDueToAge
#2320 opened 13 years ago by rsc
add MakeFuncFrozenDueToAge
#1765 opened 13 years ago by bradfitz
#1748 opened 13 years ago by rsc
convention for multiple packages using struct tagsFrozenDueToAge
#1704 opened 13 years ago by niemeyer
ArrayOrSliceType is implemented by many other types too.FrozenDueToAge
#1530 opened 13 years ago by rogpeppe
v.Method(i).Interface() not supportedFrozenDueToAge
#1517 opened 14 years ago by rogpeppe
should be able to slice array, take addressFrozenDueToAge
#1432 opened 14 years ago by rsc
SetValue is ill-definedFrozenDueToAge
#1212 opened 14 years ago by dsymonds
Method type is not correctFrozenDueToAge
#1131 opened 14 years ago by rogpeppe
#451 opened 15 years ago by gopherbot