rust/src
2017-11-04 17:10:51 -07:00
..
bootstrap Rollup merge of #45624 - glaubitz:bootstrap-sparc64, r=kennytm 2017-11-01 13:32:12 +08: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 update unstable book and error example 2017-11-03 16:13:22 -02:00
etc Update compile-fail tests for error message deduplication. 2017-10-25 15:02:26 +02:00
grammar Update grammar to parse current rust syntax 2017-10-08 18:46:42 -07:00
jemalloc@1f5a28755e
liballoc Auto merge of #45306 - whitequark:ref_slice, r=alexcrichton 2017-11-02 00:06:16 +00:00
liballoc_jemalloc rustbuild: Support specifying archiver and linker explicitly 2017-10-15 22:10:07 +03: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 std: Disable usage of mmap allocator in libbacktrace 2017-10-25 07:51:36 -07:00
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Use Add::add for overflow checks instead of [rustc_inherit_overflow_checks] 2017-11-04 17:10:51 -07:00
libfmt_macros *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04: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@68f9959e53 Bump libc to 0.2.33 2017-10-31 11:25:39 -02: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 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 address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
librustc Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +00:00
librustc_allocator Make fields of Span private 2017-08-30 01:38:54 +03: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 Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_const_math Bump to 1.23 and update bootstrap 2017-10-26 13:59:18 -07:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures change region display to '_#Nr, update the newtype_index! macro 2017-10-31 12:41:40 -04:00
librustc_driver [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
librustc_errors Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01: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 Rename trait_has_auto_impl to trait_is_auto 2017-11-03 16:13:22 -02:00
librustc_mir Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01:00
librustc_msan
librustc_passes Parse auto traits the same as traits. 2017-11-03 16:13:22 -02:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
librustc_privacy [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
librustc_resolve Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +00:00
librustc_save_analysis add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02:00
librustc_trans Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01:00
librustc_trans_utils [Syntax Breaking] Rename DefaultImpl to AutoImpl 2017-11-03 16:13:20 -02:00
librustc_tsan Move unused-extern-crate to late pass 2017-08-27 19:02:24 +09:00
librustc_typeck Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +00:00
librustdoc Feature gate auto trait and ignore it in rustdoc 2017-11-03 16:13:21 -02:00
libserialize *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libstd auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax Auto merge of #45247 - leodasvacas:implement-auto-trait-syntax, r=nikomatsakis 2017-11-03 19:07:45 +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 add auto keyword, parse auto trait, lower to HIR 2017-11-03 16:13:20 -02:00
libterm *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
libtest Remove nacl from libtest 2017-10-05 05:04:40 +02:00
libunwind *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
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 Add overflow tests for next_power_of_two 2017-11-03 22:33:34 -07:00
tools rustfmt is broken which makes rls broken 2017-11-03 16:13:22 -02:00
Cargo.lock Auto merge of #45468 - Xanewok:crate-source, r=nrc 2017-11-02 03:36:50 +00: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