summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-6/+26
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-3/+3
2016-02-11rustc_back: Fix disabling jemallocAlex Crichton-2/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-1/+1
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-3/+3
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-3/+3
2016-01-21move more checks out of librustcOliver Schneider-1/+1
2016-01-15move const block checks before lowering stepOliver Schneider-2/+3
2016-01-14Rollup merge of #30863 - jseyfried:no_rc, r=eddybManish Goregaokar-1/+1
2016-01-13resolve: use arena allocation instead of reference counting for `Module`s to ...Jeffrey Seyfried-1/+1
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-4/+0
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-4/+5
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-5/+6
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-2/+4
2015-11-09std: Migrate to the new libcAlex Crichton-0/+3
2015-11-03Pass the mir map to transNiko Matsakis-1/+1
2015-10-09review commentsNick Cameron-28/+32
2015-10-09Move `for` loop desugaring to loweringNick Cameron-2/+2
2015-09-06add MIR crate and link it into the driverNiko Matsakis-2/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-9/+10
2015-08-17Type check platform-intrinsics in typeck.Huon Wilson-1/+1
2015-08-17Add rustc_platform_intrinsics & some arm/x86 intrs.Huon Wilson-2/+3
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-6/+19
2015-08-10Remove morestack supportAlex Crichton-1/+1
2015-06-13mk: Build crates with relative paths to rustcUlrik Sverdrup-1/+1
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-0/+4
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-3/+0
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