summaryrefslogtreecommitdiff
path: root/src/pkg/reflect/value.go
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2release-branch.r58Andrew Gerrand2011-10-181-16/+15
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* reflect: allow unexported key in Value.MapIndexRuss Cox2011-05-031-2/+7
* reflect: Fix Copy of arraysGustavo Niemeyer2011-04-271-1/+1
* reflect: rename Typeof, NewValue -> TypeOf, ValueOfRuss Cox2011-04-251-4/+4
* reflect: add Type.Implements, Type.AssignableTo, Value.CallSlice; make Set ma...Russ Cox2011-04-201-67/+175
* reflect: update CanAddr, CanSet documentationRuss Cox2011-04-201-4/+3
* reflect: allow Slice of arraysRuss Cox2011-04-181-6/+18
* reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox2011-04-181-892/+886
* reflect: inline method implementationsRuss Cox2011-04-131-899/+629
* reflect: new Type and Value definitionsRuss Cox2011-04-081-275/+788
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-111-28/+30
* reflect: add PtrTo, add Value.Addr (old Addr is now UnsafeAddr)Russ Cox2011-03-031-43/+115
* delete float, complex - code changesRuss Cox2011-01-191-8/+0
* reflect: add Append and AppendSlice functions.Nigel Tao2010-12-151-0/+46
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-7/+5
* reflect: rename reflect.ArrayCopy to be reflect.Copy.Nigel Tao2010-12-121-3/+3
* Remove unnecessary casts in Get() methods.Kyle Consalus2010-11-121-8/+8
* reflect: add InterfaceValue.Get to enable setting of an interfaceRob Pike2010-10-191-2/+8
* reflect: allow PtrValue.PointTo(nil)Robert Griesemer2010-08-171-0/+5
* reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox2010-06-211-90/+38
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-201-238/+125
* reflect: implement Set(nil), SetValue(nil) for PtrValue and MapValueRuss Cox2010-04-201-2/+22
* reflect: add FieldByNameFuncRaif S. Naffah2010-04-181-0/+10
* single argument panicRuss Cox2010-03-301-2/+2
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-4/+4
* reflect: typo in commentDean Prichard2010-03-101-1/+1
* 6g complex type usableKen Thompson2010-03-051-62/+62
* more on type complex.Ken Thompson2010-03-021-0/+63
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-021-2/+2
* move comment on StringHeader to fix godoc output.Rob Pike2010-01-291-2/+3
* added StringHeader to reflectKen Thompson2010-01-281-0/+5
* runtime, type switch: eliminate package global name space assumptionRuss Cox2010-01-251-1/+1
* reflect: fix garbage collection bug in Call.Russ Cox2010-01-181-5/+9
* fix up %pRob Pike2009-12-231-0/+12
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-308/+308
* runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox2009-12-071-18/+9
* reflect fixesRuss Cox2009-11-191-1/+4
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-19/+19
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-87/+87
* - application of gofmt with one-line composite literal structs enabledRobert Griesemer2009-11-061-3/+1
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-061-195/+65
* gofmt-ify reflectRobert Griesemer2009-11-051-40/+47
* misc cleanupRuss Cox2009-11-011-1/+1
* Add SetValue(Value) to the Value interface.Adam Langley2009-10-211-1/+129
* more "declared and not used".Russ Cox2009-09-151-1/+1
* fix "declared and not used" errors in non-test code.Russ Cox2009-09-141-2/+0
* Restore comment line accidentally dropped in CL 33097.Ian Lance Taylor2009-08-261-0/+1
* finish ChanValue: Len and Cap.Russ Cox2009-08-261-0/+12
* add Close() and Closed() to ChanValueRuss Cox2009-08-261-0/+14