rust/src
2017-04-26 15:44:02 +02:00
..
bootstrap Rollup merge of #39983 - AndrewGaspar:rust-windbg, r=brson 2017-04-25 23:05:54 -04:00
build_helper rustbuild: Assert directory creation succeeds 2017-03-07 15:24:36 -08:00
ci Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
compiler-rt@c8a8767c56 FIN/CRT: adopt all applicable rust compiler-rt patches 2017-04-23 22:00:01 +02:00
doc Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi 2017-04-26 06:18:17 +00:00
driver
etc Adds rust-windbg.cmd script 2017-04-24 16:26:00 -07:00
grammar Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
jemalloc@11bfb0dcf8
liballoc Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi 2017-04-26 06:18:17 +00:00
liballoc_jemalloc Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
liballoc_system Specialize Vec::from_elem<u8> to use calloc or memset 2017-04-15 09:01:56 -07:00
libarena
libbacktrace
libcollections Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundi 2017-04-26 06:18:17 +00:00
libcompiler_builtins Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
libcore Rollup merge of #41528 - steveklabnik:gh33269, r=frewsxcv 2017-04-25 23:05:59 -04:00
libflate Add/remove rerun-if-changed when necessary 2017-03-04 21:38:26 +03:00
libfmt_macros
libgetopts
libgraphviz Fix various useless derefs and slicings 2017-03-27 08:58:00 +02:00
liblibc@c34a802d1e Update libc to include x86_64-linux-android support 2017-04-20 13:59:41 -03:00
libpanic_abort
libpanic_unwind
libproc_macro Add doc attributes to proc_macro crate 2017-03-12 02:54:43 +00:00
libproc_macro_plugin Improve the TokenStream quoter. 2017-03-15 23:05:02 +00:00
librand Avoid to use floating point match 2017-04-14 03:39:03 +02:00
librustc remap-path-prefix: Validate number of commandline arguments passed. 2017-04-26 15:44:02 +02:00
librustc_asan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_back Add x86_64-linux-android target 2017-04-20 16:29:59 -03:00
librustc_bitflags
librustc_borrowck rustc: expose the common DUMMY_SP query case as tcx methods. 2017-04-24 17:23:43 +03:00
librustc_const_eval rustc: use tcx.at(span) to set the location of a query. 2017-04-24 18:06:39 +03:00
librustc_const_math rustc_const_eval: always demand typeck_tables for evaluating constants. 2017-02-25 18:35:26 +02:00
librustc_data_structures Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=arielb1 2017-04-13 00:28:11 +00:00
librustc_driver Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
librustc_errors Reduce visual clutter of multiline start when possible 2017-04-20 17:31:20 -07:00
librustc_incremental rustc: use monomorphic const_eval for cross-crate enum discriminants. 2017-04-16 01:31:37 +03:00
librustc_lint rustc: rename some of the queries to match tcx methods. 2017-04-24 15:20:52 +03:00
librustc_llvm Auto merge of #40123 - TimNN:llvm40, r=alexcrichton 2017-04-24 22:18:16 +00:00
librustc_lsan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_metadata Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
librustc_mir rustc: use tcx.at(span) to set the location of a query. 2017-04-24 18:06:39 +03:00
librustc_msan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_passes rustc: rename some of the queries to match tcx methods. 2017-04-24 15:20:52 +03:00
librustc_platform_intrinsics
librustc_plugin kill a bunch of one off tasks 2017-04-18 08:20:12 -04:00
librustc_privacy Auto merge of #41504 - eddyb:query-api, r=nikomatsakis 2017-04-26 09:54:11 +00:00
librustc_resolve feature gate :vis matcher 2017-04-15 19:06:58 +00:00
librustc_save_analysis Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
librustc_trans Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
librustc_tsan rustbuild: Update bootstrap compiler 2017-03-29 08:55:15 -07:00
librustc_typeck Auto merge of #41504 - eddyb:query-api, r=nikomatsakis 2017-04-26 09:54:11 +00:00
librustdoc Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
libserialize
libstd Rollup merge of #41518 - tbu-:pr_fix_cp_error, r=sfackler 2017-04-25 23:05:58 -04:00
libstd_unicode Remove parentheses in method references 2017-03-30 18:33:23 -04:00
libsyntax Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
libsyntax_ext Implementation of repr struct alignment RFC 1358. 2017-04-21 07:32:32 +10:00
libsyntax_pos Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
libterm Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
libtest Fix links 2017-04-04 15:39:44 -04:00
libunwind libgcc_eh may depend on libpthread. 2017-03-30 16:31:46 -07:00
llvm@a884d21cc5 FIN/LLVM: new rust patches required for 4.0 2017-04-23 22:00:01 +02:00
rt Hoedown big comeback! 2017-04-17 18:10:03 +02:00
rtstartup Update #[no_core] users with the "freeze" lang item. 2017-04-21 15:48:35 +03:00
rust-installer@4f99485080
rustc Fix plain_summary_line function 2017-03-28 11:38:56 -06:00
rustllvm Expose LLVM appendModuleInlineAsm 2017-04-12 19:12:49 -05:00
test Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
tools Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
Cargo.lock Rollup merge of #41374 - steveklabnik:update-mdbook, r=frewsxcv 2017-04-19 21:55:38 -04:00
Cargo.toml Don't put Cargo into the rustc workspace 2017-03-10 14:49:19 -08:00
stage0.txt Bump stage0 to fix ARM LLVM 2017-04-18 08:57:56 -07:00