]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / cmd /
2023-11-15 Than McIntoshcmd/compile/internal/inline: score call sites exposed... master
2023-11-15 Than McIntoshcmd/compile/internal/inline: rework call scoring for...
2023-11-15 Than McIntoshcmd/compile/internal/inline: fix buglet in panic path...
2023-11-15 Park Zhoucmd/compile/internal/ir: fix doc
2023-11-15 Robert Griesemergo/types, types2: remove local version processing in...
2023-11-14 Jes Cokcmd/link/internal/loadpe: remove unused dynimports...
2023-11-14 Cuong Manh Lecmd/compile/internal/types2: mark gotypesalias as undoc...
2023-11-14 Dmitri Shuralyovcmd/api: use api/next directory for beta versions
2023-11-13 Robert Griesemergo/types, types2: add FileVersions map to test Info
2023-11-13 Paul E. Murphycmd/compile/internal/ssa: on PPC64, merge (CMPconst...
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-13 Michael Prattcmd/compile: support lookup of functions from export...
2023-11-13 Michael Prattcmd/compile: initial function value devirtualization
2023-11-13 aimuzcmd/compile: remove redundant function pkgNameOf
2023-11-11 Robert Griesemergo/types, types2: implement Info.PkgNameOf
2023-11-10 Robert Griesemergo/types, types2: always run tests with and without...
2023-11-10 Michael Prattcmd/compile: move FuncPC intrinsic handling to common...
2023-11-10 Michael Anthony... runtime: add execution tracer v2 behind GOEXPERIMENT...
2023-11-10 Michael Anthony... runtime: fix user arena heap bits writing on big endian...
2023-11-10 Robert Griesemercmd/compile: update types2.Info.FileVersions API to...
2023-11-09 Michael Anthony... runtime: implement experiment to replace heap bitmap...
2023-11-09 qmuntalcmd/internal/link: merge .pdata and .xdata sections...
2023-11-09 Paul E. Murphycmd/internal/obj/ppc64: remove C_UCON optab matching...
2023-11-09 Robert Griesemergo/types, types2: introduce _Alias type node
2023-11-09 Joel Singcmd/internal/obj/riscv: improve handling of invalid...
2023-11-08 Bryan C. Millscmd/go: allow toolchain upgrades in 'go mod download...
2023-11-08 Quan Tongcmd/go/internal/modload: ignore $GOPATH/go.mod
2023-11-08 Jes Cokcmd/go/internal/modload: omit return at the end of...
2023-11-08 Jes Cokcmd/go/internal/modload: avoid calling strings.HasPrefi...
2023-11-08 Than McIntoshcmd/compile/internal/types: remove dead function
2023-11-08 Cherry Muiall: rename GOEXPERIMENT=range to rangefunc
2023-11-08 Than McIntoshcmd/link/internal/loader: remove some dead code
2023-11-08 Than McIntoshcmd/compile/internal/inlheur: regionalize call site...
2023-11-08 Than McIntoshcmd/compile/internal/inl: remove some spurious debuggin...
2023-11-08 Than McIntoshcmd/compile/inline/inleur: use "largest possible score...
2023-11-08 Than McIntoshcmd/compile/internal/inline/inlheur: remove pkg-level...
2023-11-08 Keith Randallcmd/internal/obj/arm64: fix frame pointer restore in...
2023-11-07 Than McIntoshcmd/compile/internal/inline/inlheur: enhance call resul...
2023-11-07 Than McIntoshcmd/compile/internal/inline: tweak "returns inlinable...
2023-11-07 Jorropocmd/compile: fix findIndVar so it does not match disjoi...
2023-11-07 Mauri de Souza Men... cmd/compile,runtime: dedup writeBarrier needed
2023-11-07 Joel Singcmd/internal/obj/riscv: support subtraction with a...
2023-11-07 Wang Yaduocmd/internal/obj/riscv: fix the offset of JALR transfor...
2023-11-06 Russ Coxgo/version: add new package
2023-11-06 Bryan C. Millscmd/go/internal/vcs: error out if the requested repo...
2023-11-06 Than McIntoshcmd/link/internal/loadpe: allocate comdat definitions...
2023-11-06 Jayanth Krishnamurthycmd/compile: adding rule to eliminate ANDCCconst
2023-11-06 Paul E. Murphycmd/internal/asm/ppc64: avoid generating exser nops
2023-11-06 Quan Tongcmd/go: handle '@' in local path when running 'go mod...
2023-11-03 Bryan C. Millscmd/go: allow 'go mod download' to switch toolchains...
2023-11-03 Dmitri Shuralyovcmd/go/internal/modfetch: show real URL in response...
2023-11-03 Jes Cokcmd/link/internal/ld: use strings.TrimPrefix in expandFile
2023-11-02 Michael Prattcmd/compile: fix unstable selection of hottest edge
2023-11-02 Guoqi Chendebug/elf,cmd/link: add additional relocations for...
2023-11-02 Dmitri Shuralyovcmd/go/internal/modfetch: avoid path.Join in URL errors...
2023-11-02 Jes Cokcmd/compile/internal/syntax: use strings.TrimPrefix...
2023-11-02 Russ Coxcmd/cgo: disable #cgo noescape/nocallback until Go...
2023-11-02 Robert Griesemergo/parser: better error messages for incorrect type...
2023-11-02 Robert Griesemergo/types, types2: enable range over int w/o need for...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: better error messages...
2023-11-01 Robert Griesemercmd/compile/internal/syntax: fix/update various comments
2023-10-31 Keith Randallcmd/compile: ensure pointer arithmetic happens after...
2023-10-31 Keith Randallcmd/compile: handle constant pointer offsets in dead...
2023-10-31 Keith Randallruntime: on arm32, detect whether we have sync instructions
2023-10-31 Jes Cokcmd/compile/internal/ssa: adjust default to the end...
2023-10-31 Robert Griesemercmd/compile/internal/syntax: set up dummy name and...
2023-10-31 Robert Griesemergo/types, types2: more concise error if conversion...
2023-10-31 Joel Singcmd/dist,internal/platform: enable openbsd/ppc64 port
2023-10-30 Jes Cokcmd/compile/internal/ssa: add missing space in comment
2023-10-30 Quan Tongcmd/go/internal/help: update the documentation to match...
2023-10-30 Ubuntucmd/compile: optimize right shifts of int32 on riscv64
2023-10-27 Cherry Muicmd/compile: rework TestPGOHash to not rebuild dependencies
2023-10-26 Dmitri Shuralyovcmd: update vendored golang.org/x/mod
2023-10-25 Bryan C. Millscmd/go: allow suffixed toolchains to satisfy toolchain...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).acquireNet test...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).mustHaveContent...
2023-10-25 Tobias Klausercmd/go: remove unused (*testgoData).runGit test helper
2023-10-25 Tobias Klausercmd/compile/internal/typecheck: use strings.Contains
2023-10-24 Keith Randallcmd/compile: use new runtime type mechanism for type...
2023-10-24 Keith Randallcmd/compile: reorganize compiler type descriptor generation
2023-10-24 Michael Prattcmd/compile/internal/ir: update CallExpr comment reference
2023-10-24 Alan Donovango/types: fix (*T)(nil)-to-interface conversion bug
2023-10-20 Paul E. Murphycmd/internal/obj/ppc64: refactor maskgen
2023-10-20 Quan Tongcmd/go/internal/work: set Incomplete to true if there...
2023-10-20 Guoqi Chencmd/compile: improve the implementation of Lowered...
2023-10-19 Dmitri Shuralyovall: update vendored dependencies
2023-10-19 Dmitri Shuralyovall: drop old +build lines
2023-10-19 Dmitri Shuralyovtest: migrate remaining files to go:build syntax
2023-10-19 Austin Clementscmd/go: move all Shell methods to shell.go
2023-10-19 Austin Clementscmd/go: add Shell.RemoveAll
2023-10-19 Austin Clementscmd/go: introduce Shell abstraction
2023-10-19 Austin Clementscmd/go: serialize access to scriptDir with output
2023-10-19 Austin Clementscmd/go: clean up adding import path to command error
2023-10-19 Cuong Manh Lecmd/compile: report mismatched version set by //go...
2023-10-18 Austin Clementscmd/go: work around race in fmtCmd
2023-10-18 Quan Tongcmd/go/internal/modcmd: do not copy test embed files...
2023-10-18 Paul E. Murphycmd/internal/obj/ppc64: refactor maskgen64 usage
2023-10-18 Paul E. Murphycmd/compile/internal/ssa: on PPC64, generate large...
2023-10-18 Jayanth Krishnamurthycmd/compile: update to rules on PPC64 folding bit rever...
2023-10-18 cui flitercmd/internal/obj/arm64: replace the migrated url address
next