rust/src
bors d0623cf7bd Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton
emit feature help in cheat mode (fix nightlies)

This should fix the `distcheck` failure in the latest nightly.

cc #36539

It's probably not ideal to check the environment that often and the code ist duplicated from `librustc/session/config.rs` but this was the easiest fix I could think of.

A cleaner solution would probably be to move the `unstable_features` from `Options` to `ParseSess` and change the `diag` parameter of `emit_feature_err` to take `ParseSess` instead of a `Handler`.
2016-09-26 17:44:25 -07:00
..
bootstrap Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton 2016-09-26 11:12:42 -07:00
build_helper
compiler-rt@8598065bd9
doc Auto merge of #36564 - vanjacosic:patch-2, r=GuillaumeGomez 2016-09-25 08:08:18 -07:00
driver
etc
grammar
jemalloc@e058ca6616
liballoc Tweak std::rc docs 2016-09-21 10:25:01 -07:00
liballoc_jemalloc Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
liballoc_system
libarena [breaking-change] Remove TypedArena::with_capacity. 2016-09-23 06:40:22 +10:00
libbacktrace
libcollections Auto merge of #36685 - brson:rev-string-from, r=sfackler 2016-09-24 02:03:18 -07:00
libcollectionstest
libcompiler_builtins Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
libcore Rollup merge of #36589 - jpadkins:option_docs_safety_wording_fix, r=bluss 2016-09-22 11:25:01 -07:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc@d4f6a19c55
liblog
libpanic_abort
libpanic_unwind
libproc_macro
librand
librustc appease tidy 2016-09-26 07:07:41 +02:00
librustc_back
librustc_bitflags
librustc_borrowck
librustc_const_eval Auto merge of #36335 - mcarton:compiletest, r=GuillaumeGomez 2016-09-23 06:17:26 -07:00
librustc_const_math
librustc_data_structures
librustc_driver appease tidy 2016-09-26 07:07:41 +02:00
librustc_errors Rollup merge of #36498 - jonathandturner:macro_std_lib, r=nikomatsakis 2016-09-24 00:15:44 +02:00
librustc_incremental ICH: Add ability to test the ICH of exported metadata items. 2016-09-23 17:23:23 -04:00
librustc_lint
librustc_llvm Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
librustc_macro
librustc_metadata Load macros from #[macro_use] extern crates in resolve. 2016-09-24 20:22:25 +00:00
librustc_mir librustc_mir: Propagate constants during copy propagation. 2016-09-24 10:47:33 -07:00
librustc_passes make emit_feature_err take a ParseSess 2016-09-26 07:07:41 +02:00
librustc_platform_intrinsics
librustc_plugin Forbid user-defined macros named "macro_rules". 2016-09-26 00:22:40 +00:00
librustc_privacy
librustc_resolve Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton 2016-09-26 17:44:25 -07:00
librustc_save_analysis
librustc_trans Incorporate review comments. 2016-09-25 20:14:34 -04:00
librustc_typeck Auto merge of #36678 - TimNN:fix-dist, r=alexcrichton 2016-09-26 17:44:25 -07:00
librustc_unicode
librustdoc deduplicate inline is_nightly_build implementations 2016-09-26 07:07:41 +02:00
libserialize
libstd Auto merge of #36719 - shepmaster:build-env-var-reporting, r=alexcrichton 2016-09-26 11:12:42 -07:00
libsyntax emit feature help in cheat mode 2016-09-26 07:07:41 +02:00
libsyntax_ext make emit_feature_err take a ParseSess 2016-09-26 07:07:41 +02:00
libsyntax_pos Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrc 2016-09-21 22:40:51 -07:00
libterm
libtest
libunwind Report which required build-time environment variable is not set 2016-09-25 12:18:09 -04:00
llvm@7801978ec1
rt
rtstartup
rust-installer@755bc3db4f
rustc
rustllvm
test Auto merge of #36661 - jneem:master, r=nrc 2016-09-26 14:26:18 -07:00
tools Skip binary tidy check when on Windows Linux Subsystem 2016-09-24 21:08:29 -06:00
stage0.txt