rust/src
2017-10-08 20:53:14 +09:00
..
bootstrap Rollup merge of #44694 - tommyip:make_clean, r=Mark-Simulacrum 2017-09-29 17:58:54 -06:00
build_helper Add a file to trivially disable tool building or testing 2017-09-17 21:41:45 +02:00
ci Add libsocket and libresolv to Solaris builder 2017-10-05 19:05:19 +02:00
doc implement pattern-binding-modes RFC 2017-10-06 16:30:23 -04:00
etc Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakis 2017-10-03 19:38:33 +00:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #45052 - steveklabnik:gh44105, r=dtolnay 2017-10-08 13:38:59 +08:00
liballoc_jemalloc Update to the cc crate 2017-09-28 07:45:50 -07:00
liballoc_system Autodetect the type of allocator crate used 2017-09-10 19:59:42 +02:00
libarena stabilized needs_drop (fixes #41890) 2017-09-16 23:41:04 +02:00
libbacktrace Fix missing line numbers on i686. 2017-09-05 08:41:43 +08:00
libcollections
libcompiler_builtins@0b9844764e Update the libcompiler_builtins submodule 2017-09-30 01:45:21 +02:00
libcore Rollup merge of #45081 - tamird:fmt-cleanup, r=alexcrichton 2017-10-08 13:39:03 +08:00
libfmt_macros
libgetopts address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
libgraphviz
liblibc@44e4018e1a bump liblibc to 0.2.31 2017-09-24 13:53:11 -07:00
libpanic_abort
libpanic_unwind
libproc_macro proc_macro::Span API improvements 2017-10-05 17:00:55 -07:00
libprofiler_builtins Update to the cc crate 2017-09-28 07:45:50 -07:00
librand address some FIXMEs whose associated issues were marked as closed 2017-09-30 11:33:47 +03:00
librustc Introduce Print trait for displaying types 2017-10-08 20:53:14 +09:00
librustc_allocator Make fields of Span private 2017-08-30 01:38:54 +03:00
librustc_apfloat Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_asan
librustc_back Rollup merge of #45094 - japaric:strict-align, r=alexcrichton 2017-10-08 13:39:06 +08:00
librustc_borrowck add notes to report_conflicting_borrow MIR borrowck 2017-10-04 10:35:42 +03:00
librustc_const_eval implement pattern-binding-modes RFC 2017-10-06 16:30:23 -04:00
librustc_const_math change #![feature(const_fn)] to specific gates 2017-09-16 15:53:02 +00:00
librustc_cratesio_shim Remove rustc_bitflags; use the bitflags crate 2017-09-17 14:19:24 -04:00
librustc_data_structures Generate ScopeId using newtype_index macro 2017-10-04 23:51:43 -03:00
librustc_driver Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton 2017-10-07 09:36:12 +00:00
librustc_errors fix comment typo, CodeSuggestion path in doc comment 2017-09-29 23:42:24 -07:00
librustc_incremental Auto merge of #44983 - vitiral:dirty_clean_groups, r=michaelwoerister 2017-10-08 03:02:35 +00:00
librustc_lint Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturon 2017-10-03 02:26:27 +00:00
librustc_llvm rustc: Implement ThinLTO 2017-10-07 08:17:52 -07:00
librustc_lsan
librustc_metadata incr.comp.: Remove support for loading metadata fingerprints. 2017-09-23 19:47:37 +02:00
librustc_mir Auto merge of #44878 - Nashenas88:master, r=nikomatsakis 2017-10-05 17:14:12 +00:00
librustc_msan
librustc_passes Implement underscore lifetimes 2017-09-20 23:45:05 -07:00
librustc_platform_intrinsics Auto merge of #44885 - lu-zero:master, r=alexcrichton 2017-10-02 17:18:20 +00:00
librustc_plugin
librustc_privacy Use recorded types in rustc_privacy 2017-09-23 00:50:46 +03:00
librustc_resolve Auto merge of #44215 - oli-obk:import_sugg, r=nrc 2017-09-21 20:12:22 +00:00
librustc_save_analysis Use NodeId/HirId instead of DefId for local variables. 2017-09-08 22:00:59 +03:00
librustc_trans rustc: Implement ThinLTO 2017-10-07 08:17:52 -07:00
librustc_trans_utils Fix error 2017-09-25 08:17:37 +02:00
librustc_tsan
librustc_typeck implement pattern-binding-modes RFC 2017-10-06 16:30:23 -04:00
librustdoc Fix invalid rustdoc rendering for FnTy args 2017-10-07 17:23:06 +02:00
libserialize
libstd Rollup merge of #45083 - fhartwig:slice-read-to-end, r=bluss 2017-10-08 13:39:04 +08:00
libstd_unicode [libstd_unicode] Expose UnicodeVersion type 2017-09-18 20:39:17 -07:00
libsyntax Rollup merge of #45060 - topecongiro:semi-in-local-span, r=petrochenkov 2017-10-08 13:39:02 +08:00
libsyntax_ext only set non-ADT derive error once per attribute, not per trait 2017-09-21 21:20:23 -07:00
libsyntax_pos Rename FileMap::path and change to an Option 2017-10-03 19:47:33 +10:00
libterm
libtest Platform gate libc in libtest 2017-08-27 19:02:24 +09:00
libunwind
llvm@c7a16bd57c Faster compile times for release builds with llvm fix 2017-10-05 18:56:23 +00:00
rt
rtstartup Normalize spaces in lang attributes. 2017-09-28 01:30:25 -07:00
rustc Trim and document compiler-builtins shim 2017-10-06 20:35:57 -04:00
rustllvm rustc: Implement ThinLTO 2017-10-07 08:17:52 -07:00
test Name higher-ranked lifetimes properly while displaying 2017-10-08 20:53:14 +09:00
tools Add build environment for Solaris 2017-10-03 14:48:39 +02:00
Cargo.lock Generate Idx in nll using newtype_index! 2017-10-04 23:50:53 -03:00
Cargo.toml Update to the cc crate 2017-09-28 07:45:50 -07:00
stage0.txt Bump to 1.22.0 2017-08-31 06:58:58 -07:00