aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pack
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-04-07cmd/pack: use testing.T.TempDir in testsTobias Klauser
2020-12-22cmd/pack: r command create output file if not existCherry Zhang
2020-12-22cmd/pack: treat compiler's -linkobj output as "compiler object"Cherry Zhang
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-11[dev.link] cmd/pack: use cmd/internal/archive packageCherry Zhang
2019-05-22all: shorten some testsRuss Cox
2018-04-02cmd: remove some unused parametersDaniel Martí
2018-03-24cmd/compile: always write pack filesMatthew Dempsky
2017-09-09cmd/pack: fix export data truncation bugMatthew Dempsky
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-03-17cmd/pack,vet: use `go doc` instead of `godoc` in docHyang-Ah Hana Kim
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
2015-04-13cmd/pack: skip fork test on darwin/arm64David Crawshaw
2015-03-01cmd/pack: skip fork test on darwin/armDavid Crawshaw
2015-02-05cmd/pack: simplify the testing logic slightlyRob Pike
2015-01-30cmd/pack: make a test less disk-intensive in short modeBrad Fitzpatrick
2014-12-28cmd/pack: address go vet reportsEmil Hessman
2014-09-23cmd/pack: fix c command for existing fileRob Pike
2014-07-08cmd/pack: skip test on android (no Go tool)David Crawshaw
2014-05-20build: make nacl passRuss Cox
2014-05-15cmd/pack: buffer writes in TestLargeDefsAnthony Martin
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-17cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox
2014-04-17cmd/pack: handle very long lines in pkgdefIan Lance Taylor
2014-04-15cmd/pack: print error along with usageRuss Cox
2014-04-04os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman
2014-04-03cmd/pack: fix format string error in log messageDave Cheney
2014-02-20cmd/pack: fix matchRuss Cox
2014-02-20cmd/pack: provide executable name in TestHelloAlex Brainman
2014-02-19cmd/pack: another attempt to fix the build for TestHelloRob Pike
2014-02-19cmd/pack: don't look for " in output from go envRob Pike
2014-02-19cmd/pack: dump output of command of "go env" command in testRob Pike
2014-02-19cmd/pack: add 'c' command to create archiveRuss Cox
2014-02-19cmd/pack: use log.SetPrefix to make log calls more compact and consistentRob Pike
2014-01-15cmd/pack: rewrite in GoRob Pike
2013-12-20libmach: remove old object file readersRuss Cox
2013-12-09cmd/pack: stop parsing object files to generate __.SYMDEFRuss Cox
2013-09-09build: remove various uses of C undefined behaviorRuss Cox
2013-08-30libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov
2013-07-26cmd/pack: support removing of leading file prefix on windowsAlex Brainman
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2012-09-13cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox
2012-07-12cmd/pack: remove unused paging logicDave Cheney
2012-03-17cmd/pack: also recognize '\\' as path separator in filenamesShenghou Ma
2012-03-05cmd: update formatting of usage messagesAndrew Gerrand