rust/src
Manish Goregaokar e490c17eb5 Rollup merge of #25974 - richo:stack-msg, r=alexcrichton
These are implemented in asm, they're just not inlined.

Open questions are:
* Should I just inline them? They're.. big, but it seems as though this needs violates the #[inline(always)] gaurantees the others make.
* Does something (llvm?) provide these as intrinsics? The structure of this code suggests that we could be hoisting off something else, instead of flagrantly ignoring it like we do for power and mips.
2015-06-03 14:46:41 +05:30
..
compiler-rt@58ab642c30
compiletest Revamp codegen tests to check IR quality instead of quantity 2015-05-27 12:08:31 +02:00
doc Link to cell in TRPL: mutability 2015-06-02 09:37:54 -04:00
driver Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
error-index-generator Error index style tweaks. 2015-05-05 11:17:00 +10:00
etc Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brson 2015-06-02 13:07:41 +00:00
grammar Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakis 2015-05-18 23:29:26 +00:00
jemalloc@e24a1a025a
liballoc Mark Arc function get_mut and method make_unique unsafe 2015-05-30 22:15:40 +02:00
libarena libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libbacktrace Reapply rust-specific changes to libbacktrace 2015-04-11 22:30:17 +10:00
libcollections Auto merge of #25935 - wesleywiser:fix_libcollection_build_warnings, r=alexcrichton 2015-06-03 02:47:45 +00:00
libcollectionstest add const_fn features 2015-05-29 09:42:54 -04:00
libcore Auto merge of #25867 - petrochenkov:ucellv, r=alexcrichton 2015-06-02 23:23:32 +00:00
libcoretest Auto merge of #25817 - XMPPwocky:once_cleanedup, r=alexcrichton 2015-05-30 01:12:35 +00:00
libflate libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libfmt_macros libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libgetopts libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libgraphviz libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
liblibc Fix windows recvfrom definition 2015-05-29 08:32:22 -07:00
liblog add const_fn features 2015-05-29 09:42:54 -04:00
librand libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
librbml Return TaggedDocsIterator from reader::tagged_docs. 2015-05-24 17:30:42 +02:00
librustc Auto merge of #25926 - Ms2ger:enum_variant_ids, r=alexcrichton 2015-06-02 20:05:49 +00:00
librustc_back Rollup merge of #25939 - wca:fix-freebsd-configure, r=alexcrichton 2015-06-03 14:46:40 +05:30
librustc_bitflags Fallout 2015-04-29 08:55:31 -07:00
librustc_borrowck Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton 2015-05-27 08:47:53 +00:00
librustc_data_structures Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00
librustc_driver Remove build date from the output of --version 2015-05-27 11:28:41 +02:00
librustc_lint Auto merge of #25785 - arielb1:cleanup-201505, r=eddyb 2015-05-26 12:15:30 +00:00
librustc_llvm Auto merge of #25350 - alexcrichton:msvc, r=brson 2015-05-20 00:31:55 +00:00
librustc_privacy libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
librustc_resolve Remove #[cfg(stage0)] items. 2015-05-27 11:19:02 +03:00
librustc_trans add const_fn features 2015-05-29 09:42:54 -04:00
librustc_typeck Add error explanations for E0040, E0087, E0378, E0379, E0394. 2015-05-28 17:54:19 -05:00
librustc_unicode doc: fix a broken link 2015-05-19 19:36:10 +02:00
librustdoc rustdoc: Tweak css of function where clauses 2015-05-31 22:46:19 +02:00
libserialize fix documentation in libserialize 2015-05-30 17:41:09 +02:00
libstd Rollup merge of #25974 - richo:stack-msg, r=alexcrichton 2015-06-03 14:46:41 +05:30
libsyntax Add feature-gate to calling const fn 2015-05-29 09:42:53 -04:00
libterm libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libtest Enable colored test output when capturing output of tests 2015-05-26 23:51:13 +02:00
llvm@bff6907697
rt Auto merge of #25632 - alexcrichton:dt-dir, r=brson 2015-05-23 12:47:16 +00:00
rust-installer@e54d4823d2 Update rust-installer 2015-05-11 15:05:57 -07:00
rustbook Add 'active' class to current page in rustbook table of contents 2015-05-17 17:05:23 -04:00
rustllvm rustc_llvm: Don't export constants across dlls 2015-05-19 10:53:07 -07:00
test debuginfo: Create common debugger pretty printer module. 2015-05-30 20:06:08 +02:00
snapshots.txt Register snapshots (2015-05-24 ba0e1cd). 2015-05-27 11:19:02 +03:00