summaryrefslogtreecommitdiff
path: root/.hgignore
Commit message (Collapse)AuthorAgeFilesLines
* .hgignore: delete some dregsRob Pike2014-09-251-5/+0
| | | | | | | | | I'd rather delete the file but I doubt that will be popular. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://codereview.appspot.com/150100043
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-6/+6
| | | | | | | | | | | | | | | | | | | This CL adjusts code referring to src/pkg to refer to src. Immediately after submitting this CL, I will submit a change doing 'hg mv src/pkg/* src'. That change will be too large to review with Rietveld but will contain only the 'hg mv'. This CL will break the build. The followup 'hg mv' will fix it. For more about the move, see golang.org/s/go14nopkg. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/134570043
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+1
| | | | | | | | | This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
* .hgignore: remove duplicate entryIan Lance Taylor2013-12-121-1/+0
| | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/40690048
* .hgignore: remove merge markersIan Lance Taylor2013-12-121-3/+0
| | | | | | R=golang-dev, dsymonds CC=golang-dev https://codereview.appspot.com/40720049
* .hgignore: ignore liblink/anames?.cRuss Cox2013-12-091-0/+4
| | | | | | R=golang-dev, minux.ma, iant CC=golang-dev https://codereview.appspot.com/36300045
* cmd/dist: add liblink build informationRuss Cox2013-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | In addition to adding the library, change the way the anames array is created. Previously, it was written to src/cmd/6l/enam.c (and similarly for 5l and 8l) and each of the other tools (6g, 6c, 6a) compiled the 6l/enam.c file in addition to their own sources. Now that there is a library shared by all these programs, move the anames array into that library. To eliminate name conflicts, name the array after the architecture letter: anames5, anames6, anames8. First step to linker cleanup (golang.org/s/go13linker). This CL does not build by itself. It depends on the CLs introducing liblink and changing commands to use it. R=iant CC=golang-dev https://codereview.appspot.com/35740044
* build: ignore new zfiles, delete temp goplay binary in run.bashBrad Fitzpatrick2013-08-021-0/+2
| | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/12320045
* hgignore: cleanup obsolete entries.R?my Oudompheng2013-06-021-5/+0
| | | | | | R=golang-dev, dave, r CC=golang-dev https://codereview.appspot.com/9935043
* build: update Makefile to track source code dependencies betterShenghou Ma2012-03-131-0/+1
| | | | | | | | Also update .hgignore to ignore y.output. R=rsc CC=golang-dev http://codereview.appspot.com/5797061
* hgignore: ignoring misc/cgo/testso/main instead of /misc/cgo/testso/testsoFrancisco Souza2012-03-081-1/+1
| | | | | | | | | | test.bash does not remove main if the test fails, so it is good to keep main in .hgignore. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5784057 Committer: Russ Cox <rsc@golang.org>
* misc/cgo: re-enable testsoFrancisco Souza2012-03-081-0/+1
| | | | | | | | | | | | | | The test.bash file generates .so file using gcc, builds the executable using the go tool and then run it with the $LD_LIBRARY_PATH variable pointing to the directory where the .so file lives. Fixes issue 2982. R=rsc, remyoudompheng CC=golang-dev http://codereview.appspot.com/5788043 Committer: Russ Cox <rsc@golang.org>
* build: re-enable some broken tests in run.bashShenghou Ma2012-03-081-2/+2
| | | | | | | | Updates issue 2982. R=rsc, rsc CC=golang-dev http://codereview.appspot.com/5759064
* hgignore: ignore run.out generated by misc/cgo/stdio/test.bashFrancisco Souza2012-03-071-0/+1
| | | | | | | | R=golang-dev, minux.ma, rsc CC=golang-dev http://codereview.appspot.com/5757059 Committer: Russ Cox <rsc@golang.org>
* .hgignore: delete references to Make.inc and syslist.goRob Pike2012-03-071-2/+0
| | | | | | R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5752066
* build: remove old version*.go files from hgignoreBrad Fitzpatrick2012-02-201-2/+0
| | | | | | | | | | This broke a build on a Linux box I hadn't updated in awhile. The hgignore files were preventing hg status from showing and hg purge from cleaning up junk. R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5687048
* .hgignore: add src/cmd/dist/dist.dSYMShenghou Ma2012-02-171-0/+1
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5677076 Committer: Russ Cox <rsc@golang.org>
* .hgignore: delete more dregsRob Pike2012-02-061-4/+0
| | | | | | R=golang-dev, ality CC=golang-dev http://codereview.appspot.com/5636044
* .hgignore: delete dregsRob Pike2012-02-061-4/+0
| | | | | | R=golang-dev, dsymonds CC=golang-dev http://codereview.appspot.com/5634045
* .hgignore: add VERSION.cacheGustavo Niemeyer2012-02-051-0/+1
| | | | | | R=golang-dev, r CC=golang-dev http://codereview.appspot.com/5627051
* gc: check in y.tab.[ch], yerr.h, builtin.c.Russ Cox2012-02-031-4/+0
| | | | | | | | This enables builds on systems without Bison/yacc. R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/5622051
* .hgignore: update to ignore tmpltohtml.David Symonds2012-02-031-1/+1
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5617055
* gc, cc: avoid using the wrong library when building the compilersAnthony Martin2012-02-011-1/+1
| | | | | | | | | | This can happen on Plan 9 if we we're building with the 32-bit and 64-bit host compilers, one after the other. R=rsc CC=golang-dev http://codereview.appspot.com/5599053
* .hgignore: ignore autogenerated filesChristopher Wedgwood2011-12-201-0/+5
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/5491077 Committer: Russ Cox <rsc@golang.org>
* build: update .hgignoreAndrew Gerrand2011-12-021-2/+1
| | | | | | R=golang-dev, dsymonds, r CC=golang-dev http://codereview.appspot.com/5451073
* misc/osx: Add scripts to create OS X package and disk imageScott Lawrence2011-11-181-0/+2
| | | | | | | | | | Fixes issue 2327. R=golang-dev, rsc, roberto, jdpoirier CC=golang-dev http://codereview.appspot.com/5375049 Committer: Joe Poirier <jdpoirier@gmail.com>
* .hgignore: ignore src/pkg/exp/ebnflint/ebnflintAlex Brainman2011-10-261-1/+1
| | | | | | R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/5294060
* codereview: save CL messages in $(hg root)/last-changeRuss Cox2011-09-201-0/+1
| | | | | | | | Fixes issue 2279. R=bradfitz, r, r CC=golang-dev http://codereview.appspot.com/5096042
* exp/norm: added normregtest to .hgignore.Marcel van Lohuizen2011-09-141-0/+1
| | | | | | R=r, rsc CC=golang-dev http://codereview.appspot.com/5009045
* exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen2011-08-101-0/+1
| | | | | | | | | | | | | | - triegen.go: Factored out trie generation code from maketables.go (only renamed printTrieTables to printTables and made it a method). - maketesttables.go: new tool to generate data for the trie unit test. - Makefile: changed accordingly. - trie.go: trie lookup code. - trietest_data.go: generated by maketesttables.go. - trie_test.go: unit test for trie.go. R=r CC=golang-dev http://codereview.appspot.com/4844053
* exp/norm: maketables tool for generating tables for normalization.Marcel van Lohuizen2011-08-041-0/+1
| | | | | | R=r, bsiegert, r, alex.brainman CC=golang-dev http://codereview.appspot.com/4662080
* go/build: exclude cgo test from armAndrew Gerrand2011-06-061-0/+1
| | | | | | | | | go/build: include command output in error values go/build: add syslist.go to .hgignore R=golang-dev, r CC=golang-dev http://codereview.appspot.com/4550118
* syscall: add Mmap, Munmap on Linux, FreeBSD, OS XRuss Cox2011-04-061-0/+2
| | | | | | | | | | * tweak mksyscall*.pl to be more gofmt-compatible. * add mkall.sh -syscalls option. * add sys/mman.h constants on OS X R=r, eds, niemeyer CC=golang-dev http://codereview.appspot.com/4369044
* .hgignore: Ignore all goinstalled packagesEvan Shaw2011-03-171-2/+1
| | | | | | | | R=golang-dev, niemeyer, rsc1, rog, rsc CC=golang-dev http://codereview.appspot.com/4285047 Committer: Russ Cox <rsc@golang.org>
* goinstall: handle $(GOOS) and $(GOARCH) in filenamesGustavo Niemeyer2011-03-071-0/+1
| | | | | | | | | | | | | | | | | | This enables goinstall to handle .go and .c files (for cgo) which are named after the following patterns: name_$(GOOS).* name_$(GOARCH).* name_$(GOOS)_$(GOARCH).* Files with those names are only included if the $(GOOS) and $(GOARCH) match the current system. R=rsc CC=golang-dev http://codereview.appspot.com/4172055 Committer: Russ Cox <rsc@golang.org>
* .hgignore: add *.cgo*.{c,go}Gustavo Niemeyer2011-02-221-0/+2
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/4168059 Committer: Russ Cox <rsc@golang.org>
* .hgignore: add doc/codelab/wiki/*.binGustavo Niemeyer2011-02-191-0/+1
| | | | | | | | R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/4173063 Committer: Andrew Gerrand <adg@golang.org>
* .hgignore: ignore src/pkg/runtime/version_*.goAlex Brainman2011-02-091-0/+1
| | | | | | R=golang-dev, r2 CC=golang-dev http://codereview.appspot.com/4159041
* .hgignore: Add some more files created by all.bash.Ian Lance Taylor2011-01-311-0/+5
| | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/4105044
* codereview: handle file patterns betterRuss Cox2011-01-241-0/+1
| | | | | | | | | | | | | | | | | If a file pattern is given and matches files that look like they need to be hg added or hg removed, offer to do so. If a file pattern is given and matches files in another CL, warn. If a file pattern doesn't match anything, point that out. Vet first line of CL description. Fixes issue 972. R=adg, niemeyer CC=bradfitzgo, golang-dev http://codereview.appspot.com/4099042
* windows: implement exception handlingHector Chu2011-01-191-0/+2
| | | | | | | | R=rsc, brainman CC=golang-dev http://codereview.appspot.com/4079041 Committer: Russ Cox <rsc@golang.org>
* hg: add cgo/_cgo_* to .hgignore.Nigel Tao2011-01-121-0/+1
| | | | | | R=rsc, nigeltao_gnome CC=golang-dev http://codereview.appspot.com/3956042
* add _testmain.go to .hgignoreAlex Brainman2010-10-041-0/+1
| | | | | | R=rsc, r2 CC=golang-dev http://codereview.appspot.com/2332042
* goinstall: added -a flag to mean "all remote packages"Scott Lawrence2010-09-021-0/+1
| | | | | | | | | | | | | | Fixes issue 897. goinstall -a can be used to reinstall all packages after an upgrade goinstall -a -u can be used to update all package A history of remote package installs is stored in $GOROOT/goinstall.log R=rsc, adg CC=golang-dev http://codereview.appspot.com/1947041 Committer: Russ Cox <rsc@golang.org>
* .hgignore: ignore src/cmd/cc/y.outputChristian Himpel2010-08-261-0/+1
| | | | | | | | R=golang-dev, adg1, adg CC=golang-dev http://codereview.appspot.com/2023044 Committer: Andrew Gerrand <adg@golang.org>
* build: no required environment variablesRuss Cox2010-08-181-1/+2
| | | | | | R=adg, r, PeterGo CC=golang-dev http://codereview.appspot.com/1942044
* hgignore: adds bin/ to support setting $GOBIN to $GOROOT/binJames Whitehead2010-07-191-0/+1
| | | | | | | | R=PeterGo, adg CC=golang-dev, jnw http://codereview.appspot.com/1699046 Committer: Andrew Gerrand <adg@golang.org>
* .hgignore: ignore doc/htmlgenPaolo Giarrusso2010-06-091-0/+1
| | | | | | | | R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1555042 Committer: Russ Cox <rsc@golang.org>
* rename cgo2c to goc2c in ignored listAlex Brainman2010-04-261-1/+1
| | | | | | | | R=rsc CC=golang-dev http://codereview.appspot.com/968043 Committer: Russ Cox <rsc@golang.org>
* runtime: add GOROOT and VersionRuss Cox2010-03-161-1/+5
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/608041