]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/type.go
all: merge dev.inline into master
[gostls13.git] / src / cmd / compile / internal / gc / type.go
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-09 Robert Griesemer[dev.inline] cmd/internal/src: introduce compact source...
2017-01-07 shawnpsall: fix misspellings
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: rename various fields from...
2016-12-08 Robert Griesemer[dev.inline] cmd/compile: introduce cmd/internal/src...
2016-10-15 Austin Clementscmd/compile: add go:notinheap type pragma
2016-10-07 Matthew Dempskycmd/compile: cache pointer and slice types
2016-09-16 Dave Cheneycmd/compile/internal/gc: make Nod private
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport more helper functions
2016-09-15 Dave Cheneycmd/compile/internal/gc: unexport helper functions
2016-09-12 Robert Griesemercmd/compile: rewrite %1v and %2v formats to %S and...
2016-09-08 Matthew Dempskycmd/compile: remove unnecessary FuncType cloning
2016-08-30 Matthew Dempskycmd/compile: get rid of ugly {Recvs,Params,Results...
2016-08-30 Matthew Dempskycmd/compile: remove unused Type.Printed field
2016-08-25 Dave Cheneycmd/{asm,compile/internal}: delete dead code
2016-08-25 Josh Bleecher Snydercmd/compile: optimize integer "in range" expressions
2016-08-16 Gerrit Code ReviewMerge "Merge remote-tracking branch 'origin/dev.ssa...
2016-08-16 Keith RandallMerge remote-tracking branch 'origin/dev.ssa' into...
2016-08-04 Keith Randall[dev.ssa] Merge commit 'f135c326402aaa757aa96aad283a918...
2016-08-04 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-07-13 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-14 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-06-02 Cherry Zhang[dev.ssa] cmd/compile: decompose 64-bit integer on ARM
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-27 Russ Coxcmd/compile: additional paranoia and checking in plive.go
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-29 Rick HudsonMerge remote-tracking branch 'origin/dev.garbage'
2016-04-28 David Chasecmd/compile: fix.gc.Type.cmp for map.notBucket cmp...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-25 Matthew Dempskycmd/compile: treat empty and absent struct field tags...
2016-04-25 Josh Bleecher Snydercmd/compile: minor cleanup in inl
2016-04-24 Josh Bleecher Snydercmd/compile: use gc.Etype's String method
2016-04-21 Matthew Dempskycmd/compile: split TSLICE into separate Type kind
2016-04-21 Tal Shprechercmd/compile: reject embedded unsafe.Pointer values
2016-04-17 Josh Bleecher Snydercmd/compile/internal/ssa: use Compare instead of Equal
2016-04-13 Tal Shprechercmd/compile: make enqueued map keys fail validation...
2016-04-11 Keith Randallcmd/compile: fix naming of decomposed structs
2016-04-06 Josh Bleecher Snydercmd/compile: move Type.Maplineno to separate data structure
2016-04-06 Josh Bleecher Snydercmd/compile: shrink gc.Type in half
2016-04-06 Josh Bleecher Snydercmd/compile: encapsulate reads of gc.Type.Funarg
2016-04-05 Matthew Dempskycmd/compile: move a lot of declarations outside of...
2016-04-05 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-04-03 Brad Fitzpatrickcmd/compile: give ChanDir a type
2016-04-03 Josh Bleecher Snydercmd/compile: add Type.ChanDir
2016-04-01 Matthew Dempskycmd/compile: more Isfoo Type cleanups
2016-04-01 Josh Bleecher Snydercmd/compile: add Type.SetNumElem
2016-04-01 Josh Bleecher Snydercmd/compile: use NumElem instead of Type.Bound
2016-03-31 Matthew Dempskycmd/compile: stop generating garbage when checking...
2016-03-31 Josh Bleecher Snydercmd/compile: add sliceBound
2016-03-31 Josh Bleecher Snydercmd/compile: encapsulate Type.Nname
2016-03-31 Dave Cheneycmd/compile/internal/gc: don't let the argument to...
2016-03-30 Josh Bleecher Snydercmd/compile: s/typeX/typX/
2016-03-30 Josh Bleecher Snydercmd/compile: add Type.Elem
2016-03-30 Josh Bleecher Snydercmd/compile: add typMap
2016-03-30 Matthew Dempskycmd/compile: rename Type.IsPtr to Type.IsPtrShaped
2016-03-30 Josh Bleecher Snydercmd/compile: add typPtr
2016-03-30 Josh Bleecher Snydercmd/compile: add typWrapper and Type.Wrapped
2016-03-30 Josh Bleecher Snydercmd/compile: add typChan
2016-03-30 Josh Bleecher Snydercmd/compile: use IsSlice and IsArray instead of checkin...
2016-03-30 Josh Bleecher Snydercmd/compile: move substAny to type.go
2016-03-29 Josh Bleecher Snydercmd/compile: add typArray, typSlice, and typDDDArray
2016-03-29 Josh Bleecher Snydercmd/compile: encapsulate map value type
2016-03-29 Josh Bleecher Snydercmd/compile: encapsulate Type.Argwid
2016-03-28 Josh Bleecher Snydercmd/compile: clean up ... Bound marker
2016-03-28 Matthew Dempskycmd/compile: cleanup alg.go for Field slices
2016-03-28 Matthew Dempskycmd/compile: rename Field's Width field to Offset
2016-03-28 Austin Clements[dev.garbage] Merge remote-tracking branch 'origin...
2016-03-27 Josh Bleecher Snydercmd/compile: rename T_old_DARRAY and update comments
2016-03-17 Matthew Dempskycmd/compile: eliminate NumFields wrapper functions
2016-03-17 Matthew Dempskycmd/compile: get rid of Type's {This,In,Out}tuple fields
2016-03-17 Matthew Dempskycmd/compile: eliminate a bunch of IterFields/IterMethod...
2016-03-17 Matthew Dempskycmd/compile: add and use new Fields type
2016-03-17 Matthew Dempskycmd/compile: ignore receiver parameters in Eqtype
2016-03-15 Matthew Dempskycmd/compile: use int for field index
2016-03-15 Matthew Dempskycmd/compile: make Type.Field stricter about bounds...
2016-03-14 Matthew Dempskycmd/compile: replace TFIELD kind with separate Field...
2016-03-14 Matthew Dempskycmd/compile: add Fields field to Type
2016-03-13 Matthew Dempskycmd/compile: rework how fieldtrack is implemented
2016-03-12 Ian Lance Taylorcmd/compile: don't copy all type nodes for builtin...
2016-03-10 Matthew Dempskycmd/compile: add Key, FieldSlice, and SetFields helpers
2016-03-10 Matthew Dempskycmd/compile: rename ssa.Type's Elem method to ElemType
2016-03-10 Matthew Dempskycmd/compile: more use of IterXXX functions
2016-03-10 Matthew Dempskycmd/compile: rename Recv->Recvs and Recv0->Recv
2016-03-10 Matthew Dempskycmd/compile: add Recv0 and Field helper methods for...
2016-03-10 Dave Cheneycmd/compile/internal/gc: type.go cleanup
2016-03-10 Matthew Dempskycmd/compile: consolidate Type construction and copying...
2016-03-09 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-09 Matthew Dempskycmd/compile: switch Eqtype and (*Type).Compare to use...
2016-03-09 Matthew Dempskycmd/compile: eliminate IterParams
2016-03-09 Matthew Dempskycmd/compile: change get{this,inarg,outarg}x? into methods
2016-03-09 Matthew Dempskycmd/compile: simplify Iter
2016-03-08 Matthew Dempskycmd/compile: relocate a bunch of Type-related code
2016-03-04 Matthew Dempskycmd/compile: remove unnecessary conversions
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-01 Gerrit Code ReviewMerge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-02-29 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-22 David Chase[dev.ssa] cmd/compile: double speed of CSE phase
next