rust/src
Tim Neumann fbee41b714 Rollup merge of #44604 - alexcrichton:update-cargo, r=Mark-Simulacrum
Update cargo submodule

Just a routine update
2017-09-17 13:19:10 +02:00
..
bootstrap Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton 2017-09-17 13:19:04 +02:00
build_helper rustbuild: Replace create_dir_racy with create_dir_all 2017-08-07 16:04:46 +01:00
ci Rollup merge of #44381 - jessicah:haiku-ci, r=alexcrichton 2017-09-17 13:19:01 +02:00
doc Rollup merge of #44595 - budziq:stabilize_compiler_fences, r=alexcrichton 2017-09-17 13:19:09 +02:00
etc Rollup merge of #44351 - lu-zero:master, r=nikomatsakis 2017-09-06 18:28:03 -06:00
grammar
jemalloc@1f5a28755e Update jemalloc to 4.5.0 2017-08-16 22:06:05 +02:00
liballoc Rollup merge of #44073 - murarth:rc-into-raw-unsized, r=alexcrichton 2017-09-17 13:18:59 +02:00
liballoc_jemalloc Autodetect the type of allocator crate used 2017-09-10 19:59:42 +02:00
liballoc_system Autodetect the type of allocator crate used 2017-09-10 19:59:42 +02:00
libarena *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04: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 #44595 - budziq:stabilize_compiler_fences, r=alexcrichton 2017-09-17 13:19:09 +02: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 #44125 - 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 Rollup merge of #44549 - gaurikholkar:master, r=arielb1 2017-09-17 13:19:05 +02:00
librustc_allocator Make fields of Span private 2017-08-30 01:38:54 +03:00
librustc_apfloat change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_asan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_back Require +thumb-mode to generate thumb2 code for Android/armv7-a 2017-09-15 14:42:03 +09:00
librustc_bitflags *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_borrowck bring Ty into scope 2017-09-14 21:54:21 -04:00
librustc_const_eval change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_const_math change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_data_structures rustc: Preallocate when building the dep graph 2017-09-14 21:28:55 -07:00
librustc_driver rustc: Remove Session::dep_graph 2017-09-14 10:40:50 -07:00
librustc_errors Fix mispositioned error indicators 2017-09-07 10:26:27 +02:00
librustc_incremental rustc: Remove Session::dep_graph 2017-09-14 10:40:50 -07:00
librustc_lint Get allow(unused_mut) to work on let bindings 2017-09-15 10:36:14 +02:00
librustc_llvm disable gcc warnings 2017-09-05 18:46:26 +02:00
librustc_lsan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_metadata bring TyCtxt into scope 2017-09-14 21:26:06 -04:00
librustc_mir Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb 2017-09-16 17:09:39 -07:00
librustc_msan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_passes Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis 2017-09-12 04:14:07 +00:00
librustc_platform_intrinsics Rollup merge of #44351 - 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 #44553 - qmx:refactor-remove-overzealous-box-szero-optimization, r=arielb1 2017-09-17 13:19:06 +02: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 Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb 2017-09-16 17:09:39 -07:00
librustdoc Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis 2017-09-17 13:19:07 +02:00
libserialize *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libstd Rollup merge of #44609 - jonhoo:hash-alloc, r=steveklabnik 2017-09-16 17:09:41 -07:00
libstd_unicode impl Debug for SplitWhitespace. 2017-09-03 19:13:01 -04:00
libsyntax Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried 2017-09-17 13:19:00 +02: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 Fix LLVM assertion when a weak symbol is defined in global_asm. 2017-07-18 16:52:00 +03:00
rt
rtstartup
rustc Make librustc_driver work without librustc_trans 2017-08-11 10:38:31 +02:00
rustllvm Fix covered-switch-default warnings in PassWrapper 2017-08-08 16:17:33 +08:00
test Rollup merge of #44549 - gaurikholkar:master, r=arielb1 2017-09-17 13:19:05 +02:00
tools Rollup merge of #44604 - alexcrichton:update-cargo, r=Mark-Simulacrum 2017-09-17 13:19:10 +02:00
Cargo.lock Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton 2017-09-17 13:19:04 +02:00
Cargo.toml Rollup merge of #44533 - nrc:rustfmt-submod, r=alexcrichton 2017-09-17 13:19:04 +02:00
stage0.txt Bump to 1.22.0 2017-08-31 06:58:58 -07:00