rust/src
2017-11-16 17:13:39 +01:00
..
bootstrap std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
build_helper rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
ci Modify the script to allow for running docker images on Windows 7. 2017-11-06 03:53:40 +08:00
doc std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
etc regenerate libcore/char_private.rs 2017-10-26 22:32:24 -07:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e
liballoc Rollup merge of #45878 - jhford:use-get-in-get-example, r=kennytm 2017-11-10 17:07:08 +08:00
liballoc_jemalloc rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
liballoc_system Fix out of date unstable book entries for alloc_* features. 2017-10-12 07:46:02 +02:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace Disable mmap in libbacktrace on Apple platforms 2017-11-08 02:28:17 -08:00
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnay 2017-11-10 17:07:10 +08:00
libfmt_macros
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz
liblibc@68f9959e53 Bump libc to 0.2.33 2017-10-31 11:25:39 -02:00
libpanic_abort
libpanic_unwind
libproc_macro Make the result of Literal::string() more readable 2017-10-08 21:44:13 +13:00
libprofiler_builtins Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librustc incr.comp.: Remove default serialization implementations for things in rustc::hir::def_id so that we get an ICE instead of silently doing the wrong thing. 2017-11-16 17:13:39 +01:00
librustc_allocator rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
librustc_apfloat Make trans const eval error on overflow and NaN, matching HIR const eval. 2017-11-07 20:13:19 +01:00
librustc_asan
librustc_back std: Remove rand crate and module 2017-11-08 20:41:17 -08:00
librustc_borrowck Introduce LocalDefId which provides a type-level guarantee that the DefId is from the local crate. 2017-11-16 14:04:01 +01:00
librustc_const_eval Implemented RFC 2008 for enums (not including variants) and structs. 2017-11-03 19:36:18 +00:00
librustc_const_math Extract (f32::MAX + 0.5 ULP) constant 2017-11-07 20:13:19 +01:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 2017-11-06 23:30:57 +00:00
librustc_driver Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton 2017-11-07 14:24:15 +00:00
librustc_errors Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebank 2017-11-09 15:42:26 +00:00
librustc_incremental incr.comp.: Remove default serialization implementations for things in rustc::hir::def_id so that we get an ICE instead of silently doing the wrong thing. 2017-11-16 17:13:39 +01:00
librustc_lint Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +00:00
librustc_llvm Make trans const eval error on overflow and NaN, matching HIR const eval. 2017-11-07 20:13:19 +01:00
librustc_lsan
librustc_metadata incr.comp.: Remove default serialization implementations for things in rustc::hir::def_id so that we get an ICE instead of silently doing the wrong thing. 2017-11-16 17:13:39 +01:00
librustc_mir Introduce LocalDefId which provides a type-level guarantee that the DefId is from the local crate. 2017-11-16 14:04:01 +01:00
librustc_msan
librustc_passes Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakis 2017-11-09 04:14:28 +00:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
librustc_resolve Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis 2017-11-10 17:07:05 +08:00
librustc_save_analysis save-analysis: fix bugs in method chains 2017-11-06 15:52:42 +13:00
librustc_trans Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichton 2017-11-10 17:07:04 +08:00
librustc_trans_utils Always treat #[rustc_std_internal_symbol]s as root TransItems. 2017-11-07 16:41:42 +01:00
librustc_tsan
librustc_typeck Introduce LocalDefId which provides a type-level guarantee that the DefId is from the local crate. 2017-11-16 14:04:01 +01:00
librustdoc Rollup merge of #45849 - GuillaumeGomez:more-shortcut, r=QuietMisdreavus 2017-11-08 10:09:18 +01:00
libserialize
libstd std: Avoid use of libc in portable modules 2017-11-09 07:56:44 -08:00
libstd_unicode Mark several ascii methods as unstable again 2017-11-03 21:28:04 +01:00
libsyntax Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov 2017-11-10 01:40:21 +00:00
libsyntax_ext Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
libsyntax_pos Auto merge of #45758 - nzig:explain-span-ctxt, r=petrochenkov 2017-11-06 05:16:15 +00:00
libterm
libtest libtest: Force a newline every 100 dots when testing in quiet mode. 2017-11-06 03:53:39 +08:00
libunwind
llvm@83b72cedfd rustc: Update LLVM with a ThinLTO fix 2017-10-11 09:10:59 -07:00
rt
rtstartup auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
rustc Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
rustllvm Make trans const eval error on overflow and NaN, matching HIR const eval. 2017-11-07 20:13:19 +01:00
test incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a removed input node. 2017-11-10 17:50:15 +01:00
tools incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. 2017-11-14 19:52:49 +01:00
Cargo.lock Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichton 2017-11-10 17:07:04 +08:00
Cargo.toml Merge branch 'master' into update-rls-data-for-save-analysis 2017-10-24 19:37:15 -04:00
stage0.txt Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00