rust/src
2017-12-13 06:03:25 -05:00
..
binaryen@1c9bf65aa0 std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
bootstrap template month/year, version into man pages while building dist tarball 2017-12-04 23:47:59 -08:00
build_helper build_helper: destination file can't be up to date when not exists 2017-12-01 14:55:02 +05:00
ci Remove armv5te target from dist-various-1 2017-12-11 22:00:25 -02:00
dlmalloc@d3812c3acc std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
doc fix markdown file differences 2017-12-07 23:56:21 +01:00
etc Use more convenient and UNIX-agnostic shebang 2017-12-02 01:03:59 +00:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e Update jemalloc to 4.5.0 2017-08-16 22:06:05 +02:00
liballoc Auto merge of #46411 - rillian:str_ascii, r=kennytm 2017-12-12 03:30:43 +00:00
liballoc_jemalloc *: strip calls to cc::Build::compile 2017-11-28 18:15:30 -05:00
liballoc_system Remove comment about a branch being optimized out, fix #45831 2017-11-20 16:22:17 +01:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace fix some typos 2017-11-21 15:33:45 +01:00
libcompiler_builtins@18feaccbfd Update compiler-builtins and use it the 128-bit lowering MIR test 2017-12-02 20:16:44 -08:00
libcore Auto merge of #46647 - varkor:contrib-1, r=sfackler 2017-12-12 15:54:13 +00:00
libfmt_macros Retain information on whether a format argument has explicit position 2017-11-09 20:57:58 +00:00
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
liblibc@1a2f9639f8 Update libc to include latest Fuchsia fix 2017-11-26 17:01:15 -08:00
libpanic_abort std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
libpanic_unwind std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
libproc_macro Fix hygiene bug. 2017-11-28 18:59:12 -08:00
libprofiler_builtins *: strip calls to cc::Build::compile 2017-11-28 18:15:30 -05:00
librustc Check Repeat Rvalue 2017-12-13 06:03:25 -05:00
librustc_allocator rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
librustc_apfloat Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
librustc_asan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_back Auto merge of #46305 - irinagpopa:backstory, r=alexcrichton,eddyb 2017-12-05 00:21:59 +00:00
librustc_binaryen std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
librustc_borrowck rustc_back: remove slice module in favor of std::slice::from_ref. 2017-12-04 18:25:06 +02:00
librustc_const_eval rustc_back: remove slice module in favor of std::slice::from_ref. 2017-12-04 18:25:06 +02:00
librustc_const_math Stabilize const-calling existing const-fns in std 2017-11-26 23:43:44 +01:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
librustc_driver move resolve_lifetimes into a proper query 2017-12-11 10:11:13 -05:00
librustc_errors Resolve type on return type suggestion 2017-12-09 15:19:39 -08:00
librustc_incremental incr.comp.: Remove on-export crate metadata hashing. 2017-11-29 16:28:25 +01:00
librustc_lint convert the new conflicts to a soft error 2017-12-05 15:42:33 +02:00
librustc_llvm Auto merge of #46435 - cuviper:min-llvm-3.9, r=rkruppe 2017-12-03 20:31:21 +00:00
librustc_lsan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_metadata Resolve absolute paths as extern under a feature flag 2017-12-13 00:02:23 +03:00
librustc_mir Check Repeat Rvalue 2017-12-13 06:03:25 -05:00
librustc_msan Bump master to 1.21.0 2017-07-25 07:03:19 -07:00
librustc_passes Auto merge of #46570 - AgustinCB:issue-46553, r=oli-obk 2017-12-12 23:08:56 +00:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin rustc_back: move dynamic_lib to rustc_metadata. 2017-12-04 18:25:29 +02:00
librustc_privacy Split hir::TyImplTrait, move checks to HIR lowering 2017-11-15 15:46:01 -05:00
librustc_resolve Resolve absolute paths as extern under a feature flag 2017-12-13 00:02:23 +03:00
librustc_save_analysis Implement RFC 2128 (use_nested_groups) 2017-11-30 13:10:26 +01:00
librustc_trans rustc_trans: Fix indentation in trans_set_discr. 2017-12-10 19:58:17 +01:00
librustc_trans_utils make fn_sig().subst() ICE when used with a closure 2017-12-07 05:28:01 -05:00
librustc_tsan Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
librustc_typeck Auto merge of #46657 - nikomatsakis:resolve-lifetimes-query, r=arielb1 2017-12-12 00:52:20 +00:00
librustdoc Rollup merge of #46672 - GuillaumeGomez:fix-type-filter-search, r=QuietMisdreavus 2017-12-13 04:28:06 +08:00
libserialize Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
libstd Rename never_type_impls gate to never_type 2017-12-12 14:03:03 +08:00
libstd_unicode Auto merge of #46411 - rillian:str_ascii, r=kennytm 2017-12-12 03:30:43 +00:00
libsyntax Resolve absolute paths as extern under a feature flag 2017-12-13 00:02:23 +03:00
libsyntax_ext Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
libsyntax_pos Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov 2017-12-07 21:05:49 +00:00
libterm Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
libtest Auto merge of #46620 - bjorn3:remove-test-metric, r=kennytm 2017-12-10 16:31:32 +00:00
libunwind make OpenBSD to use libc++ instead of (e)stdc++ 2017-11-26 10:08:25 +01:00
llvm@6d08185a5c wasm: Update LLVM to fix a test 2017-11-30 05:39:57 -08:00
rt
rtstartup auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
rustc std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
rustllvm Fix return value of LLVMRustMetadataAsValue 2017-12-12 17:27:37 +00:00
test Check Repeat Rvalue 2017-12-13 06:03:25 -05:00
tools Imply must-compile-successfully in ui-tests when the run-pass flag is present. 2017-12-10 21:14:57 +00:00
Cargo.lock Update Cargo 2017-12-06 18:21:14 +13:00
Cargo.toml Update RLS and Rustfmt 2017-11-29 19:15:46 +13:00
stage0.txt Update bootstrap compiler 2017-11-29 21:11:20 -08:00