]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/base/flag.go
cmd/compile: enable -d=zerocopy by default
[gostls13.git] / src / cmd / compile / internal / base / flag.go
2023-08-18 Matthew Dempskycmd/compile: enable -d=zerocopy by default
2023-08-14 Than McIntoshinternal/coverage: separate out cmd defs to separate...
2023-08-10 Russ Coxcmd/compile: add -env key=value flag
2023-08-07 cui flitercmd/compile/internal/base: optimize the readImportCfg...
2023-05-24 Robert GriesemerRevert "cmd/compile: enable printing of error URLs...
2023-05-24 Robert Griesemercmd/compile: enable printing of error URLs by default
2023-05-24 Robert Griesemercmd/compile: report an error URL with error messages
2023-05-22 Michael Prattcmd/compile: enable PGO-driven call devirtualization
2023-05-22 Michael Prattcmd/compile: replace -d=pgoinline with -d=pgodebug
2023-05-09 Russ Coxcmd/compile: remove FS debug hash form
2023-04-21 Xiaodong Liucmd/compile: support -buildmode=c-shared on linux/mips6...
2023-04-14 Cuong Manh Lecmd/compile: reenable inline static init
2023-04-10 WANG Xueruicmd/compile, cmd/dist, internal: enable buildmode=pie...
2023-04-07 David Chasecmd/compile: minor cleanup to HashDebugPos
2023-03-16 Robert Griesemercmd/compile: add -url flag, print URL with error messag...
2023-03-09 Than McIntoshcmd/compile: remove -wrapglobalmapinit flag
2023-03-06 David Chasecmd/compile: experimental loop iterator capture semanti...
2023-02-09 Cuong Manh Lecmd/compile: disable inline static init optimization
2023-02-06 Than McIntoshcmd/compile: enable deadcode of unreferenced large...
2023-01-25 Matthew Dempskycmd: remove GOEXPERIMENT=nounified knob
2023-01-17 Robert Griesemercmd/compile: remove support for old comparable semantics
2022-12-01 Robert Griesemergo/types, types2: make the new comparable semantics...
2022-12-01 Robert GriesemerRevert "go/types, types2: make the new comparable seman...
2022-12-01 Robert Griesemergo/types, types2: make the new comparable semantics...
2022-11-23 Russ Coxcmd/compile: reenable inlstaticinit
2022-11-22 Matthew Dempskycmd/compile: add -d=inlstaticinit debug flag
2022-11-16 Russ Coxcmd/compile: handle simple inlined calls in staticinit
2022-11-04 David Chasecmd/compile: tweak compiler concurrency
2022-11-03 David Chasecmd/compile: add debug-hash flag for fused-multiply-add
2022-11-02 David Chasecmd/compile: renovate GOSSAHASH
2022-10-31 David Chasecmd/compile: add ability to indicate 'concurrentOk...
2022-10-28 Raj Barikcmd/compile: Enables PGO in Go and performs profile...
2022-10-25 Robert Griesemercmd/compile: add support for alternative comparable...
2022-10-04 Than McIntoshcmd/internal/sys: migrate support.go functions to new...
2022-09-28 cui flitercmd/compile/internal/base: replace io/ioutil with os...
2022-09-27 Than McIntoshcmd/compile: add coverage fixup mode
2022-09-20 Andy Panall: replace package ioutil with os and io in src
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-20 Gerrit Code ReviewMerge "[dev.unified] all: merge master (8e1e64c) into...
2022-07-19 David Chase[dev.unified] all: merge master (8e1e64c) into dev...
2022-07-18 Matthew Dempskycmd/compile: revert "remove -installsuffix flag"
2022-07-13 Matthew Dempskycmd/compile: remove -installsuffix flag
2022-07-13 Matthew Dempskycmd/compile: remove -importmap flag
2022-07-12 Matthew Dempskyinternal/pkgbits: change EnableSync into a dynamic...
2022-05-11 Cherry Muicmd/internal/obj: add a flag to not write referenced...
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-24 Robert Griesemercmd/compile: clarify help message for -L flag
2022-03-22 Cherry Muicmd/compile, cmd/link: produce unlinkable object when...
2022-03-09 Russ Coxcmd/compile: require -p flag
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-01 Matthew Dempskycmd/compile: remove -G flag
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 Austin Clementscmd/{asm,compile,internal/obj}: add "maymorestack"...
2021-11-05 Austin Clementscmd/compile,cmd/internal/objabi: move -d flag parser...
2021-10-30 Austin Clementscmd/compile: make -memprofilerate work
2021-10-25 fanzha02cmd/compile: add -asan option
2021-10-04 Josh Bleecher Snydercmd/go,cmd/compile: re-enable concurrent compilation...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-21 Matthew Dempskycmd/compile: enable -G=3 by default
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-07-26 Matthew Dempsky[dev.typeparams] all: merge master (ecaa681) into dev...
2021-07-22 Matthew Dempsky[dev.typeparams] all: merge master (798ec73) into dev...
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-25 Cuong Manh Le[dev.typeparams] all: merge master (37f9a8f) into dev...
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Matthew Dempsky[dev.typeparams] all: add GOEXPERIMENT=unified knob
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-04-16 Russ Coxinternal/buildcfg: move build configuration out of...
2021-03-29 Austin Clementscmd/compile: eliminate -abiwraplimit
2021-03-23 Ian Lance Taylorcmd/compile: don't let -race override explicit -d=check...
2021-03-19 Cherry Zhangcmd/compile: add clobberdeadreg mode
2021-03-18 Austin Clementscmd: move experiment flags into objabi.Experiment
2021-03-18 Austin Clementsall: explode GOEXPERIMENT=regabi into 5 sub-experiments
2021-03-17 Cherry Zhangcmd/compile: resurrect clobberdead mode
2021-02-26 Dan Scalescmd/compile: fix missing descend in Addrtaken for...
2021-02-24 Filippo Valsorda[dev.boringcrypto] all: merge master (5b76343) into...
2021-02-19 Robert Griesemerall: REVERSE MERGE dev.typeparams (7cdfa49) into master
2021-02-19 Robert Griesemer[dev.typeparams] all: merge master (06b86e9) into dev...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Robert Griesemer[dev.typeparams] all: merge master (eb98272) into dev...
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-09 Rob Findley[dev.typeparams] merge dev.regabi (618e3c1) into dev...
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.typeparams] all: merge dev.regabi (23b0c1f) into...
next