rust/src
Bob Sun 0c5311edeb Fix a typo in rustc help menu
Change from native-static-deps to native-static-libs.
2017-09-19 00:12:37 -07:00
..
bootstrap rustbuild: with --no-fail-fast, report the specific commands that failed 2017-09-18 21:21:24 +02:00
build_helper Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
ci Improve documentation 2017-09-17 21:40:13 +02:00
doc Rollup merge of - budziq:stabilize_splice, r=dtolnay 2017-09-18 11:04:23 -05:00
etc Rollup merge of - lu-zero:master, r=nikomatsakis 2017-09-06 18:28:03 -06:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of - budziq:stabilize_splice, r=dtolnay 2017-09-18 11:04:23 -05:00
liballoc_jemalloc Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
liballoc_system Autodetect the type of allocator crate used 2017-09-10 19:59:42 +02:00
libarena stabilized needs_drop (fixes ) 2017-09-16 23:41:04 +02:00
libbacktrace Fix missing line numbers on i686. 2017-09-05 08:41:43 +08:00
libcollections *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libcompiler_builtins@ef4951582f Update compiler-builtins 2017-09-13 22:55:46 -04:00
libcore Rollup merge of - iwillspeak:into-iterator-docs, r=steveklabnik 2017-09-18 11:04:27 -05:00
libfmt_macros *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libgetopts *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libgraphviz *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
liblibc@95848f9622 Update liblibc submodule to include latest uclibc changes 2017-09-08 14:36:56 +02:00
libpanic_abort *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libpanic_unwind Add missing dependency for Windows 2017-08-27 19:02:24 +09:00
libproc_macro Rollup merge of - SergioBenitez:master, r=nrc 2017-08-30 11:11:12 -05:00
libprofiler_builtins update gcc crate 2017-09-02 21:51:18 +02:00
librand *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc Fix a typo in rustc help menu 2017-09-19 00:12:37 -07:00
librustc_allocator Make fields of Span private 2017-08-30 01:38:54 +03:00
librustc_apfloat Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_asan
librustc_back Require +thumb-mode to generate thumb2 code for Android/armv7-a 2017-09-15 14:42:03 +09:00
librustc_borrowck bring Ty into scope 2017-09-14 21:54:21 -04:00
librustc_const_eval incr.comp.: Already hash HIR bodies during metadata export so they don't have to be hashed in downstream crates. 2017-09-18 11:26:11 +02:00
librustc_const_math change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures incr.comp.: Fix rebase fallout. 2017-09-18 12:14:52 +02:00
librustc_driver incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02:00
librustc_errors Fix mispositioned error indicators 2017-09-07 10:26:27 +02:00
librustc_incremental incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02:00
librustc_lint Get allow(unused_mut) to work on let bindings 2017-09-15 10:36:14 +02:00
librustc_llvm Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_lsan
librustc_metadata incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02:00
librustc_mir Fix issues uncovered by rebasing: 2017-09-18 11:25:34 +02:00
librustc_msan
librustc_passes Auto merge of - eddyb:deferred-ctfe, r=nikomatsakis 2017-09-12 04:14:07 +00:00
librustc_platform_intrinsics Rollup merge of - lu-zero:master, r=nikomatsakis 2017-09-06 18:28:03 -06:00
librustc_plugin *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_privacy rustc: Remove HirId from queries 2017-09-11 07:53:48 -07:00
librustc_resolve Remove the cstore reference from Session in order to prepare encapsulating CrateStore access in tcx. 2017-09-12 07:19:06 -07:00
librustc_save_analysis Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
librustc_trans Rollup merge of - michaelwoerister:hash-all-the-things2, r=nikomatsakis 2017-09-18 11:04:19 -05:00
librustc_trans_utils change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_tsan Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
librustc_typeck incr.comp.: Remove tcx from StableHashingContext. 2017-09-18 11:29:47 +02:00
librustdoc Rollup merge of - GuillaumeGomez:run-button, r=steveklabnik 2017-09-18 11:04:28 -05:00
libserialize *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libstd Rollup merge of - bluss:document-thread-name-no-nuls, r=steveklabnik 2017-09-18 11:04:24 -05:00
libstd_unicode impl Debug for SplitWhitespace. 2017-09-03 19:13:01 -04:00
libsyntax Rollup merge of - michaelwoerister:hash-all-the-things2, r=nikomatsakis 2017-09-18 11:04:19 -05:00
libsyntax_ext Use rvalue promotion to 'static instead of static items. 2017-09-10 11:20:27 +03:00
libsyntax_pos Add impl From<Vec<Span>> for MultiSpan. 2017-09-09 02:09:10 -07:00
libterm *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libtest Platform gate libc in libtest 2017-08-27 19:02:24 +09:00
libunwind *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
llvm@d9e7d2696e
rt
rtstartup
rustc
rustllvm
test Fix issues uncovered by rebasing: 2017-09-18 11:25:34 +02:00
tools Update miri submodule 2017-09-17 21:42:35 +02:00
Cargo.lock Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
Cargo.toml Use double quotes to appease some TOML parsers 2017-09-17 13:14:37 -04:00
stage0.txt Bump to 1.22.0 2017-08-31 06:58:58 -07:00