rust/src
Eduard-Mihai Burtescu 42c1ea2915 Nuke src/vendor. 2017-02-12 17:50:54 +02:00
..
bootstrap Merge branch 'master' of git://github.com/rust-lang/rust 2017-02-09 10:11:36 +01:00
build_helper Build libbacktrace/jemalloc only when their timestamps are older than sources 2017-02-02 22:40:42 +03:00
ci Rollup merge of #39647 - japaric:sparc, r=alexcrichton 2017-02-09 08:47:36 -05:00
compiler-rt@d30da544a8 sanitizer support 2017-02-08 18:51:43 -05:00
doc Updated installing nightly instructions 2017-02-10 18:44:32 +00:00
driver
etc Clean our src/etc of old files 2017-02-06 08:43:37 -08:00
grammar
jemalloc@11bfb0dcf8
liballoc Direct conversions between slices and boxes. 2017-02-06 18:53:13 -05:00
liballoc_jemalloc std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
liballoc_system
libarena
libbacktrace libbacktrace: Fix uninitialized variable 2017-02-04 01:18:10 +03:00
libcollections Rollup merge of #39701 - sgrif:sg-vec-reserve-docs, r=alexcrichton 2017-02-10 23:41:36 -05:00
libcollectionstest Extract collections benchmarks to libcollections/benches 2017-02-06 21:38:47 +11:00
libcompiler_builtins Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton 2017-02-05 12:45:11 -05:00
libcore Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when_given_a_trailing_comma, r=BurntSushi 2017-02-12 03:34:57 +00:00
libcoretest Improve fmt float 2017-02-07 20:58:34 +11:00
libflate std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libfmt_macros
libgetopts
libgraphviz
liblibc@8d8264b967 liblibc: Update to include aarch64-unknown-freebsd support 2017-02-06 23:53:39 +01:00
liblog
libpanic_abort
libpanic_unwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
libproc_macro Refactor `TokenStream`. 2017-01-22 21:37:38 +00:00
libproc_macro_plugin Remove `open_span` and `close_span` from `Delimited`. 2017-01-23 06:49:06 +00:00
librand
librustc Auto merge of #39680 - canndrew:uninhabited_from-infinite-loop, r=arielb1 2017-02-12 07:20:31 +00:00
librustc_asan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_back Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton 2017-02-07 22:54:24 -05:00
librustc_bitflags
librustc_borrowck Add warning for () to ! switch 2017-02-03 18:48:15 +08:00
librustc_const_eval Use global recursion limit when evaluating inhabitedness 2017-02-10 00:52:51 +08:00
librustc_const_math More snap cleanup 2017-02-04 04:53:09 +02:00
librustc_data_structures Allow rustc data structures compile to android 2017-02-10 16:34:10 -02:00
librustc_driver driver: restore partially deleted comment 2017-02-09 12:07:58 -05:00
librustc_errors store typeck lints in the `TypeckTables` 2017-02-02 20:38:16 -05:00
librustc_incremental Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoerister 2017-02-08 10:19:52 -05:00
librustc_lint Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis 2017-02-08 10:19:47 -05:00
librustc_llvm [LLVM 4.0] Fix CreateCompileUnit 2017-02-11 15:15:28 -06:00
librustc_lsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_metadata Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss 2017-02-09 12:14:24 -05:00
librustc_mir Use global recursion limit when evaluating inhabitedness 2017-02-10 00:52:51 +08:00
librustc_msan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_passes Auto merge of #39305 - eddyb:synelide, r=nikomatsakis 2017-01-28 06:21:23 +00:00
librustc_platform_intrinsics
librustc_plugin Remove unused `extern crate`s. 2017-01-22 01:31:02 +00:00
librustc_privacy Remove no longer necessary ctor checks in rustc_privacy 2017-01-29 02:57:14 +03:00
librustc_resolve Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakis 2017-02-05 09:14:48 -05:00
librustc_save_analysis Rollup merge of #39453 - nrc:save-path, r=nikomatsakis 2017-02-05 09:14:49 -05:00
librustc_trans Fix as_ptr() drop problem 2017-02-11 15:41:03 -06:00
librustc_tsan use helper function in the rebuild logic of the rustc_*san crates 2017-02-08 18:51:43 -05:00
librustc_typeck change span_notes to notes in E0368/E0369 2017-02-09 22:45:42 +00:00
librustdoc Rollup merge of #39589 - ollie27:rustdoc_impl_disambiguation, r=alexcrichton 2017-02-08 23:55:44 -05:00
libserialize Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
libstd Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichton 2017-02-10 23:41:38 -05:00
libstd_unicode Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
libsyntax Rollup merge of #39674 - jseyfried:fix_token_tree_parsing_ICE, r=nrc 2017-02-09 19:43:21 -05:00
libsyntax_ext Move derive macro expansion into the MacroExpander 2017-02-05 09:31:02 +10:30
libsyntax_pos store typeck lints in the `TypeckTables` 2017-02-02 20:38:16 -05:00
libterm
libtest Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton 2017-02-12 00:54:57 +00:00
libunwind std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
llvm@ceb177eeef
rt Set correct hoedown submodule branch 2017-02-03 11:08:20 +01:00
rtstartup
rust-installer@4f99485080
rustc sanitizer support 2017-02-08 18:51:43 -05:00
rustllvm [LLVM 4.0] Fix CreateCompileUnit 2017-02-11 15:15:28 -06:00
test Auto merge of #39680 - canndrew:uninhabited_from-infinite-loop, r=arielb1 2017-02-12 07:20:31 +00:00
tools Rollup merge of #39676 - alexcrichton:fix-again, r=brson 2017-02-10 23:41:34 -05:00
Cargo.lock Add Emscripten-specific linker 2017-02-10 17:31:04 +00:00
Cargo.toml Add support for test suites emulated in QEMU 2017-01-29 14:16:41 -08:00
stage0.txt Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00