]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/gc/reflect.go
[dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto
[gostls13.git] / src / cmd / compile / internal / gc / reflect.go
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-11-07 Ian Lance Taylorcmd/compile: don't put Noalg types in typelinks
2017-11-02 Martin Möhrmanncmd/compile: specialize map creation for small hint...
2017-10-15 Daniel Martícmd/compile: simplify some declarations
2017-10-05 Matthew Dempskycmd/compile: cleanup genwrapper slightly
2017-10-04 Matthew Dempskycmd/compile: refactor dtypesym to return *obj.LSym
2017-10-04 Matthew Dempskycmd/compile: remove Local flags on Type and Node
2017-09-22 Russ Cox[dev.boringcrypto] all: merge go1.9 into dev.boringcrypto
2017-09-22 Daniel Martícmd/compile: remove a few unnecessary gotos
2017-09-20 Matthew Dempskycmd/compile: refactor onebitwalktype1
2017-09-14 Russ Cox[dev.boringcrypto] cmd/compile: refine BoringCrypto...
2017-09-13 Martin Möhrmannruntime: refactor hmap.extra.overflow array into two...
2017-09-05 Martin Möhrmannruntime: move map ismapkey check to the compiler
2017-09-05 Matthew Dempskycmd/compile: fix and improve struct field reflect infor...
2017-08-30 Russ Cox[dev.boringcrypto] cmd/compile: hide new boring fields...
2017-08-30 Martin Möhrmanncmd/compile: rename mapbucket to bmap
2017-08-30 Martin Möhrmanncmd/compile: avoid padding for indirect map key or...
2017-08-30 Martin Möhrmanncmd/compile: simplify check for pointers in map bucket
2017-08-30 Martin Möhrmannruntime: move dynamic makemap checks into cmd/compile
2017-08-28 Josh Bleecher Snydercmd/compile: add Type.NumResults and friends
2017-08-22 Martin Möhrmanncmd/compile: extend documentation and sync hiter and...
2017-08-17 Daniel Martícmd/compile: tweaks to unindent some code
2017-08-15 Keith Randallcmd/compile: set itab function pointers at compile...
2017-08-15 Keith Randallruntime: remove link field from itab
2017-08-15 Keith Randallruntime: remove bad field from itab
2017-08-15 Keith Randallruntime: new itab lookup table
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Josh Bleecher Snydercmd/compile: unexport gc.Sysfunc
2017-07-24 Ian Lance Taylor[release-branch.go1.9] cmd/compile: consider exported...
2017-07-24 Ian Lance Taylorcmd/compile: consider exported flag in namedata
2017-06-21 Mikio Haraall: gofmt
2017-05-10 Marvin Stengercmd/compile/internal/gc: rename signatlist to signatset
2017-05-09 Josh Bleecher Snydercmd/compile: make builds reproducible in presence of...
2017-04-27 Josh Bleecher Snydercmd/compile: add initial backend concurrency support
2017-04-26 Josh Bleecher Snydercmd/compile: split dumptypestructs further
2017-04-26 Josh Bleecher Snydercmd/compile: move Node.Class to flags
2017-04-26 Josh Bleecher Snydercmd/compile: move Node.Typecheck to flags
2017-04-24 Robert Griesemercmd/compile: move typepkg back to gc package (cleanup)
2017-04-24 Josh Bleecher Snydercmd/compile: break apart dumptypestructs
2017-04-23 Josh Bleecher Snydercmd/compile: remove itabEntry.sym
2017-04-23 Matthew Dempskycmd/compile: cleanup after IntSize->PtrSize conversion
2017-04-22 Matthew Dempskycmd: remove IntSize and Widthint
2017-04-21 Josh Bleecher Snydercmd/compile: reuse LSyms in dumptypestructs
2017-04-21 Josh Bleecher Snydercmd/compile: re-use Linksym lookup in dtypesym
2017-04-21 Josh Bleecher Snydercmd/compile: unify a Linksym call in dcommontype
2017-04-21 Josh Bleecher Snydercmd/compile: update dextratypeData to accept *obj.LSym
2017-04-21 Josh Bleecher Snydercmd/compile: update dalgsym to use obj.LSym
2017-04-21 Josh Bleecher Snydercmd/compile: bubble out some Linksym calls
2017-04-21 Josh Bleecher Snydercmd/compile: remove excessive whitespace in needkeyupdate
2017-04-21 Josh Bleecher Snydercmd/compile: convert GCProg generation to use obj.LSym
2017-04-21 Josh Bleecher Snydercmd/compile: make ggloblsym work with obj.LSyms
2017-04-21 Josh Bleecher Snydercmd/compile: clean up some runtime LSym generation
2017-04-21 Josh Bleecher Snydercmd/compile: convert more dxxx functions to work with...
2017-04-21 Josh Bleecher Snydercmd/compile: remove most uses of duintxx
2017-04-21 Josh Bleecher Snydercmd/compile: rename dxxx -> dxxxLSym
2017-04-21 Josh Bleecher Snydercmd/compile: convert dxxx to dxxxLSym
2017-04-21 Josh Bleecher Snydercmd/compile: move typepkg to package types
2017-04-21 Josh Bleecher Snydercmd/compile: unexport types.Sym.LSym
2017-04-21 Josh Bleecher Snydercmd/compile: move Linksym, linksymname, and isblanksym...
2017-04-20 Josh Bleecher Snydercmd/internal/obj: eliminate LSym.Version
2017-04-19 Robert Griesemercmd/compile/internal/types: unexport PkgMap, remove...
2017-04-19 Robert Griesemercmd/compile/internal/types: don't export Nopkg anymore
2017-04-19 Robert Griesemercmd/compile: pass package name to types.NewPkg
2017-04-19 Robert Griesemercmd/compile: move and rename mkpkg to types.NewPkg
2017-04-19 Matthew Dempskycmd/internal/objabi: extract shared functionality from obj
2017-04-11 Josh Bleecher Snydercmd/internal/obj: add SortSlice
2017-04-07 Dave Cheneycmd/compile/internal/gc: remove unused pkgByPath type
2017-04-07 Josh Bleecher Snydercmd/compile: make typenamesym do less work
2017-04-07 Robert Griesemercmd/compile: factor out Pkg, Sym, and Type into package...
2017-04-07 Matthew DempskyRevert "cmd/compile: make typenamesym do less work"
2017-04-06 Josh Bleecher Snydercmd/compile: remove forceObjFileStability
2017-04-06 Josh Bleecher Snydercmd/compile: make typenamesym do less work
2017-04-06 Josh Bleecher Snydercmd/internal/obj: remove Linklookup
2017-03-31 Josh Bleecher Snydercmd/compile: use newnamel in typenamesym
2017-03-31 Josh Bleecher Snydercmd/compile: clean up methodsym
2017-03-30 Robert Griesemercmd/compile: remove Pkglookup in favor of Lookup
2017-03-30 Josh Bleecher Snydercmd/compile: move haspointers to type.go
2017-03-28 Matthew Dempskycmd/compile/internal/gc: use anonfield and namedfield
2017-03-23 Josh Bleecher Snydercmd/compile: use Widthptr instead of Types[Tptr].Width
2017-03-19 Martin Möhrmanncmd/compile: replace all uses of ptrto by typPtr
2017-03-14 philhofercmd/compile: de-virtualize interface calls
2017-03-14 Josh Bleecher Snydercmd/compile: use Fatalf for more internal errors
2017-03-14 Josh Bleecher Snydercmd/compile: add Type.LongString and Type.ShortString
2017-03-13 David ChaseRevert "cmd/compile: de-virtualize interface calls"
2017-03-13 Philip Hofercmd/compile: de-virtualize interface calls
2017-03-07 Matthew Dempskycmd/compile: change signatlist to []*Type
2017-03-06 Aliaksandr Valialkincmd/compile/internal/gc: convert Sym.Flags to bitset8
2017-03-03 Matthew Dempskycmd/compile/internal/gc: replace Node.Ullman with Node...
2017-03-03 Aliaksandr Valialkincmd/compile: pack bool fields in Node, Name, Func and...
2017-02-13 Keith Randallcmd/compile: optimize non-empty-interface type conversions
2017-02-02 Ian Lance Taylorcmd/compile: update maxPtrmaskBytes comment for larger...
2017-02-01 Russ Coxall: merge dev.inline into master
2017-01-31 Russ Coxall: merge dev.typealias into master
2017-01-25 Russ Cox[dev.typealias] cmd/compile, reflect: fix struct field...
2016-12-19 Michael Hudson-Doylecmd/compile, runtime: a different approach to duplicate...
2016-11-22 David Crawshawcmd/compile, cmd/link: weak relocation for ptrTo
2016-11-17 Ian Lance Taylorcmd/compile, reflect: use field pkgPath if needed
2016-11-04 Matthew Dempskycmd/compile: prevent Noalg from breaking user types
2016-11-03 David Crawshawcmd/compile: write type symbols referenced in ptabs
next