about summary refs log tree commit diff
path: root/mk/dist.mk
AgeCommit message (Expand)AuthorLines
2017-02-06Delete the `mk` folderAlex Crichton-382/+0
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-1/+2
2016-09-03Add rustc version info (git hash + date) to dist tarballJoseph Dunne-0/+1
2016-08-12Produce source package in rust-installer format in addition to vanilla tarballDiggory Blake-9/+24
2016-05-05specify the archive file as stdoutSébastien Marie-1/+2
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-1/+1
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-1/+0
2016-03-12mk: Fix `make dist`Alex Crichton-2/+1
2016-02-20mk: Add missing rustbuild dirs to `dist`Alex Crichton-0/+3
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-1/+1
2015-12-04mk: Fix `make dist`Alex Crichton-1/+0
2015-11-02mk: Add rtstartup to distAlex Crichton-0/+1
2015-10-25mk: Package libstdc++-6.dll on x86_64 MinGWAlex Crichton-2/+2
2015-10-23mk: Really fix win32 distributionsAlex Crichton-7/+7
2015-10-22mk: Prefer target libs coming from their hostAlex Crichton-1/+19
2015-10-20mk: Fix win32 runtime DLL installationAlex Crichton-2/+2
2015-10-15mk: Split out a standard library packageAlex Crichton-27/+73
2015-09-19Don't include *.pyc files in source tarballChris Wong-0/+1
2015-05-22mk: Don't build compiler-docs before installation. #25699Brian Anderson-3/+3
2015-05-19mk: Update `make dist` for MSVC targetsAlex Crichton-1/+10
2015-05-08mk: Add a missing folder to the dist directoryAlex Crichton-0/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-0/+1
2015-02-12Upgrade rust-installerBrian Anderson-10/+11
2015-01-08mk: Add rustbook to source dist 1.0.0-alphaBrian Anderson-0/+1
2015-01-03auto merge of #20456 : brson/rust/packaging2, r=alexcrichtonbors-106/+2
2015-01-02Remove .pkg and .exe installersBrian Anderson-106/+2
2015-01-01mk: Put the version number somewhere discoverable in the installerBrian Anderson-1/+3
2014-12-31mk: The doc directory is no longer included in the main packageBrian Anderson-1/+1
2014-12-31rollup merge of #20375: brson/windistfixAlex Crichton-2/+2
2014-12-31mk: Fix the location of a temp dir when building installer on winBrian Anderson-2/+2
2014-12-30rollup merge of #20344: brson/srctarballsAlex Crichton-1/+1
2014-12-30mk: Append -src to source tarballs for easier identificationBrian Anderson-1/+1
2014-12-29Simplify some logic in dist.mkBrian Anderson-6/+5
2014-12-29mk: Package mingw components in unix installer on windowsBrian Anderson-2/+33
2014-12-29mk: Make distcheck build binary tarballs on windowsBrian Anderson-19/+10
2014-12-29Install copyright information and package docsBrian Anderson-1/+31
2014-12-29Upgrade rust-installer to v2Brian Anderson-1/+3
2014-12-17Only try to install the doc directory if it exists.Ken Tossell-3/+11
2014-12-11Use rust-installer for installationBrian Anderson-7/+15
2014-12-10Don't try to dist src/README.md which does not existBrian Anderson-1/+0
2014-12-06- Support gcc-less installation on Windows. To do so in unattended mode run:...Vadim Chugunov-2/+3
2014-11-10Attempt to fix the problem with failing distcheck.Vitali Haravy-1/+1
2014-10-07Rename RELEASES.txt to RELEASES.md. It's markdown.Brian Anderson-1/+1
2014-10-01Remove libuv, gypAaron Turon-1/+1
2014-09-29mk: Start producing binary tarballs on windowsBrian Anderson-1/+1
2014-09-11Package rustc's mingw dependencies into Windows installer.Vadim Chugunov-1/+1
2014-09-09Fix naming of windows installerBrian Anderson-1/+1
2014-09-09Fix snapshot.py for win64Brian Anderson-1/+1
2014-07-23mk: Have the various flavors of 'dist' install all targets by defaultBrian Anderson-4/+13
2014-07-22Revert "Made 'make install' include libs for additional targets"Brian Anderson-21/+13