rust/src
Mikko Rantanen cb90723f90 Explain motivation behind lifetimes
Start the lifetime section with an explanation of the issues that
lack of explicit lifetimes cause and how lifetimes alleviate these.
2016-10-13 01:37:13 +03:00
..
bootstrap Auto merge of #36983 - alexcrichton:configure-multiple-musl, r=brson 2016-10-11 04:26:56 -07:00
build_helper
compiler-rt@f03ba5a4e8 Update src/compiler-rt to incoporate fix for UB in floatsidf. Fix #36518. 2016-09-29 13:54:06 +02:00
doc Explain motivation behind lifetimes 2016-10-13 01:37:13 +03:00
driver
etc Haiku: add support for building on Haiku 2016-09-25 11:15:18 -05:00
grammar
jemalloc@e058ca6616
liballoc Apply some Arc doc changes to Rc 2016-10-04 09:50:31 -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 Rollup merge of #37081 - p512:master, r=sfackler 2016-10-11 17:51:27 +02:00
libcollectionstest Rollup merge of #36699 - bluss:repeat-str, r=alexcrichton 2016-10-11 17:51:26 +02:00
libcompiler_builtins Don't build any native compiler-builtin components for emscripten 2016-09-30 14:04:09 -07:00
libcore rewrite checked_{div,rem} to no contain any reference to panics 2016-10-07 15:14:28 -05:00
libcoretest Auto merge of #36815 - alexcrichton:stabilize-1.13, r=aturon 2016-10-03 11:00:03 -07:00
libflate
libfmt_macros
libgetopts Replace _, _ with .. 2016-09-04 12:30:33 +03:00
libgraphviz
liblibc@5a17b4a733 use MSG_NOSIGNAL on all relevant platforms 2016-10-09 13:01:29 +02:00
liblog
libpanic_abort
libpanic_unwind Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton 2016-10-08 16:52:43 +05:30
libproc_macro rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
libproc_macro_plugin rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
librand Documentation of what does for each type 2016-09-11 17:00:09 +05:30
librustc Auto merge of #37095 - petrochenkov:metactor, r=alexcrichton 2016-10-11 23:36:29 -07:00
librustc_back Auto merge of #36933 - alexcrichton:less-neon-again, r=eddyb 2016-10-04 13:23:09 -07:00
librustc_bitflags std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
librustc_borrowck Ignore local kind in MIR dataflow 2016-09-27 00:32:08 +02:00
librustc_const_eval Update E0303 to new error format 2016-10-09 11:41:59 -07: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 rustc: Rename rustc_macro to proc_macro 2016-10-06 11:07:23 -07:00
librustc_errors Allow supplying an error destination via the compiler driver 2016-09-28 16:20:30 +13:00
librustc_incremental ICH: Remove obsolete binding in saw_ty 2016-10-06 08:10:52 +02:00
librustc_lint Turn compatibility lint match_of_unit_variant_via_paren_dotdot into a hard error 2016-10-05 12:22:26 +03:00
librustc_llvm Tidy 2016-09-30 14:02:51 -07:00
librustc_metadata Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_mir Rollup merge of #36959 - arielb1:simplify-cfg-fixes, r=eddyb 2016-10-06 08:35:42 -07:00
librustc_passes Turn some impossible definitions into ICEs 2016-10-04 22:25:25 +03:00
librustc_platform_intrinsics
librustc_plugin Forbid user-defined macros named "macro_rules". 2016-09-26 00:22:40 +00:00
librustc_privacy Turn some impossible definitions into ICEs 2016-10-04 22:25:25 +03:00
librustc_resolve Auto merge of #36871 - petrochenkov:pdderr, r=nikomatsakis 2016-10-11 07:39:09 -07:00
librustc_save_analysis Turn some impossible definitions into ICEs 2016-10-04 22:25:25 +03:00
librustc_trans Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc 2016-10-07 07:58:27 -07:00
librustc_typeck Auto merge of #36737 - srinivasreddy:check, r=nrc 2016-10-12 05:29:09 -07:00
librustc_unicode std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
librustdoc Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik 2016-10-11 17:51:25 +02:00
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 #36825 - sbwtw:master, r=alexcrichton 2016-10-11 01:17:03 -07:00
libsyntax Rollup merge of #37065 - nnethercote:opt-mk_printer, r=nikomatsakis 2016-10-11 17:51:26 +02:00
libsyntax_ext Rollup merge of #37034 - nox:empty-trait-list, r=alexcrichton 2016-10-08 16:52:44 +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 std: Minor cleanup to libtest 2016-10-06 09:02:33 -07:00
libunwind Rewrite emscripten unwinding to use libcxx 2016-09-30 14:02:55 -07:00
llvm@ac1c94226e LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults" 2016-10-10 11:12:29 -04: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@4f99485080 Update rust-installer. Fixes #36451 2016-10-05 00:17:30 +00:00
rustc Use workspaces and switch to a single Cargo.lock. 2016-10-07 12:04:32 -07:00
rustllvm LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults" 2016-10-10 11:12:29 -04:00
test Auto merge of #37095 - petrochenkov:metactor, r=alexcrichton 2016-10-11 23:36:29 -07:00
tools rustbuild: Optimize build times slightly 2016-10-08 11:11:00 -07:00
Cargo.lock rustbuild: Optimize build times slightly 2016-10-08 11:11:00 -07:00
Cargo.toml Use workspaces and switch to a single Cargo.lock. 2016-10-07 12:04:32 -07:00
stage0.txt Update bootstrap compiler 2016-09-28 20:20:25 +00:00