rust/src
Alex Crichton 4f7437647f rollup merge of #23466: woehr/master
This fixes a bug in LLVM IR generation for in-line assembly where Rust would always use the host clobbers instead of target clobbers.

I also took this opportunity to clean/simplify the ```trans_inline_asm``` function.

This is my first Rust pull request; please let me know if I'm missing anything.
2015-03-23 15:08:10 -07:00
..
compiler-rt@58ab642c30 Updated compiler-rt 2015-01-09 18:38:30 +02:00
compiletest std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
doc rollup merge of #23401: tshepang/crates-and-modules-doc-nits 2015-03-23 15:08:01 -07:00
driver Test fixes and rebase conflicts 2015-01-30 14:53:34 -08:00
etc Strip trailing whitespace 2015-03-15 11:25:43 -07:00
grammar Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
jemalloc@e24a1a025a bumping again to get the updated configure 2015-03-05 12:38:35 +05:30
liballoc liballoc: Partially inline the refcount manipulation in the Arc 2015-03-18 22:05:19 -07:00
libarena Register new snapshots 2015-03-18 16:32:32 -07:00
libbacktrace Strip trailing whitespace 2015-03-15 11:25:43 -07:00
libcollections rollup merge of #23269: shepmaster/split-not-double-ended 2015-03-23 15:07:23 -07:00
libcollectionstest StrExt::splitn should not require a DoubleEndedSearcher 2015-03-19 19:25:22 -04:00
libcore rollup merge of #23269: shepmaster/split-not-double-ended 2015-03-23 15:07:23 -07:00
libcoretest std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
libflate Improve error handling in libflate 2015-03-16 19:15:20 +01:00
libfmt_macros fix for new attributes failing. issue #22964 2015-03-05 11:53:51 -05:00
libgetopts std: Tweak some unstable features of str 2015-03-17 18:03:03 -07:00
libgraphviz Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
liblibc Rollup merge of #23457 - nagisa:get-set-resources, r=alexcrichton 2015-03-19 08:24:35 +05:30
liblog Revert "Revert "std: Re-enable at_exit()"" 2015-03-20 10:56:27 -07:00
librand Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn 2015-03-17 15:20:27 +05:30
librbml Fix spelling errors in comments. 2015-03-19 00:48:08 -04:00
librustc rollup merge of #23211: FlaPer87/oibit-send-and-friends 2015-03-23 15:07:21 -07:00
librustc_back Fix regression in -C rpath that causes failures with symlinks 2015-03-23 10:21:54 -07:00
librustc_bitflags Example -> Examples 2015-03-11 21:11:40 -04:00
librustc_borrowck don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
librustc_driver std: Tweak some unstable features of str 2015-03-17 18:03:03 -07:00
librustc_lint std: Tweak some unstable features of str 2015-03-17 18:03:03 -07:00
librustc_llvm Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +00:00
librustc_privacy Fix private module loophole in the 'private type in public item' check 2015-03-18 16:47:24 +13:00
librustc_resolve Future-proof indexing on maps: remove IndexMut 2015-03-20 10:46:31 -07:00
librustc_trans rollup merge of #23466: woehr/master 2015-03-23 15:08:10 -07:00
librustc_typeck rollup merge of #23211: FlaPer87/oibit-send-and-friends 2015-03-23 15:07:21 -07:00
librustdoc std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
libserialize std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
libstd rollup merge of #23283: brson/rpathfix 2015-03-23 15:07:33 -07:00
libsyntax rollup merge of #23211: FlaPer87/oibit-send-and-friends 2015-03-23 15:07:21 -07:00
libterm don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
libtest std: Remove old_io/old_path from the prelude 2015-03-20 20:07:19 -07:00
libunicode Update docs for ToUppercase/ToLowercase structs 2015-03-19 13:34:18 -07:00
llvm@bff6907697 updating llvm submodule to include bitrig support 2015-03-05 12:38:34 +05:30
rt Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
rust-installer@60fd8abfca Upgrade rust-installer 2015-02-12 20:36:17 -08:00
rustbook Register new snapshots 2015-03-18 16:32:32 -07:00
rustllvm Drop support for LLVM < 3.5 and fix compile errors with 3.5 2015-03-14 13:14:04 +01:00
test rollup merge of #23211: FlaPer87/oibit-send-and-friends 2015-03-23 15:07:21 -07:00
snapshots.txt Register new snapshots 2015-03-18 16:32:32 -07:00