summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
2015-06-17std: Add an option to disable ELF based TLSAlex Crichton-0/+4
2015-05-03Add error index generator.Michael Sproul-1/+3
2015-04-27mk: Add support for musl-based buildsAlex Crichton-0/+3
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-6/+6
2015-04-17Add librustc_data_structures crateNiko Matsakis-2/+4
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-6/+6
2015-04-07mk: Stop documenating non-facade cratesAlex Crichton-32/+3
2015-03-30mk: build and distribute facade crates unconditionally (for now)Corey Richardson-8/+13
2015-03-29mk: don't build docs for internal or behind-the-facade crates in beta/stableCorey Richardson-10/+22
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-5/+8
2015-01-23regex: Remove in-tree versionAlex Crichton-7/+5
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-2/+5
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-4/+8
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