]> Cypherpunks.ru repositories - gostls13.git/history - src/clean.bash
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / clean.bash
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-02-28 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-02-26 Nikson Kanti Paulbuild: in clean.bash, look for 'go' in GOROOT/bin inste...
2015-08-25 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-08-05 Russ Coxbuild: clean current tree in clean.bash
2015-07-01 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-06-18 Shenghou Mabuild: fix clean scripts
2012-02-15 Mikio Harabuild: fix clean.bash
2012-02-04 Russ Coxbuild: use cmd/dist
2012-01-31 Russ Coxbuild: remove Make.pkg, Make.tool
2011-12-15 Russ Coxtest/bench/go1: first draft of Go 1 benchmark suite
2011-12-13 Russ Coxtest/garbage: move to test/bench/garbage
2011-12-13 Russ Coxfix build, sorry
2011-12-11 Lucio De ReHousekeeping: Cleaning up the clean-up process.
2011-03-21 Gustavo Niemeyerbuild: reenable clean.bash without gomake
2011-03-07 Russ Coxruntime: scheduler, cgo reorganization
2011-03-02 Dave Cheneybuild: simplify clean.bash
2011-02-04 Russ Coxbuild: allow clean.bash to work on fresh checkout
2010-12-08 Russ Coxfix build: more libcgo references
2010-08-30 Christian Himpelbuild: remove unnecessary references to GOBIN and GOROOT
2010-08-19 Christopher Wedgwoodclean.bash: fix standalone runs
2010-07-30 Andrew Gerrandmisc/builder: support for uploading tarballs to googlecode
2010-07-22 Andrew Gerrandbuild: clean.bash to check that GOOS and GOARCH are set
2010-02-09 Russ Coxadd simple garbage collector benchmarks to dashboard
2009-12-13 Christopher Wedgwoodclean.bash: stop if $GOROOT is not set
2009-12-11 Devon H. O'DellRemove GOBIN in PATH dependency; don't assume cwd is...
2009-11-24 Sergio Luis O. B... go: makes it build for the case $GOROOT has whitespaces
2009-11-14 Devon H. O'DellBuild changes to support work on the BSDs.
2009-11-01 Russ Coxmisc cleanup
2009-10-22 Russ Coxfix build after Mercurial move.
2009-10-20 David SymondsMove usr/dsymonds/iterable to src/pkg/exp/iterable.
2009-10-15 Russ Coxfix build:
2009-10-08 Ian Lance TaylorOnly clean the relevant installed files, not everything...
2009-10-03 Russ Coxclean more
2009-08-14 Rob Pikerename libmach_amd64 libmach
2009-06-09 Rob Pikemv src/lib to src/pkg
2009-06-07 Russ Coxmove src/runtime -> src/lib/runtime;
2009-05-20 Russ Coxclear out pkg tree in clean.bash.
2009-03-24 Russ Coxfix build:
2008-11-24 Russ Coxadd hash to build; rm pkg/* in clean.bash
2008-11-21 Russ Coxconvert lib to a Makefile,
2008-09-26 Russ Coxmove src/syscall to src/lib/syscall.
2008-09-19 Russ Coxadd gobuild.
2008-09-18 Russ Coxmake Makefiles safe for parallel make
2008-08-08 Rob Pikeinclude syscall in default build
2008-07-09 Rob Pikebuild packages automatically
2008-06-14 Ken Thompsonplan9 line numbers and line table
2008-06-12 Rob Pikeimport the plan 9 libraries libc (lib9) and libbio...