rust/src
kennytm 7da795ba10
Rollup merge of #45343 - bgermann:master, r=alexcrichton
Make Solaris builder compatible with Solaris 10 retry

Unfortunately, #45255 does not quite cut it,
so use a different approach to have Solaris 10 compatibility
by tricking libbacktrace's autoconf tests.
The sysroot download routine is slightly changed, too.
2017-10-20 00:01:50 +08:00
..
bootstrap Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichton 2017-10-19 01:59:52 +08:00
build_helper rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
ci Rollup merge of #45343 - bgermann:master, r=alexcrichton 2017-10-20 00:01:50 +08:00
doc Rollup merge of #45217 - SimonSapin:alloc-doc, r=steveklabnik 2017-10-19 01:59:49 +08:00
etc rustbuild: Allow setting rls/rustfmt to "broken" 2017-10-16 09:06:51 -07:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e
liballoc Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnay 2017-10-13 23:37:55 +08:00
liballoc_jemalloc rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
liballoc_system Fix out of date unstable book entries for alloc_* features. 2017-10-12 07:46:02 +02:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace
libcollections
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank 2017-10-17 22:20:55 +08:00
libfmt_macros
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz
liblibc@44e4018e1a bump liblibc to 0.2.31 2017-09-24 13:53:11 -07:00
libpanic_abort
libpanic_unwind
libproc_macro Make the result of Literal::string() more readable 2017-10-08 21:44:13 +13:00
libprofiler_builtins Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librand address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
librustc Rollup merge of #45325 - spastorino:first_statement_index_with_macro, r=nikomatsakis 2017-10-19 01:59:51 +08:00
librustc_allocator
librustc_apfloat Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_asan
librustc_back revert change to function_sections for windows 2017-10-16 22:59:05 +03:00
librustc_borrowck Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb 2017-10-18 10:44:08 +00:00
librustc_const_eval convert constant promotion into a query 2017-10-16 17:32:22 -04: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 Generate FirstStatementIndex using newtype_index macro 2017-10-17 12:06:20 -03:00
librustc_driver convert constant promotion into a query 2017-10-16 17:32:22 -04:00
librustc_errors fix comment typo, CodeSuggestion path in doc comment 2017-09-29 23:42:24 -07:00
librustc_incremental Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoerister 2017-10-14 04:11:49 +00:00
librustc_lint code suggestions for no-mangle lints 2017-10-16 11:19:18 -07:00
librustc_llvm Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librustc_lsan
librustc_metadata convert constant promotion into a query 2017-10-16 17:32:22 -04:00
librustc_mir Rollup merge of #45082 - jacwah:explain-E0382, r=steveklabnik 2017-10-19 01:59:46 +08:00
librustc_msan
librustc_passes convert constant promotion into a query 2017-10-16 17:32:22 -04:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy Use recorded types in rustc_privacy 2017-09-23 00:50:46 +03:00
librustc_resolve Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichton 2017-10-14 23:07:35 +00:00
librustc_save_analysis Implement dyn Trait syntax 2017-10-14 12:51:13 +03:00
librustc_trans Avoid unnecessary allocas for indirect function arguments 2017-10-18 12:58:15 +02:00
librustc_trans_utils Fix error 2017-09-25 08:17:37 +02:00
librustc_tsan
librustc_typeck Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank 2017-10-17 22:20:55 +08:00
librustdoc Rollup merge of #45354 - cuviper:unit_doc, r=QuietMisdreavus 2017-10-19 01:59:54 +08:00
libserialize
libstd Rollup merge of #45340 - stjepang:localkey-state-doc-skip-uninitialized, r=alexcrichton 2017-10-19 01:59:53 +08:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax Auto merge of #45232 - zackmdavis:moar_lint_suggestions, r=estebank 2017-10-19 11:41:11 +00:00
libsyntax_ext only set non-ADT derive error once per attribute, not per trait 2017-09-21 21:20:23 -07:00
libsyntax_pos Implement dyn Trait syntax 2017-10-14 12:51:13 +03:00
libterm
libtest Remove nacl from libtest 2017-10-05 05:04:40 +02:00
libunwind
llvm@83b72cedfd rustc: Update LLVM with a ThinLTO fix 2017-10-11 09:10:59 -07:00
rt
rtstartup Normalize spaces in lang attributes. 2017-09-28 01:30:25 -07:00
rustc Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
rustllvm rustc: Fix some ThinLTO internalization 2017-10-15 08:41:26 -07:00
test Auto merge of #45232 - zackmdavis:moar_lint_suggestions, r=estebank 2017-10-19 11:41:11 +00:00
tools Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb 2017-10-18 10:44:08 +00:00
Cargo.lock Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1 2017-10-16 03:02:05 +00:00
Cargo.toml Update to the cc crate 2017-09-28 07:45:50 -07:00
stage0.txt