rust/src
Tatsuyuki Ishi 182a4ff037 Whitelist strings crate for license
As we can't wait for the maintainer.
2017-05-18 00:30:55 +09:00
..
bootstrap Move submodule initialization to bootstrap.py 2017-05-18 00:30:55 +09:00
build_helper Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
ci Update sccache binaries to mozilla/sccache@d3627d766 2017-05-12 09:07:10 -07:00
compiler-rt@c8a8767c56 support default impl for specialization 2017-04-25 05:28:22 +00:00
doc Auto merge of #41476 - abonander:book_proc_macro, r=nrc 2017-05-17 04:21:06 +00:00
driver
etc Add support for Hexagon v60 HVX intrinsics 2017-05-07 15:07:36 -04:00
grammar Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
jemalloc@3288e0659c Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc Improve docs on Arc<T> and Send/Sync 2017-05-09 12:49:58 -04:00
liballoc_jemalloc Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc_system Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
libarena rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Auto merge of #41771 - clarcharr:resize_default, r=nikomatsakis 2017-05-16 08:14:29 +00:00
libcompiler_builtins Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
libcore Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
libflate rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libfmt_macros rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgetopts rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgraphviz rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Fix #35829 (syntax extension's quote_expr!() does not handle b"…") 2017-05-13 21:41:25 +08:00
librand Removal pass for anonymous parameters 2017-05-02 05:55:20 +02:00
librustc Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2017-05-17 01:57:45 +00:00
librustc_asan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_back rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_bitflags rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_borrowck rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_const_eval rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_const_math rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_data_structures rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_driver Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
librustc_errors Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum 2017-05-13 11:35:59 +00:00
librustc_incremental librustc_incremental: remove unused macro in test case 2017-05-14 05:06:21 +02:00
librustc_lint Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
librustc_llvm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_lsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_metadata Remove rustc_llvm dependency from rustc_metadata 2017-05-14 20:30:22 +02:00
librustc_mir avoid cycles in mir-dump, take 2 2017-05-15 21:12:47 -04:00
librustc_msan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_passes Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_platform_intrinsics rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_plugin Support #[allow] etc logic on a per macro level 2017-05-13 16:02:29 +02:00
librustc_privacy rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_resolve Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
librustc_save_analysis Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_trans Use AtomicBool instead of a 'static mut' for LLVM init posioning 2017-05-15 11:13:33 +02:00
librustc_tsan Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. 2017-04-25 10:31:01 +08:00
librustc_typeck Rollup merge of #41937 - nikomatsakis:issue-41936-variance-coerce-unsized-cycle, r=eddyb 2017-05-16 17:31:49 -06:00
librustdoc Rollup merge of #42011 - rap2hpoutre:patch-5, r=GuillaumeGomez 2017-05-16 08:18:35 -06:00
libserialize rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libstd Rollup merge of #41995 - gamazeps:thread-localkey, r=frewsxcv 2017-05-16 08:18:31 -06:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax Auto merge of #41961 - kennytm:fix-35829, r=petrochenkov 2017-05-17 08:14:55 +00:00
libsyntax_ext Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
libsyntax_pos rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libterm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libtest Don't show the std frames before user code on unwinding. 2017-05-09 19:51:50 +02:00
libunwind Haiku: fix initial platform support 2017-04-22 13:47:36 +12:00
llvm@1ef3b9128e LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
rt support default impl for specialization 2017-04-25 05:28:22 +00:00
rtstartup Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
rustc Fix plain_summary_line function 2017-03-28 11:38:56 -06:00
rustllvm LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
test Auto merge of #41961 - kennytm:fix-35829, r=petrochenkov 2017-05-17 08:14:55 +00:00
tools Whitelist strings crate for license 2017-05-18 00:30:55 +09:00
Cargo.lock Unify all stage2 tools into a workspace 2017-05-18 00:30:54 +09:00
Cargo.toml Unify all stage2 tools into a workspace 2017-05-18 00:30:54 +09:00
stage0.txt Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00