rust/src
Corey Farwell c949f49c27 Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrc
macros: fix regression with `include!()`

Fixes #40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`.
r? @nrc
2017-03-19 10:18:16 -04:00
..
bootstrap Rollup merge of #40562 - mbrubeck:bootstrap, r=alexcrichton 2017-03-19 10:18:14 -04:00
build_helper rustbuild: Assert directory creation succeeds 2017-03-07 15:24:36 -08:00
ci Auto merge of #40507 - alexcrichton:static-libcurl, r=brson 2017-03-18 03:31:58 +00:00
compiler-rt@d30da544a8 sanitizer support 2017-02-08 18:51:43 -05:00
doc Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb 2017-03-19 10:18:12 -04:00
driver
etc Vec, LinkedList, VecDeque, String, and Option NatVis visualizations 2017-02-15 01:51:19 -08:00
grammar Fix typo 2017-02-15 15:13:31 +03:00
jemalloc@11bfb0dcf8 Update jemalloc to include various fixes for OSX 10.12 2017-01-19 09:01:52 +09:00
liballoc Minor fixups to fix tidy errors 2017-03-17 13:28:53 -07:00
liballoc_jemalloc Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
liballoc_system
libarena Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix 2017-01-10 20:27:41 +09:00
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Minor fixups to fix tidy errors 2017-03-17 13:28:53 -07:00
libcollectionstest Minor fixups to fix tidy errors 2017-03-17 13:28:53 -07:00
libcompiler_builtins Rollup merge of #40254 - nagisa:compiler-builtin-no-panic, r=alexcrichton 2017-03-08 20:53:53 +02:00
libcore Minor fixups to fix tidy errors 2017-03-17 13:28:53 -07:00
libcoretest Minor fixups to fix tidy errors 2017-03-17 13:28:53 -07:00
libflate Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
libfmt_macros
libgetopts
libgraphviz
liblibc@64d954c6a7 Update name_bytes, scoop up latest libc 2017-02-22 09:28:02 -08:00
liblog
libpanic_abort
libpanic_unwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Integrate TokenStream. 2017-03-03 02:15:37 +00:00
librand Remove specialization from Debug implementations 2017-01-20 13:10:36 +01:00
librustc Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner 2017-03-19 10:18:13 -04:00
librustc_asan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_back Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
librustc_bitflags
librustc_borrowck Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner 2017-03-19 10:18:13 -04:00
librustc_const_eval Fix ICE: don't use struct_variant on enums 2017-03-06 00:13:14 -03:00
librustc_const_math rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
librustc_data_structures Stabilize rc_raw feature, closes #37197 2017-03-17 13:28:53 -07:00
librustc_driver Improve wording in the -{W,A,F,D} options 2017-03-12 06:12:05 -04:00
librustc_errors Rollup merge of #40287 - estebank:label-overlap, r=nrc 2017-03-10 16:18:28 -08:00
librustc_incremental Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
librustc_lint Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
librustc_llvm Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
librustc_lsan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_metadata Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
librustc_mir Rollup merge of #40372 - nagisa:never-drop, r=eddyb 2017-03-11 21:57:45 +02:00
librustc_msan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_passes Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
librustc_platform_intrinsics Auto merge of #38561 - nagisa:rdrandseed, r=alexcrichton 2017-02-14 01:26:10 +00:00
librustc_plugin Remove ability for plugins to register a MIR pass 2017-03-10 08:09:29 -08:00
librustc_privacy rustc: store type parameter defaults outside of ty::Generics. 2017-02-25 17:07:59 +02:00
librustc_resolve Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrc 2017-03-19 10:18:16 -04:00
librustc_save_analysis Refactor Attribute to use Path and TokenStream instead of MetaItem. 2017-03-14 04:03:43 +00:00
librustc_trans Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
librustc_tsan sanitizer runtime crates shouldn't be tested 2017-03-05 14:25:47 -05:00
librustc_typeck Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomatsakis 2017-03-11 21:57:42 +02:00
librustdoc Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcv 2017-03-19 10:18:15 -04:00
libserialize Only SwitchInt over integers, not all consts 2017-02-10 19:42:41 +02:00
libstd Stabilize rc_raw feature, closes #37197 2017-03-17 13:28:53 -07:00
libstd_unicode Rollup merge of #40499 - ericfindlay:master, r=steveklabnik 2017-03-17 08:49:00 -04:00
libsyntax Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddyb 2017-03-19 10:18:12 -04:00
libsyntax_ext Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc 2017-03-19 10:56:08 +00:00
libsyntax_pos store typeck lints in the TypeckTables 2017-02-02 20:38:16 -05:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest fix typo 2017-02-27 11:18:11 +08:00
libunwind Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
llvm@859fb26936 LLVM: Update submodule to include SRet support patch for MSP430. 2017-03-10 08:10:21 -08:00
rt Set correct hoedown submodule branch 2017-02-03 11:08:20 +01:00
rtstartup
rust-installer@4f99485080
rustc test: Verify all sysroot crates are unstable 2017-02-21 11:38:17 -08:00
rustllvm rustbuild: Add option for enabling partial LLVM rebuilds 2017-03-12 14:02:49 +03:00
test Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrc 2017-03-19 10:18:16 -04:00
tools Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik 2017-03-17 08:48:52 -04:00
Cargo.lock Update mdbook to new version 2017-03-11 09:54:47 -05:00
Cargo.toml Don't put Cargo into the rustc workspace 2017-03-10 14:49:19 -08:00
stage0.txt rustbuild: Use copies instead of hard links 2017-03-09 07:00:13 -08:00