index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
ir
/
expr.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: fix ir.StaticValue for ORANGE
Junwei Zuo
2023-04-12
1
-0
/
+5
*
all: fix misuses of "a" vs "an"
cui fliter
2023-04-04
1
-1
/
+1
*
cmd/compile: update documentation for ONAME node with nil Func
Cuong Manh Le
2023-02-28
1
-2
/
+1
*
cmd/compile: add clear(x) builtin
Cuong Manh Le
2023-01-31
1
-1
/
+1
*
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-19
1
-1
/
+1
*
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-31
1
-2
/
+18
*
cmd/compile: remove OVARDEF and OVARLIVE
Keith Randall
2022-08-22
1
-1
/
+1
*
cmd/compile: rip out support for OVARKILL from compiler frontend
Keith Randall
2022-08-22
1
-1
/
+1
*
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-09
1
-1
/
+0
*
[dev.unified] cmd/compile: plumb rtype through for OMAPLIT
Matthew Dempsky
2022-06-23
1
-0
/
+1
*
[dev.unified] cmd/compile: add RType fields
Matthew Dempsky
2022-06-23
1
-5
/
+20
*
[dev.unified] cmd/compile: avoid reflectType in ssagen
Matthew Dempsky
2022-06-21
1
-0
/
+15
*
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-16
1
-16
/
+21
*
cmd/compile/internal/ir: remove NilExpr.Sym_
Cuong Manh Le
2022-05-13
1
-4
/
+0
*
cmd/compile/internal/ir: prune down possible Ntype nodes
Matthew Dempsky
2022-05-05
1
-25
/
+0
*
cmd/compile: change ir.InstExpr.Targs from Node to Ntype
Matthew Dempsky
2022-05-05
1
-2
/
+2
*
cmd/compile: remove ir.TypeAssertExpr.Ntype
Matthew Dempsky
2022-05-05
1
-4
/
+6
*
cmd/compile: remove ir.CompLitExpr.Ntype field
Matthew Dempsky
2022-05-05
1
-2
/
+1
*
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-05-05
1
-3
/
+5
*
all: gofmt main repo
Russ Cox
2022-04-11
1
-5
/
+5
*
all: fix various doc comment formatting nits
Russ Cox
2022-04-01
1
-5
/
+5
*
Revert "cmd/compile: stop interface conversions for generic method calls from...
Keith Randall
2022-03-26
1
-2
/
+1
*
cmd/compile/internal/ir: remove NewClosureExpr
Cuong Manh Le
2022-03-25
1
-8
/
+0
*
cmd/compile: remove n.Diag() deadcode paths
Cuong Manh Le
2022-03-18
1
-1
/
+0
*
cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...
fanzha02
2022-03-17
1
-0
/
+6
*
Revert "cmd/compile: set conversions to unsafe.Pointer as an escaping operati...
Fannie Zhang
2022-03-17
1
-6
/
+0
*
cmd/compile: allow noop conversions when comparing expressions
Keith Randall
2022-03-16
1
-5
/
+6
*
cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...
fanzha02
2022-03-16
1
-0
/
+6
*
cmd/compile: include all entries in map literal hint size
Keith Randall
2022-03-01
1
-1
/
+4
*
cmd/compile: stop interface conversions for generic method calls from allocating
Keith Randall
2022-01-13
1
-1
/
+2
*
cmd/compile: move checkptr alignment to SSA generation
Cuong Manh Le
2021-09-09
1
-5
/
+4
*
cmd/compile: ignore SliceExpr.CheckPtrCall for mknode
Cuong Manh Le
2021-08-28
1
-1
/
+1
*
cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] pattern
Cuong Manh Le
2021-08-25
1
-4
/
+5
*
cmd/compile: fix typos
wangyuntao
2021-08-17
1
-1
/
+1
*
[dev.typeparams] cmd/compile: implement generic type switches
Keith Randall
2021-08-09
1
-0
/
+9
*
[dev.typeparams] cmd/compile: implement generic .(T) operations
Keith Randall
2021-07-29
1
-0
/
+23
*
[dev.typeparams] cmd/compile: introduce OCONVIDATA op
Keith Randall
2021-07-24
1
-1
/
+1
*
[dev.typeparams] Fix problem with 14.go
Dan Scales
2021-07-22
1
-0
/
+8
*
[dev.typeparams] cmd/compile: remove ir.CallUse
Matthew Dempsky
2021-07-03
1
-12
/
+0
*
[dev.typeparams] cmd/compile: flatten OINLCALL in walk
Matthew Dempsky
2021-07-03
1
-1
/
+13
*
[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUE
Cuong Manh Le
2021-06-27
1
-3
/
+3
*
[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...
Dan Scales
2021-06-24
1
-0
/
+5
*
[dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFP
Matthew Dempsky
2021-06-23
1
-2
/
+6
*
[dev.typeparams] cmd/compile: remove CallExpr.PreserveClosure
Matthew Dempsky
2021-06-23
1
-7
/
+6
*
[dev.typeparams] cmd/compile: refactor closure construction
Matthew Dempsky
2021-06-12
1
-0
/
+1
*
[dev.typeparams] cmd/compile: point StructKeyExpr at the types.Field
Matthew Dempsky
2021-06-04
1
-6
/
+4
*
[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...
Cherry Mui
2021-06-04
1
-0
/
+1
*
[dev.typeparams] cmd/compile: add and use ir.RawOrigExpr
Matthew Dempsky
2021-05-27
1
-0
/
+14
*
[dev.typeparams] cmd/compile: fix use of method values with stenciled methods
Dan Scales
2021-05-12
1
-2
/
+7
*
cmd/compile: implement unsafe.Add and unsafe.Slice
Matthew Dempsky
2021-05-02
1
-1
/
+1
[next]