about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-03-19mk: Simplify how prepare.mk, install.mk, and dist.mk deal with stagesBrian Anderson-29/+17
2014-03-16auto merge of #12899 : brson/rust/cleanbacktrace, r=alexcrichtonbors-0/+1
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+5
2014-03-15mk: Clean libbacktrace w/ gustoBrian Anderson-0/+1
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-7/+9
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-1/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-7/+9
2014-03-13auto merge of #12852 : itdaniher/rust/master, r=alexcrichtonbors-1/+1
2014-03-13auto merge of #12602 : alexcrichton/rust/backtrace, r=brsonbors-1/+70
2014-03-13Add basic backtrace functionalityAlex Crichton-1/+70
2014-03-12Test fixes from rolling up PRsAlex Crichton-2/+2
2014-03-12mk: Fix warnings about duplicated rulesAlex Crichton-4/+4
2014-03-12enable mutex lowering and hardware floating point on gnueabihf. closes #10482Ian Daniher-1/+1
2014-03-12std: Move rand to librand.Huon Wilson-6/+7
2014-03-11auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichtonbors-33/+28
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-3/+3
2014-03-11doc: auto-generate LaTeX includesAdrien Tétar-8/+8
2014-03-10auto merge of #12793 : brson/rust/installer, r=alexcrichtonbors-18/+59
2014-03-10Implement hexadecimal floating point literals via a syntax extensionDouglas Young-1/+2
2014-03-09mk: Put all distribution artifacts in dist/Brian Anderson-20/+31
2014-03-09mk: forcibly delete dest dir when PREPARE_CLEANBrian Anderson-1/+1
2014-03-09mk: Tweak the status messages for prepare.mk to say 'prepare', not 'install'Brian Anderson-4/+4
2014-03-09mk: Use the correct permissions for man pagesBrian Anderson-1/+1
2014-03-09mk: dist-installer builds a binary installerBrian Anderson-0/+22
2014-03-09mk: Optionally clean the destination when preparing install imageBrian Anderson-4/+12
2014-03-09mk: Put man pages in correct directoryBrian Anderson-1/+1
2014-03-09doc: have a real switch b/w LaTeX compilersAdrien Tétar-12/+14
2014-03-09doc: remove node.js dependencyAdrien Tétar-10/+3
2014-03-09mk: only build PDFs of the manual and tutorial.Huon Wilson-2/+12
2014-03-09docs: render rustdoc docs with rustdoc, hack around sundown code-fenceHuon Wilson-1/+1
2014-03-09mk: rename `check-...-doc-<crate>` to `check-...-doc-crate-<crate>`.Huon Wilson-7/+8
2014-03-09mk: rewrite the documentation handling.Huon Wilson-269/+223
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-02-28rustc: Add the concept of a Strict Version HashAlex Crichton-0/+1
2014-02-27Make OS X installer build from /tmp/dist/pkgroot, and have it be part of the ...Brian Leibig-4/+4
2014-02-27Add new target 'make dist-osx' to create a .pkg installer for OS XBrian Leibig-1/+33
2014-02-27rustc: Use libnative for the compilerAlex Crichton-2/+2
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-5/+7
2014-02-24auto merge of #12465 : huonw/rust/notidy, r=brsonbors-1/+3
2014-02-24auto merge of #12453 : alexcrichton/rust/move-json, r=brsonbors-3/+3
2014-02-24Move extra::json to libserializeAlex Crichton-3/+3
2014-02-24flate: return CVec<u8> rather than copying into a new vector.Huon Wilson-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22auto merge of #12448 : alexcrichton/rust/smaller-rust, r=brsonbors-4/+6
2014-02-22auto merge of #12433 : alexcrichton/rust/fix-some-config-things, r=brsonbors-0/+4
2014-02-22mk: restore check-notidy.Huon Wilson-1/+3
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-5/+7
2014-02-21mk: Don't install host rlibsAlex Crichton-4/+6
2014-02-21Move time out of extra (cc #8784)Arcterus-4/+5