]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/walk/expr.go
cmd/compile: move FuncPC intrinsic handling to common helper
[gostls13.git] / src / cmd / compile / internal / walk / expr.go
2023-11-10 Michael Prattcmd/compile: move FuncPC intrinsic handling to common...
2023-10-24 Keith Randallcmd/compile: use new runtime type mechanism for type...
2023-10-09 Keith Randallcmd/compile: use cache in front of convI2I
2023-10-06 Keith Randallcmd/compile: use cache in front of type assert runtime...
2023-10-06 Keith Randallcmd/compile: use descriptors for type assertion runtime...
2023-10-05 Matthew Dempskycmd/compile/internal/ir: tweak a couple names
2023-09-22 Dominique Lefevrereflect: remove broken support for embedding of interfa...
2023-09-20 Russ Coxcmd/compile: implement range over func
2023-09-14 Matthew Dempskycmd/compile/internal/ir: remove Func.ReflectMethod
2023-09-12 Matthew Dempskycmd/compile: rename OEFACE to OMAKEFACE and remove...
2023-09-11 Matthew Dempskycmd/compile/internal/staticinit: make staticopy safe
2023-09-01 Dominique Lefevrecmd/internal/objabi: rename R_USEGENERICIFACEMETHOD...
2023-09-01 Dominique Lefevrecmd/compile: special-case MethodByName(string literal...
2023-08-29 Dominique Lefevrecmd/compile: do not flag reflect.StructOf() as a Reflec...
2023-08-22 Austin Clementscmd/compile: redo IsRuntimePkg/IsReflectPkg predicate
2023-08-22 Matthew Dempskycmd/compile/internal/types: overhaul and simplify API
2023-08-18 Matthew Dempskycmd/compile/internal/typecheck: replace Temp calls...
2023-08-14 Matthew Dempskycmd/compile: remove reflectdata.{TypePtr,ITabAddr}...
2023-05-23 Matthew Dempskycmd/compile: implement min/max builtins
2023-05-16 cuiweixiecmd/compile/internal/walk: delete statement that don...
2023-05-10 cui fliterall: fix a lot of comments
2023-03-10 Robert Griesemercmd/compile: pass type checker error codes in the compiler
2023-01-31 Cuong Manh Lecmd/compile: add clear(x) builtin
2022-11-18 cui fliterall: add missing periods in comments
2022-10-03 cui flitercmd/compile/internal: fix a few function names on comments
2022-09-22 Cuong Manh Lecmd/compile/internal/walk: remove reduceSlice
2022-09-19 Matthew Dempskycmd/compile: implement slice-to-array conversions
2022-08-31 cuiweixiecmd/compile: add support for unsafe.{String,StringData...
2022-08-22 Cuong Manh Lecmd/compile: fix missing typecheck when rewriting abi...
2022-08-08 Cuong Manh Lecmd/compile: remove index out of bounds check in walkIndex
2022-08-04 Matthew Dempskyall: REVERSE MERGE dev.unified (d558507) into master
2022-08-04 Matthew Dempsky[dev.unified] all: merge master (85d87b9) into dev...
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-06-30 Matthew Dempsky[dev.unified] all: merge master (993c387) into dev...
2022-06-24 Matthew Dempsky[dev.unified] all: merge master (5a1c5b8) into dev...
2022-06-21 Matthew Dempsky[dev.unified] cmd/compile: extract rtype code from...
2022-05-20 Khaled Yakdancmd/compile: intercept string compares in libFuzzer...
2022-05-16 Matthew Dempskycmd/compile/internal/ir: more idiomatic DynamicType...
2022-05-05 Matthew Dempskycmd/compile: change ir.NewCompLitExpr from Ntype to...
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-24 Cuong Manh Lecmd/compile: refactor walkIndexMap
2022-03-08 Russ Coxcmd/compile: allow fieldtrack of unexported fields
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-25 Keith Randallcmd/compile,cmd/link: introduce generic interface call...
2021-09-27 Keith Randallcmd/compile: keep methods on generic types from being...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-09 Cuong Manh Lecmd/compile: move checkptr alignment to SSA generation
2021-08-27 Matthew Dempskycmd/compile: unexport Type.Width and Type.Align [generated]
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-25 Cuong Manh Lecmd/compile: fix checkptr false positive for (*[Big...
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Matthew Dempskyall: REVERSE MERGE dev.typeparams (4d3cc84) into master
2021-08-12 Matthew Dempsky[dev.typeparams] all: merge master (46fd547) into dev...
2021-08-09 Keith Randall[dev.typeparams] cmd/compile: simplify interface conver...
2021-07-29 Keith Randall[dev.typeparams] cmd/compile: implement generic .(T...
2021-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-24 Keith Randall[dev.typeparams] cmd/compile: introduce OCONVIDATA op
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
2021-07-22 Cuong Manh Le[dev.typeparams] cmd/compile: fix missing condition...
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-08 Matthew Dempsky[dev.typeparams] all: merge master (296ddf2) into dev...
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-07-02 Matthew Dempsky[dev.typeparams] all: merge master (912f075) into dev...
2021-07-01 Matthew Dempsky[dev.typeparams] all: merge master (4711bf3) into dev...
2021-06-27 Cuong Manh Le[dev.typeparams] cmd/compile: rename OCALLPART to OMETH...
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: rewrite method calls...
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: restore check for OCALLME...
2021-06-26 Cuong Manh Le[dev.typeparams] cmd/compile: clarify comment about...
2021-06-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: rewrite method call into...
2021-06-25 Cuong Manh Le[dev.typeparams] cmd/compile: simplify usemethod
2021-06-23 Matthew Dempsky[dev.typeparams] cmd/compile: desugar ORECOVER into...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-05-02 Matthew Dempskycmd/compile: implement unsafe.Add and unsafe.Slice
2021-04-23 Cherry Zhangcmd/compile, internal/abi: add FuncPCABIxxx intrinsics
2021-04-21 Josh Bleecher Snydercmd/compile: allow conversion from slice to array ptr
2021-04-20 Cherry Zhangcmd/compile: preserve pointerness when creating map...
2021-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-04-13 Cherry Zhangcmd/compile: make map functions ABI insensitive
2021-03-30 Cherry Zhangcmd/compile: be sure to wrap defer/go calls with arguments
2021-03-18 Austin Clementscmd: move experiment flags into objabi.Experiment
2021-03-05 Cherry Zhangcmd/compile: use getcallersp for gorecover "fp" arg
2021-02-25 Matthew DempskyRevert "cmd/compile: fix mishandling of unsafe-uintptr...
2021-02-25 Cuong Manh Lecmd/compile: fix mishandling of unsafe-uintptr argument...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-03 Dan Scales[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST...
next