rust/src
bors 2cfd91d0ce Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez
Add doc example for `std:🧵:Builder::name`.

None
2016-06-25 15:47:31 -07:00
..
bootstrap Fix typo in bootstrap README 2016-06-22 15:09:11 +02:00
build_helper Fix issue where rustbuild expected msvc to have ar 2016-06-16 08:38:06 -04:00
compiler-rt@a1ef94b760 Convert makefiles to build LLVM/compiler-rt with CMake 2016-06-21 19:54:28 -07:00
doc Switched tense to clarify what is happening in the example 2016-06-23 06:20:29 +10:00
driver
etc Auto merge of #34055 - brson:cmake, r=alexcrichton 2016-06-23 23:33:32 -07:00
grammar antlr grammar verification script now compiles under latest nightly 2016-05-25 00:15:26 -04:00
jemalloc@aab1c0a0e0
liballoc Update rc.rs 2016-06-05 20:26:24 +02:00
liballoc_jemalloc Fix issue where rustbuild expected msvc to have ar 2016-06-16 08:38:06 -04:00
liballoc_system std: Use memalign, not posix_memalign, on Android 2016-05-24 15:21:01 -07:00
libarena
libbacktrace std: Update libbacktrace for a soundness fix 2016-05-19 11:56:43 -07:00
libcollections Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton 2016-06-24 09:03:54 -07:00
libcollectionstest implemented peek_mut and unit tests 2016-06-21 12:10:38 -07:00
libcore Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton 2016-06-24 09:03:54 -07:00
libcoretest specialize zip: Add benchmarks 2016-06-14 15:51:49 +02:00
libflate run rustfmt on libflate folder 2016-06-07 21:29:35 +05:30
libfmt_macros
libgetopts std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
libgraphviz
liblibc@45d85899e9 Update libc to bring in pthread mutex type definitions 2016-06-02 13:31:00 +01:00
liblog rustfmt on liblog 2016-05-27 08:06:17 +05:30
libpanic_abort mk: Prepare for a new stage0 compiler 2016-05-31 16:11:49 -07:00
libpanic_unwind run rustfmt on libpanic_unwind folder 2016-06-05 23:34:23 +05:30
librand run rustfmt on librand folder 2016-05-29 08:40:34 +05:30
librbml std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
librustc Rollup merge of #34445 - pyjarrett:lang_item_table_macro_rename, r=jseyfried 2016-06-25 18:16:40 +05:30
librustc_back Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon 2016-05-25 20:36:09 -07:00
librustc_bitflags run rustfmt on librustc_bitflags folder 2016-06-05 13:01:11 +05:30
librustc_borrowck Auto merge of #34290 - arielb1:short-ladder, r=eddyb 2016-06-16 01:01:26 -07:00
librustc_const_eval don't warn on casting byte strs to slices 2016-06-21 10:08:31 +02:00
librustc_const_math Allow truncating constants to 16-bit u/isize 2016-06-10 13:07:04 -04:00
librustc_data_structures Auto merge of #34221 - srinivasreddy:rm_redundant, r=alexcrichton 2016-06-14 13:42:28 -07:00
librustc_driver Improves organization of driver includes. 2016-06-20 22:11:45 -04:00
librustc_incremental expand DepNode::TraitSelect to include type ids 2016-05-31 19:59:57 -04:00
librustc_lint Fix typo in future incompatible lint 2016-06-24 03:33:40 +09:00
librustc_llvm Remove linking with AR 2016-06-10 18:26:42 -04:00
librustc_metadata Add an abs_path member to FileMap, use it when writing debug info. 2016-06-16 18:08:46 +01:00
librustc_mir Auto merge of #34306 - arielb1:mir-dump-fixes, r=eddyb 2016-06-16 21:57:06 -07:00
librustc_passes Address review comments + fix rebase 2016-06-10 01:06:37 +03:00
librustc_platform_intrinsics
librustc_plugin remove the librustc_trans -> librustc_mir dependency 2016-06-08 23:58:53 +03:00
librustc_privacy Auto merge of #34186 - GuillaumeGomez:err-code-check, r=alexcrichton 2016-06-20 15:54:17 -07:00
librustc_resolve Improve diagnostics E0425: use (public) items 2016-06-23 12:51:10 +08:00
librustc_save_analysis Rollup merge of #34298 - nrc:save-parent, r=eddyb 2016-06-17 00:12:04 +01:00
librustc_trans trans: generalize immediate temporaries to all MIR locals. 2016-06-20 23:55:14 +03:00
librustc_typeck Modified E0220 to show error messages for more general cases 2016-06-21 23:52:18 +05:30
librustc_unicode docs: Improve char::to_{lower,upper}case examples 2016-06-08 19:24:03 +01:00
librustdoc Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton 2016-06-24 12:57:29 -07:00
libserialize Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
libstd Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez 2016-06-25 15:47:31 -07:00
libsyntax Improve syntax::ast::* type docs (examples, etc) 2016-06-24 18:24:45 +02:00
libsyntax_ext Simplify gated cfg checking 2016-06-16 19:24:44 +00:00
libterm Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
libtest run rustfmt on libtest folder 2016-06-05 12:19:37 +05:30
libunwind run rustfmt on libunwind 2016-05-29 08:47:51 +05:30
llvm@80ad955b60 Update LLVM 2016-06-05 09:45:47 +03:00
rt hoedown: fix trigger of -Werror=misleading-indentation 2016-05-31 21:38:29 +03:00
rtstartup run rustfmt on rtstartup folder 2016-05-29 21:04:21 +05:30
rust-installer@c37d3747da
rustc fix issues 2016-06-09 21:47:58 +03:00
rustllvm Remove unneeded indirection of GET_ARCHIVE 2016-06-09 15:59:27 -04:00
test Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton 2016-06-24 12:57:29 -07:00
tools Auto merge of #34220 - srinivasreddy:rf_cargotest, r=brson 2016-06-15 13:11:19 -07:00
stage0.txt mk: Prepare for a new stage0 compiler 2016-05-31 16:11:49 -07:00