summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
2014-10-01Remove librustuvAaron Turon-3/+2
2014-09-28Keep ExpnId abstract by providing conversionsKeegan McAllister-1/+1
2014-09-25Move checking of whether fields are Sized or not into wf / trait code.Niko Matsakis-0/+1
2014-09-15Take core as a dependency on librlibc. This is needed so that it canNiko Matsakis-1/+1
2014-09-14syntax: ast_map: use borrowed references into the AST.Eduard Burtescu-1/+1
2014-08-28Allow a regex filter for RUST_LOGNick Cameron-1/+1
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-3/+4
2014-07-14Extract librustc_back from librustcBrian Anderson-2/+4
2014-07-14Move llvm bindings to their own crateBrian Anderson-3/+4
2014-07-09fix test failureskwantam-1/+1
2014-07-07Add libunicode; move unicode functions from corekwantam-3/+6
2014-06-11sync: Move underneath libstdAlex Crichton-6/+6
2014-06-09Macro crates now depend on librustcKeegan McAllister-3/+3
2014-06-06std: Extract librustrt out of libstdAlex Crichton-2/+4
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-11/+12
2014-06-04auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichtonbors-0/+1
2014-06-04libc: only provide an rlib.Huon Wilson-0/+1
2014-05-30Remove libworkcacheSteven Fackler-2/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-6/+7
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-5/+6
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-3/+5
2014-05-16Optimize and fix time::precise_time_ns() on macosKevin Ballard-1/+1
2014-05-16term: add docs and windows supportCorey Richardson-1/+1
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-1/+2
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-1/+3
2014-05-15test: allow the test filter to be a regex.Huon Wilson-1/+1
2014-05-10add back jemalloc to the treeDaniel Micay-1/+1
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-2/+3
2014-05-07mk: Add libcoreAlex Crichton-2/+5
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-2/+2
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-2/+2
2014-05-02Add a `graphviz` crate for making .dot files to layout and render graphs.Felix S. Klock II-1/+2
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-2/+4
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-03-25mk: Use rwildcard to calculate dependent filesAlex Crichton-4/+2
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-4/+5
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-7/+9
2014-03-13Add basic backtrace functionalityAlex Crichton-1/+1
2014-03-12std: Move rand to librand.Huon Wilson-6/+7
2014-03-10Implement hexadecimal floating point literals via a syntax extensionDouglas Young-1/+2
2014-03-09mk: rewrite the documentation handling.Huon Wilson-0/+1
2014-02-27rustc: Use libnative for the compilerAlex Crichton-2/+2
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-21Move time out of extra (cc #8784)Arcterus-4/+5
2014-02-20move extra::test to libtestLiigo Zhuang-3/+5