rust/src
2017-12-06 14:10:51 +01:00
..
bootstrap Ensure dist::Std for every libstd target. (Closes: #42320) 2017-11-06 11:38:27 +01:00
build_helper rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03:00
ci Fix broken link in build-powerpc64le-toolchain.sh 2017-11-03 15:53:36 +08:00
doc Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00: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 Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00: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
libbacktrace std: Disable usage of mmap allocator in libbacktrace 2017-10-25 07:51:36 -07:00
libcompiler_builtins@0b9844764e
libcore Auto merge of #45571 - zackmdavis:regenerate_char_private, r=alexcrichton 2017-11-07 02:07:34 +00:00
libfmt_macros
libgetopts
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
librand
librustc Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 2017-11-06 23:30:57 +00:00
librustc_allocator rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
librustc_apfloat Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_asan
librustc_back Disable jemalloc for sparcv9-sun-solaris 2017-10-25 00:52:56 +02:00
librustc_borrowck Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +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 Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 2017-11-06 23:30:57 +00:00
librustc_driver [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
librustc_errors Auto merge of #45711 - tirr-c:unicode-span, r=estebank 2017-11-04 23:09:19 +00:00
librustc_incremental Fix tests and rebase conflict 2017-11-03 16:13:21 -02:00
librustc_lint Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +00:00
librustc_llvm Bump cc to 1.01 to include x86_64-unknown-linux-gnux32 support 2017-10-11 21:35:53 -03:00
librustc_lsan
librustc_metadata Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis 2017-11-05 22:06:15 +00:00
librustc_mir Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 2017-11-06 23:30:57 +00:00
librustc_msan
librustc_passes Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 2017-11-06 23:30:57 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
librustc_resolve Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis 2017-11-05 22:06:15 +00:00
librustc_save_analysis save-analysis: fix bugs in method chains 2017-11-06 15:52:42 +13:00
librustc_trans Auto merge of #45748 - petrochenkov:short, r=alexcrichton 2017-11-05 06:42:17 +00:00
librustc_trans_utils Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 2017-11-04 00:09:14 +00:00
librustc_tsan
librustc_typeck Auto merge of #45756 - topecongiro:fix-typos/librustc_typeck, r=kennytm 2017-11-06 02:02:11 +00:00
librustdoc Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus 2017-11-07 07:24:13 +00:00
libserialize
libstd Rename fs::read_utf8 to read_string 2017-12-06 14:10:51 +01:00
libstd_unicode Mark several ascii methods as unstable again 2017-11-03 21:28:04 +01:00
libsyntax Auto merge of #45737 - oli-obk:json, r=petrochenkov 2017-11-06 12:18:12 +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 Remove nacl from libtest 2017-10-05 05:04:40 +02: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 Update ThinLTO (internalization) for LLVM 5 2017-10-19 15:20:47 +09:00
test Auto merge of #45620 - ollie27:rustdoc_impl_generic_dupe, r=QuietMisdreavus 2017-11-07 07:24:13 +00:00
tools Auto merge of #45811 - DSpeckhals:update-rustfmt-rls, r=nikomatsakis 2017-11-06 20:43:46 +00:00
Cargo.lock tools: Fix rustfmt and the RLS 2017-11-06 13:03:06 -05: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