index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
walk
Age
Commit message (
Expand
)
Author
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-24
all: fix some comments
cui fliter
2022-12-06
cmd/compile: turn off jump tables when spectre retpolines are on
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
cmd/compile: fix broken IR for iface -> eface
Cuong Manh Le
2022-11-15
cmd/compile: be more careful about pointer incrementing in range loops
Keith Randall
2022-11-15
cmd/compile: fix missing typecheck for static initialization slice
Cuong Manh Le
2022-10-10
cmd/compile: fix missing walk pass for static initialization slice
Cuong Manh Le
2022-10-03
cmd/compile/internal: fix a few function names on comments
cui fliter
2022-09-22
cmd/compile/internal/walk: remove reduceSlice
Cuong Manh Le
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-09-06
cmd/compile: gofmt comments
zhangyunhao
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-09-01
cmd/compile,runtime: redo growslice calling convention
Keith Randall
2022-08-31
cmd/compile: use better splitting condition for string binary search
Keith Randall
2022-08-31
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-31
cmd/compile: avoid excessive libfuzzer instrumentation of int compares
Khaled Yakdan
2022-08-22
cmd/compile: fix missing typecheck when rewriting abi.FuncPCABIxxx
Cuong Manh Le
2022-08-22
cmd/compile: remove OVARDEF and OVARLIVE
Keith Randall
2022-08-22
cmd/compile: rip out support for OVARKILL from compiler frontend
Keith Randall
2022-08-18
cmd/compile: remove OFORUNTIL
Keith Randall
2022-08-18
cmd/compile: stop using VARKILL
Keith Randall
2022-08-18
cmd/compile: don't use OFORUNTIL when implementing range loops
Keith Randall
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-08-11
cmd/compile: avoid copying Pos from ONAME when creating converts for maps
David Chase
2022-08-08
cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0
cuiweixie
2022-08-08
cmd/compile: remove index out of bounds check in walkIndex
Cuong Manh Le
2022-07-19
[dev.unified] all: merge master (8e1e64c) into dev.unified
David Chase
2022-07-08
cmd/compile: fix libfuzzer instrumentation line number
Keith Randall
2022-07-01
[dev.unified] cmd/compile/internal/walk: RType fields for range assignments
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile: refactor `range` desugaring
Matthew Dempsky
2022-06-30
[dev.unified] cmd/compile/internal/walk: fix typo in debug print
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clauses
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: plumb rtype through for OMAPLIT
Matthew Dempsky
2022-06-23
[dev.unified] cmd/compile: add RType fields
Matthew Dempsky
2022-06-21
[dev.unified] cmd/compile: extract rtype code from walk
Matthew Dempsky
2022-06-21
[dev.unified] cmd/compile/internal/walk: minor prep refactoring
Matthew Dempsky
2022-05-23
cmd/compile: support libFuzzer value profiling mode for integer compares
Khaled Yakdan
2022-05-20
cmd/compile: intercept string compares in libFuzzer mode
Khaled Yakdan
2022-05-20
cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters
Khaled Yakdan
2022-05-18
cmd/compile: do not use special literal assignment if LHS is address-taken
Cherry Mui
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-11
cmd/compile,runtime: open code unsafe.Slice
Cuong Manh Le
2022-05-05
cmd/compile: construct ir.FuncType within typecheck.DeclFunc
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.TypeAssertExpr.Ntype
Matthew Dempsky
2022-05-05
cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type
Matthew Dempsky
2022-05-05
cmd/compile: fix constructing expr side-effects when comparing 0-size types
Cuong Manh Le
2022-05-05
cmd/compile: fix static init of literal contains dynamic exprs
Cuong Manh Le
2022-05-05
cmd/compile: use appendWalkStmt when possible
Cuong Manh Le
2022-05-05
cmd/compile/internal/walk: remove litas
Cuong Manh Le
[next]