rust/src
Oliver Schneider d4c442d65c
Expose miri <-> ctfe differences
miri needs to start storing everything in the TyCtxt so we can have relocations and aggregates
2017-09-29 12:55:08 +02:00
..
bootstrap Auto merge of #44785 - alexcrichton:update-cargo, r=nikomatsakis 2017-09-28 16:19:58 +00:00
build_helper Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
ci Auto merge of #44779 - tjkirch:master, r=alexcrichton 2017-09-28 03:28:20 +00:00
doc Add support for `..=` syntax 2017-09-22 22:05:18 +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 Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov 2017-09-27 16:04:31 +00:00
liballoc_jemalloc Update to the `cc` crate 2017-09-28 07:45:50 -07:00
liballoc_system Autodetect the type of allocator crate used 2017-09-10 19:59:42 +02:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02: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 submodules. 2017-09-24 13:53:10 -07:00
libcore Auto merge of #44790 - clarcharr:zip_bytes, r=sfackler 2017-09-28 09:10:12 +00: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@44e4018e1a bump liblibc to 0.2.31 2017-09-24 13:53:11 -07: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 Add support for `..=` syntax 2017-09-22 22:05:18 +02:00
libprofiler_builtins Update to the `cc` crate 2017-09-28 07:45:50 -07:00
librand *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc Expose miri <-> ctfe differences 2017-09-29 12:55:08 +02:00
librustc_allocator Make fields of `Span` private 2017-08-30 01:38:54 +03:00
librustc_apfloat Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_asan
librustc_back add aarch64-unknown-linux-musl target 2017-09-23 14:46:33 -07: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 Expose miri <-> ctfe differences 2017-09-29 12:55:08 +02: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 Point at parameter type on E0301 2017-09-24 11:50:09 -07:00
librustc_driver Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 2017-09-25 18:05:22 +00:00
librustc_errors Fix mispositioned error indicators 2017-09-07 10:26:27 +02:00
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 Update to the `cc` crate 2017-09-28 07:45:50 -07:00
librustc_lsan
librustc_metadata incr.comp.: Remove support for loading metadata fingerprints. 2017-09-23 19:47:37 +02:00
librustc_mir Move miri base code to rustc::mir::interpret 2017-09-29 12:49:21 +02:00
librustc_msan
librustc_passes Implement underscore lifetimes 2017-09-20 23:45:05 -07: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 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 Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
librustc_trans Update to the `cc` crate 2017-09-28 07:45:50 -07:00
librustc_trans_utils Fix error 2017-09-25 08:17:37 +02:00
librustc_tsan Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
librustc_typeck Auto merge of #44297 - laumann:suggest-misspelt-methods, r=arielb1 2017-09-25 23:09:06 +00:00
librustdoc Update to the `cc` crate 2017-09-28 07:45:50 -07:00
libserialize *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libstd Auto merge of #44278 - Binero:master, r=BurntSushi 2017-09-28 18:52:49 +00:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax Auto merge of #44528 - tmnilsson:attr_proc_macro_cfg_process, r=jseyfried 2017-09-28 23:38:52 +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 Compress "small" spans to 32 bits and intern "large" spans 2017-09-23 00:34:13 +03: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
rt
rtstartup
rustc Trim and document libc shim 2017-09-21 22:25:02 -04:00
rustllvm Add 'native' to -C target-cpu=help 2017-09-15 00:32:59 -05:00
test Auto merge of #44847 - estebank:unused-signature, r=nikomatsakis 2017-09-29 07:05:10 +00:00
tools Adjust imports to librustc::mir::interpret 2017-09-29 12:54:39 +02:00
Cargo.lock Adjust imports to librustc::mir::interpret 2017-09-29 12:54:39 +02:00
Cargo.toml Update to the `cc` crate 2017-09-28 07:45:50 -07:00
stage0.txt Bump to 1.22.0 2017-08-31 06:58:58 -07:00