about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2015-01-07Preliminary feature stagingBrian Anderson-0/+11
2015-01-07mk: Remove RUST_NDEBUG and RUST_DEBUG defines. UnusedBrian Anderson-2/+0
2015-01-05rollup merge of #20584: brson/versioningAlex Crichton-6/+6
2015-01-05rollup merge of #19998: th0114nd/unicode-bottomAlex Crichton-3/+8
2015-01-05TypoBrian Anderson-1/+1
2015-01-050.13.0 -> 1.0.0Brian Anderson-1/+1
2015-01-05Put version number in beta channel artifactsBrian Anderson-5/+5
2015-01-04auto merge of #20437 : ranma42/rust/fix-make-install, r=alexcrichtonbors-6/+2
2015-01-03Remove deprecated functionalityAlex Crichton-39/+7
2015-01-03Initial version of AArch64 support.Akos Kiss-5/+35
2015-01-03Fix `make install` dependenciesAndrea Canciani-6/+2
2015-01-03auto merge of #20456 : brson/rust/packaging2, r=alexcrichtonbors-107/+3
2015-01-02Remove .pkg and .exe installersBrian Anderson-106/+2
2015-01-02mk: Change package name from 'rust' to 'rustc'Brian Anderson-1/+1
2015-01-02rollup merge of #20388: brson/install-tweaksAlex Crichton-1/+3
2015-01-02rollup merge of #20380: dcrewi/fix-make-installAlex Crichton-0/+4
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-31fix "make install"David Creswick-0/+4
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-30rollup merge of #20323: brson/betaAlex Crichton-2/+6
2014-12-30mk: Append -src to source tarballs for easier identificationBrian Anderson-1/+1
2014-12-30mk: The alpha will not have a cycle numberBrian Anderson-1/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-20/+124
2014-12-29mk: The beta channel temporarily produced alpha versionsBrian Anderson-2/+3
2014-12-29mk: Allow an optional number to come after the beta version labelBrian Anderson-1/+4
2014-12-29rollup merge of #20317: brson/rust-installer-v2Alex Crichton-22/+82
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/+37
2014-12-29Upgrade rust-installer to v2Brian Anderson-1/+4
2014-12-29rollup merge of #20245: fhahn/make-lexer-tests-runable-againAlex Crichton-1/+1
2014-12-29rollup merge of #20230: bheesham/noshardAlex Crichton-8/+0
2014-12-29Fix output directory for generated antlr codeFlorian Hahn-1/+1
2014-12-28mk: Stop generating docs for deprecated cratesAlex Crichton-2/+8
2014-12-26auto merge of #20218 : alexcrichton/rust/jemalloc-sections, r=luqmanabors-1/+1
2014-12-25Removed the sharding bit from mk/tests.mkBheesham Persaud-8/+0
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-3/+3
2014-12-24mk: Build jemalloc with -ffunction-sectionsAlex Crichton-1/+1
2014-12-22Removed unused context-switching assembly code.Maya Nitu-3/+2
2014-12-21Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-21rollup merge of #20054: bheesham/nometAlex Crichton-17/+0
2014-12-21rollup merge of #19983: Munksgaard/fix-19981Alex Crichton-1/+1
2014-12-21rollup merge of #19966: steveklabnik/remove_l10nAlex Crichton-34/+0
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-5/+10
2014-12-19Changed LaTex $\bot$s to ⊥th0114nd-3/+8
2014-12-19Took out all of the metrics stuff from tests.mkBheesham Persaud-17/+0