summaryrefslogtreecommitdiff
path: root/src/pkg/reflect
Commit message (Expand)AuthorAgeFilesLines
* src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox2011-11-012-2/+2
* gc: clean up printing.Luuk van Dijk2011-10-311-2/+2
* reflect: make unsafe use of SliceHeader gc-friendlyRuss Cox2011-10-181-9/+20
* gofix -r mapdeleteRuss Cox2011-10-181-1/+1
* reflect: make map test independent of map iteration order.David Symonds2011-10-181-9/+10
* reflect: fix test failure reporting.David Symonds2011-10-181-1/+1
* reflect: disallow Interface method on Value obtained via unexported nameRuss Cox2011-10-173-42/+106
* reflect: add comment about the doubled semantics of Value.String.Rob Pike2011-09-201-0/+2
* reflect: fix commentRobert Griesemer2011-09-161-1/+1
* doc: link to notable blog postsAndrew Gerrand2011-09-101-0/+3
* gc: tweak and enable escape analysisRuss Cox2011-08-281-0/+31
* reflect: add Value.Bytes, Value.SetBytes methodsRuss Cox2011-08-232-0/+50
* reflect: remove references to container/vector.Rob Pike2011-08-222-5/+5
* gc: implement nil chan supportRuss Cox2011-08-171-4/+4
* gc: implement nil map supportRuss Cox2011-08-171-6/+6
* reflect: panic on Invalid Interface callGustavo Niemeyer2011-08-151-0/+3
* reflect: rename new TestVariadic to TestVariadicType.David Symonds2011-07-271-1/+1
* reflect: doc fixes for obsolete types.David Symonds2011-07-272-8/+8
* reflect: panic if Method index is out of range for a type.Rob Pike2011-07-181-2/+2
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-142-4/+0
* reflect: trivial addition: Value.NumMethod.Rob Pike2011-07-141-0/+9
* reflect: allow Len on String values.Rob Pike2011-07-041-1/+3
* reflect: support for struct tag use by multiple packagesRuss Cox2011-06-292-15/+95
* reflect: MethodByNameRob Pike2011-06-293-5/+108
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-172-3/+3
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* reflect: make allocation test less fragile.Rob Pike2011-05-171-1/+3
* reflect: allow unexported key in Value.MapIndexRuss Cox2011-05-032-2/+25
* syslog: fix skipping of net testsGustavo Niemeyer2011-04-281-7/+1
* reflect: Fix Copy of arraysGustavo Niemeyer2011-04-272-1/+28
* reflect: rename Typeof, NewValue -> TypeOf, ValueOfRuss Cox2011-04-255-158/+158
* gc: correct handling of unexported method names in embedded interfacesRuss Cox2011-04-212-22/+18
* reflect: add Type.Implements, Type.AssignableTo, Value.CallSlice; make Set ma...Russ Cox2011-04-204-67/+575
* reflect: update CanAddr, CanSet documentationRuss Cox2011-04-201-4/+3
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-4/+4
* reflect: allow Slice of arraysRuss Cox2011-04-183-6/+33
* reflect: more efficient; cannot Set result of NewValue anymoreRuss Cox2011-04-184-1008/+1048
* reflect: inline method implementationsRuss Cox2011-04-131-899/+629
* reflect: new Type and Value definitionsRuss Cox2011-04-085-888/+1437
* go code: replace closed(c) with x, ok := <-cRuss Cox2011-03-112-51/+44
* reflect: add PtrTo, add Value.Addr (old Addr is now UnsafeAddr)Russ Cox2011-03-034-46/+279
* reflect: add pointer word to CommonTypeRuss Cox2011-02-241-0/+1
* reflect: add a secret method to ArrayOrSliceType.Rob Pike2011-02-221-0/+9
* reflect: add a couple of sentences explaining how Methods operate.Rob Pike2011-02-161-5/+11
* delete float, complex - code changesRuss Cox2011-01-193-31/+13
* reflect: remove unnecessary indirection in TestCopy.Nigel Tao2010-12-151-4/+2
* reflect: add Append and AppendSlice functions.Nigel Tao2010-12-152-1/+94
* 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-122-4/+4
* throughout: simplify two-variable ranges with unused second variableRyan Hitchman2010-12-081-1/+1