1
Fork 0
rust/src
2017-06-07 17:06:55 -07:00
..
bootstrap bootstrap: fix minor comment typos in lib.rs 2017-05-22 01:58:50 +07:00
build_helper
ci ci: fix dist-powerpc-linux image 2017-05-18 17:11:46 -03:00
compiler-rt@c8a8767c56
doc Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
driver
etc Add support for Hexagon v60 HVX intrinsics 2017-05-07 15:07:36 -04:00
grammar Re-add LALR grammar. 2017-05-08 09:47:05 -06:00
jemalloc@3288e0659c Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc Correct some stability versions 2017-05-20 08:38:39 +01:00
liballoc_jemalloc Update jemalloc to 4.5.0 2017-05-10 18:36:24 +02:00
liballoc_system
libarena migrate everything to using mem::needs_drop 2017-05-20 19:27:30 -04:00
libbacktrace
libcollections Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
libcompiler_builtins
libcore core: allow messages in unimplemented!() macro 2017-06-07 17:06:55 -07:00
libflate rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libfmt_macros rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgetopts rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libgraphviz rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
liblibc@03562b0cb2 Reload nameserver information on lookup failure 2017-05-04 23:59:55 -04:00
libpanic_abort
libpanic_unwind Fix definitions of ULONG_PTR 2017-05-06 15:46:16 +01:00
libproc_macro
libproc_macro_plugin Fix #35829 (syntax extension's quote_expr!() does not handle b"…") 2017-05-13 21:41:25 +08:00
librand Removal pass for anonymous parameters 2017-05-02 05:55:20 +02:00
librustc Rollup merge of #42062 - fhartwig:fix-off-by-one-span, r=nikomatsakis 2017-05-20 17:48:12 -06:00
librustc_asan
librustc_back rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_bitflags rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_borrowck Add help message if a FnOnce is moved 2017-05-18 21:29:04 +02:00
librustc_const_eval rustc: stop interning CodeExtent, it's small enough. 2017-05-13 17:43:32 +03:00
librustc_const_math rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_data_structures rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_driver Give a nicer error for non-Unicode arguments to rustc and rustdoc 2017-05-18 16:11:22 -07:00
librustc_errors fix some clippy warnings in librustc_errors 2017-05-19 01:20:48 +02:00
librustc_incremental Use 128 instead of 64 bits for DefPath hashes 2017-05-18 11:10:11 +02:00
librustc_lint Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
librustc_llvm Fix: "warning: redundant linker flag specified for library ole32" 2017-05-20 13:57:41 +03:00
librustc_lsan
librustc_metadata Use 128 instead of 64 bits for DefPath hashes 2017-05-18 11:10:11 +02:00
librustc_mir avoid cycles in mir-dump, take 2 2017-05-15 21:12:47 -04:00
librustc_msan
librustc_passes Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_platform_intrinsics rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_plugin Support #[allow] etc logic on a per macro level 2017-05-13 16:02:29 +02:00
librustc_privacy rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
librustc_resolve Auto merge of #41907 - est31:macro_unused, r=jseyfried 2017-05-16 23:27:36 +00:00
librustc_save_analysis Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
librustc_trans Rollup merge of #42100 - michaelwoerister:fix-osx-multi-cgu-debuginfo, r=jdm 2017-05-19 14:16:26 -06:00
librustc_tsan
librustc_typeck Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis 2017-05-17 21:44:08 +00:00
librustdoc Update to trait bounds CSS in rustdoc 2017-05-21 04:35:26 +01:00
libserialize rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libstd Auto merge of #41904 - sfackler:1.18-stabilization, r=alexcrichton 2017-05-21 22:06:08 +00:00
libstd_unicode Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon 2017-05-10 03:27:36 +00:00
libsyntax Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum 2017-05-20 15:42:43 +00:00
libsyntax_ext Auto merge of #41919 - nrc:save-crate, r=eddyb 2017-05-13 22:58:04 +00:00
libsyntax_pos rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libterm rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
libtest Number of filtered out tests in tests summary 2017-05-11 23:20:09 +03:00
libunwind
llvm@1ef3b9128e LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
rt
rtstartup Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00
rustc
rustllvm LLVM: Add support for EABI-compliant libcalls on MSP430. 2017-05-13 21:23:00 +03:00
test Auto merge of #42147 - withoutboats:run-pass-test-for-static-in-assoc-const-ty-refs, r=eddyb 2017-05-22 06:22:52 +00:00
tools Update rust-installer to normalize manifest paths 2017-05-20 21:55:18 -07:00
Cargo.lock Unify all stage2 tools into a workspace 2017-05-18 00:30:54 +09:00
Cargo.toml Revert "Reenable opt-level 3" 2017-05-20 10:33:53 -06:00
stage0.txt Update stage0 bootstrap compiler 2017-04-29 12:11:14 -07:00