granite-rust/src
Jonas Schievink dd0505cefc Calculate the 2 largest variants using iterators
No need to store all sizes in a vector
2016-07-11 01:43:55 +02:00
..
bootstrap Auto merge of #34677 - alexcrichton:no-more-build-directory, r=brson 2016-07-07 08:39:36 -07:00
build_helper Fix issue where rustbuild expected msvc to have ar 2016-06-16 08:38:06 -04:00
compiler-rt@ac3d1cda61 update compiler-rt with iOS linking warnings workaround 2016-07-04 19:11:03 +02:00
doc Rollup merge of #34699 - phlogisticfugu:master, r=steveklabnik 2016-07-08 14:47:00 +05:30
driver
etc Auto merge of #34689 - alexcrichton:fix-nightlies, r=alexcrichton 2016-07-06 14:05:35 -07:00
grammar Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
jemalloc@e058ca6616 Update jemalloc to include a fix for startup issues on OSX 10.12 2016-07-08 14:15:04 +09:00
liballoc Rollup merge of #34097 - arbitrary-cat:master, r=steveklabnik 2016-07-08 13:14:19 +05:30
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 #34745 - alexandermerritt:slice-doc, r=brson 2016-07-09 21:16:20 -07:00
libcollectionstest std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
libcore Auto merge of #34365 - petrochenkov:deferr, r=eddyb 2016-07-09 15:16:21 -07:00
libcoretest Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon 2016-07-03 14:33:55 -07:00
libflate run rustfmt on libflate folder 2016-06-07 21:29:35 +05:30
libfmt_macros
libgetopts
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 prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librbml
librustc Get rid of node_levels and node_lint_levels 2016-07-11 01:21:12 +02:00
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 prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_const_eval Merge PatKind::QPath into PatKind::Path in HIR 2016-07-08 12:42:57 +03: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 #34605 - arielb1:bug-in-the-jungle, r=eddyb 2016-07-02 12:25:29 -07:00
librustc_driver Adapt backend to trans::partitioning dictating the codegen-unit setup. 2016-07-08 10:42:46 -04:00
librustc_errors make old school mode a bit more configurable 2016-06-23 15:19:40 -04:00
librustc_incremental Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
librustc_lint Calculate the 2 largest variants using iterators 2016-07-11 01:43:55 +02:00
librustc_llvm prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
librustc_metadata Remove unnecessary accessor function VariantDefData::kind 2016-07-08 12:42:57 +03:00
librustc_mir Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb 2016-07-10 06:43:47 -07:00
librustc_passes Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb 2016-06-26 02:17:27 +00:00
librustc_platform_intrinsics Add intrinsics for x86 bit manipulation instruction sets: BMI 1.0, BMI 2.0, and TBM. 2016-06-22 16:34:10 +02:00
librustc_plugin Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
librustc_privacy Cleanup of some pattern related code 2016-07-08 12:36:45 +03:00
librustc_resolve Stabilize FnOnce::Output + Fix rebase 2016-07-08 13:35:17 +03:00
librustc_save_analysis Rollup merge of #34327 - nrc:save-fix-tuple, r=jseyfried 2016-07-06 19:13:06 -04:00
librustc_trans Move variant_size_differences out of trans 2016-07-10 22:12:31 +02:00
librustc_typeck Move some common code into check_struct_path 2016-07-08 12:42:57 +03:00
librustc_unicode Auto merge of #33987 - crlf0710:patch-1, r=steveklabnik 2016-07-09 02:43:56 -07:00
librustdoc Add tests + Fix rustdoc regression + Fix rebase 2016-07-08 12:42:57 +03:00
libserialize prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libstd Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton 2016-07-10 00:22:33 -07:00
libsyntax Rollup merge of #34691 - jseyfried:remove_erroneous_unit_struct_checks, r=nrc 2016-07-08 14:46:59 +05:30
libsyntax_ext Correct inline assembly clobber formatting. 2016-07-06 15:02:49 +02:00
libsyntax_pos Address comments and fix travis warning 2016-06-23 08:07:35 -04:00
libterm Utilize Result::unwrap_err in more places. 2016-05-09 08:40:57 -04:00
libtest prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
libunwind run rustfmt on libunwind 2016-05-29 08:47:51 +05:30
llvm@7ca76af03b Update LLVM. 2016-07-08 10:42:48 -04: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 refactor rustc_metadata to use CamelCase names and IndexVec 2016-06-28 23:41:09 +03:00
rustllvm Update LLVM. 2016-07-08 10:42:48 -04:00
test Move variant_size_differences out of trans 2016-07-10 22:12:31 +02:00
tools Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon 2016-07-03 14:33:55 -07:00
stage0.txt mk: Prepare for a new stage0 compiler 2016-05-31 16:11:49 -07:00