summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
2015-01-08"The Rust Programming Language"Steve Klabnik-1/+3
2015-01-03Remove deprecated functionalityAlex Crichton-10/+6
2014-12-28mk: Stop generating docs for deprecated cratesAlex Crichton-1/+6
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-4/+8
2014-12-18libs: merge librustrt into libstdAaron Turon-4/+3
2014-12-13Separate borrowck into its own crate and remove dead code as well.Niko Matsakis-4/+6
2014-12-04Separate the driver into its own crate that uses trans, typeck.Niko Matsakis-7/+10
2014-12-04Move typeck into its own crate.Niko Matsakis-4/+9
2014-11-24Merge libsync into libstdAaron Turon-3/+2
2014-11-20Fallout from libgreen and libnative removalAaron Turon-3/+2
2014-11-20Remove libnativeAaron Turon-5/+4
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-5/+6
2014-11-06Remove rlibc from the distributionAlex Crichton-3/+1
2014-10-19Remove a number of deprecated cratesAlex Crichton-9/+4
2014-10-16libsyntax: Remove all uses of {:?}.Luqman Aden-5/+4
2014-10-11compiletest needs to link to native crate, or at least the `rt` library.Felix S. Klock II-1/+1
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