rust/src
bors 71a8d313c8 Auto merge of #25627 - murarth:execution-engine-fix, r=nrc
* Removes `RustJITMemoryManager` from public API.
  This was really sort of an implementation detail to begin with.
* `__morestack` is linked to C++ wrapper code and this pointer
  is used when resolving the symbol for `ExecutionEngine` code.
* `__morestack_addr` is also resolved for `ExecutionEngine` code.
  This function is sometimes referenced in LLVM-generated code,
  but was not able to be resolved on Mac OS systems.
* Added Windows support to `ExecutionEngine` API.
* Added a test for basic `ExecutionEngine` functionality.
2015-06-09 04:28:57 +00:00
..
compiler-rt@58ab642c30
compiletest Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
doc Rollup merge of #26113 - tshepang:avoid-abbreviations, r=steveklabnik 2015-06-09 05:42:29 +05:30
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 Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
jemalloc@e24a1a025a
liballoc Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton 2015-06-08 04:54:59 +00: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 #26065 - Marwes:master, r=alexcrichton 2015-06-09 00:00:35 +00:00
libcollectionstest Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton 2015-06-08 20:52:33 +00:00
libcore Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton 2015-06-08 04:54:59 +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 crate libc: Correct signature of WriteFile 2015-06-04 21:45:35 +08:00
liblog change some statics to constants 2015-06-07 19:50:13 +02:00
librand change some statics to constants 2015-06-07 19:50:13 +02:00
librbml Return TaggedDocsIterator from reader::tagged_docs. 2015-05-24 17:30:42 +02:00
librustc Rollup merge of #26099 - TheNeikos:fix-old_array_syntax_in_comments, r=alexcrichton 2015-06-09 05:42:28 +05:30
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 #25627 - murarth:execution-engine-fix, r=nrc 2015-06-09 04:28:57 +00:00
librustc_privacy libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
librustc_resolve Make the maximum edit distance of typo suggestions a function of the typo'd name's length. 2015-06-07 18:01:33 -07:00
librustc_trans Auto merge of #26079 - eefriedman:emit-closure, r=nrc 2015-06-08 22:26:16 +00:00
librustc_typeck Fixed old occurences of the removed array syntax 2015-06-08 17:58:08 +02:00
librustc_unicode doc: fix a broken link 2015-05-19 19:36:10 +02:00
librustdoc Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton 2015-06-08 20:52:33 +00:00
libserialize Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
libstd Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton 2015-06-08 20:52:33 +00:00
libsyntax Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc 2015-06-08 14:35:27 +00:00
libterm libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libtest Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +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 fix path in toc links 2015-06-06 23:27:35 +03:00
rustllvm Auto merge of #25627 - murarth:execution-engine-fix, r=nrc 2015-06-09 04:28:57 +00:00
test Auto merge of #25627 - murarth:execution-engine-fix, r=nrc 2015-06-09 04:28:57 +00:00
snapshots.txt Register snapshots (2015-05-24 ba0e1cd). 2015-05-27 11:19:02 +03:00