rust/src
bors 7a9cdc4c2a Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis
Move effect-checking to MIR

This allows emitting lints from MIR and moves the effect-checking pass to work on it.

I'll make `repr(packed)` misuse unsafe in a separate PR.

r? @eddyb
2017-09-25 00:52:15 +00:00
..
bootstrap Catch IOError 2017-09-21 12:15:10 -07: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 Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis 2017-09-19 13:06:31 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add missing links for Arc 2017-09-22 15:45:37 +02:00
liballoc_jemalloc Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
liballoc_system
libarena
libbacktrace
libcollections
libcompiler_builtins@ef4951582f
libcore Rollup merge of #44770 - dtolnay:borrowed, r=sfackler 2017-09-23 00:29:20 -04:00
libfmt_macros
libgetopts
libgraphviz
liblibc@136bf195df Trim and document libc shim 2017-09-21 22:25:02 -04:00
libpanic_abort
libpanic_unwind
libproc_macro rustc: Forbid interpolated tokens in the HIR 2017-09-18 17:20:12 -07:00
libprofiler_builtins
librand
librustc Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis 2017-09-25 00:52:15 +00:00
librustc_allocator
librustc_apfloat Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_asan
librustc_back rework the README.md for rustc and add other readmes 2017-09-19 09:00:59 -04:00
librustc_borrowck Only consider yields coming after the expressions when computing generator interiors 2017-09-20 16:36:24 +03: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
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures incr.comp.: Add some comments. 2017-09-20 11:34:28 +02:00
librustc_driver address review comments 2017-09-24 12:46:00 +03:00
librustc_errors
librustc_incremental incr.comp.: Remove out-dated unit test and unnecessary assertion. 2017-09-23 19:49:05 +02:00
librustc_lint add comparison operators to must-use lint (under fn_must_use feature) 2017-09-22 15:45:47 -07: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 support for loading metadata fingerprints. 2017-09-23 19:47:37 +02:00
librustc_mir Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis 2017-09-25 00:52:15 +00:00
librustc_msan
librustc_passes Implement underscore lifetimes 2017-09-20 23:45:05 -07:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Use recorded types in rustc_privacy 2017-09-23 00:50:46 +03:00
librustc_resolve Auto merge of #44215 - oli-obk:import_sugg, r=nrc 2017-09-21 20:12:22 +00:00
librustc_save_analysis
librustc_trans incr.comp.: Serialize and deserialize new DepGraph 2017-09-23 19:47:28 +02:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis 2017-09-25 00:52:15 +00:00
librustdoc Auto merge of #44758 - arielb1:a-small-path, r=eddyb 2017-09-24 19:48:11 +00:00
libserialize
libstd Rollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin, r=QuietMisdreavus 2017-09-24 14:01:50 +02:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax Rollup merge of #44103 - zackmdavis:cmp_op_must_use, r=arielb1 2017-09-24 14:01:49 +02: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
libterm
libtest
libunwind
llvm@d9e7d2696e
rt
rtstartup
rustc Trim and document libc shim 2017-09-21 22:25:02 -04:00
rustllvm
test Auto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis 2017-09-25 00:52:15 +00:00
tools Auto merge of #44720 - est31:master, r=alexcrichton 2017-09-22 22:24:23 +00:00
Cargo.lock Use recorded types in rustc_privacy 2017-09-23 00:50:46 +03:00
Cargo.toml Use double quotes to appease some TOML parsers 2017-09-17 13:14:37 -04:00
stage0.txt