aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2021-08-26[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgoMichael Matloob
2021-08-26cmd/compile/internal/types2: remove need for instance (struct)Robert Griesemer
2021-08-26cmd/compile/internal/types2: address some TODOs (cleanup)Robert Griesemer
2021-08-26cmd/go: pass -gcflags after other flags generated by the go commandCuong Manh Le
2021-08-25cmd/compile/internal/types2: fix type set printing and add testRobert Griesemer
2021-08-25cmd/compile/internal/types2: rename IsMethodSet to IsConstraint (cleanup)Robert Griesemer
2021-08-25cmd/compile: always accept 1.18 syntax but complain if not 1.18Robert Griesemer
2021-08-25go/types, types2: don't re-evaluate context string for each function argument...Robert Griesemer
2021-08-25cmd/compile/internal/syntax: fix position of type parameter fieldRobert Griesemer
2021-08-25cmd/compile: generic SSA rules for simplifying 2 and 3 operand integer arithm...Jake Ciolek
2021-08-25cmd/compile: fix function contains no TParam in generic functionkorzhao
2021-08-25cmd/compile: allow embed into any byte slice typekorzhao
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-25cmd/compile: fix stencil call expression.wdvxdr
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-25cmd/compile: fix CheckSize() calculation for -G=3 and stencilsDan Scales
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-24cmd/compile: simplify bad conversion checkKeith Randall
2021-08-24cmd/compile: mark ODYNAMICDOTTYPE as an expression that can panicKeith Randall
2021-08-24cmd/compile: fix naming of types inside instantiationsDan Scales
2021-08-24cmd/compile: change irgen to generate exprs/stmts after decls processedMatthew Dempsky
2021-08-24cmd/link: guarantee "section .debug_gdb_scripts" is always "$GOROOT/src/runti...crazycomputer
2021-08-24cmd/compile/internal/types2: use TypeList in the Inferred structRobert Griesemer
2021-08-24cmd/compile/internal/types2: use a TypeList type to hold type argumentsRobert Griesemer
2021-08-24cmd/compile/internal/types2: use []*TypeParam rather than []*TypeName for typ...Robert Griesemer
2021-08-24cmd/compile/internal/types2: use an opaque environment for InstantiateRobert Griesemer
2021-08-24cmd/compile/internal/types2: don't export TypeSetRobert Griesemer
2021-08-24embed: document the maximum file size supportedkorzhao
2021-08-24cmd/compile: reuse same node for global dictionariesDan Scales
2021-08-23cmd/compile: fixes for non-constant Sizeof/Alignof/OffsetofDan Scales
2021-08-23all: replace runtime SSE2 detection with GO386 settingMartin Möhrmann
2021-08-23cmd/compile: do not mark arrays used for map initialization noalgMartin Möhrmann
2021-08-23cmd/compile: don't emit write barriers for offsets of global addresseszikaeroh
2021-08-23cmd/compile: always remove receiver type from instantiated method valuesKeith Randall
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-23cmd/compile: fixing 15.go for -G=3Dan Scales
2021-08-23go/types: return an error from InstantiateRobert Findley
2021-08-23cmd/go: fix long test buildersCuong Manh Le
2021-08-22cmd/compile/internal/types2: enable TestSelection API testRobert Griesemer
2021-08-22cmd/compile/internal/types2: report argument type for unsafe.OffsetOfRobert Griesemer
2021-08-21cmd/compile: absorb NEG into branch when possible on riscv64Joel Sing
2021-08-21cmd/compile: convert branch with zero to more optimal branch zero on riscv64Joel Sing
2021-08-21cmd/compile: sort regalloc switch by architectureJoel Sing
2021-08-21cmd/compile: enable -G=3 by defaultMatthew Dempsky
2021-08-20cmd/internal/buildid: reject empty idRuss Cox
2021-08-20cmd/compile/internal/syntax: add PosBase.TrimmedMatthew Dempsky
2021-08-20cmd/compile: use typeAndStr directly in signatsliceCuong Manh Le
2021-08-20cmd/asm/internal/arch: adds the missing type check for arm64 SXTB extensioneric fang
2021-08-20cmd/internal/obj/arm64: disable the pre and post index formats for pseudo reg...eric fang