rust/src
2016-10-01 19:22:39 +05:30
..
bootstrap Don't build any native compiler-builtin components for emscripten 2016-09-30 14:04:09 -07:00
build_helper
compiler-rt@8598065bd9
doc Rollup merge of #36860 - wesleywiser:patch-2, r=Manishearth 2016-09-30 13:44:48 -04:00
driver
etc Haiku: add support for building on Haiku 2016-09-25 11:15:18 -05:00
grammar
jemalloc@e058ca6616
liballoc Auto merge of #36339 - brson:emscripten-new, r=alexcrichton 2016-09-30 19:00:36 -07:00
liballoc_jemalloc Build a dummy alloc_jemalloc crate on platforms that don't support it 2016-09-30 14:03:00 -07:00
liballoc_system Preliminary wasm32 support 2016-09-30 14:02:45 -07:00
libarena [breaking-change] Remove TypedArena::with_capacity. 2016-09-23 06:40:22 +10:00
libbacktrace
libcollections Auto merge of #36339 - brson:emscripten-new, r=alexcrichton 2016-09-30 19:00:36 -07:00
libcollectionstest Ignore lots and lots of std tests on emscripten 2016-09-30 14:02:48 -07:00
libcompiler_builtins Don't build any native compiler-builtin components for emscripten 2016-09-30 14:04:09 -07:00
libcore Auto merge of #36864 - steveklabnik:rollup, r=steveklabnik 2016-09-30 11:08:58 -07:00
libcoretest Call emcc with ERROR_ON_UNDEFINED_SYMBOLS 2016-09-30 14:02:57 -07:00
libflate
libfmt_macros
libgetopts Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libgraphviz
liblibc@b474785561 use MSG_NOSIGNAL from liblibc 2016-09-28 19:44:20 +02:00
liblog
libpanic_abort
libpanic_unwind Document emscripten's unwind impl and remove unused function 2016-09-30 14:02:59 -07:00
libproc_macro Proc_macro is alive 2016-08-16 13:17:36 -07:00
librand Documentation of what does for each type 2016-09-11 17:00:09 +05:30
librustc Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
librustc_back Call emcc with ERROR_ON_UNDEFINED_SYMBOLS 2016-09-30 14:02:57 -07:00
librustc_bitflags Fix language in documentation comment. 2016-08-11 15:42:41 -06:00
librustc_borrowck Ignore local kind in MIR dataflow 2016-09-27 00:32:08 +02:00
librustc_const_eval Fix rebase fallout 2016-09-28 22:31:20 +02:00
librustc_const_math
librustc_data_structures Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00
librustc_driver Change the sigs of set_print/set_panic to allow restoring the default objects 2016-09-30 14:02:53 -07:00
librustc_errors Allow supplying an error destination via the compiler driver 2016-09-28 16:20:30 +13:00
librustc_incremental Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
librustc_lint rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
librustc_llvm Tidy 2016-09-30 14:02:51 -07:00
librustc_macro rustc: Use a special filename for macros 1.1 2016-09-27 12:03:28 -07:00
librustc_metadata Rollup merge of #36794 - japaric:target-panic, r=alexcrichton 2016-09-28 20:21:52 -07:00
librustc_mir Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
librustc_passes Call arrays "arrays" instead of "vecs" internally 2016-09-28 22:30:30 +02:00
librustc_platform_intrinsics
librustc_plugin Forbid user-defined macros named "macro_rules". 2016-09-26 00:22:40 +00:00
librustc_privacy Update E0446 label with improved wording 2016-09-26 17:05:43 -07:00
librustc_resolve Auto merge of #36819 - jseyfried:fix_ast_const_integer_ice, r=nrc 2016-09-30 01:15:50 -07:00
librustc_save_analysis rustc_metadata: group information into less tags. 2016-09-20 20:08:04 +03:00
librustc_trans Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
librustc_typeck Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
librustc_unicode [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
librustdoc Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-structure, r=pnkfelix 2016-10-01 19:22:12 +05:30
libserialize [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
libstd Auto merge of #36824 - kali:master, r=alexcrichton 2016-10-01 01:19:47 -07:00
libsyntax Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb 2016-10-01 19:22:39 +05:30
libsyntax_ext Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb 2016-10-01 19:22:39 +05:30
libsyntax_pos Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrc 2016-09-21 22:40:51 -07:00
libterm Haiku: add search path for terminfo 2016-09-25 11:14:59 -05:00
libtest Change the sigs of set_print/set_panic to allow restoring the default objects 2016-09-30 14:02:53 -07:00
libunwind Rewrite emscripten unwinding to use libcxx 2016-09-30 14:02:55 -07:00
llvm@3e03f73741 Update LLVM with fastcomp patches 2016-09-30 14:02:49 -07:00
rt Address comments and add requested tests 2016-09-03 13:39:35 +03:00
rtstartup rustbuild: Fix cross-compiles to MinGW on Linux 2016-09-12 22:41:17 -07:00
rust-installer@755bc3db4f Update rust-installer. Fixes #35840 2016-08-23 00:38:26 +00:00
rustc rustc_metadata: replace RBML with a simple and type-safe scheme. 2016-09-20 20:08:05 +03:00
rustllvm Update LLVM with fastcomp patches 2016-09-30 14:02:49 -07:00
test Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb 2016-10-01 19:22:39 +05:30
tools Update bootstrap and compiletest to use the detected nodejs 2016-09-30 14:02:53 -07:00
stage0.txt Update bootstrap compiler 2016-09-28 20:20:25 +00:00