rust/src/libstd
Björn Steinbrink 5902263d0a Fix the representation of C void pointers in LLVM IR
Currently, we have c_void defined to be represented as an empty struct,
but LLVM expects C's void* to be represented as i8*. That means we
currently generate code in which LLVM doesn't recognize malloc() and
free() and can't apply certain optimization that would remove calls to
those functions.
2014-01-14 19:22:23 +01:00
..
comm std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
fmt Remove the io::Decorator trait 2014-01-08 23:42:28 -08:00
io std: Ignore bind error tests on android. #11530 2014-01-13 19:45:37 -08:00
num Clean up std::num::cmath and remove stale comments 2014-01-13 10:33:54 +11:00
path stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rand Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
rt auto merge of #11360 : huonw/rust/stack_bounds, r=alexcrichton 2014-01-09 20:21:17 -08:00
sync Merge some numeric traits with Real and don't re-export RealExt 2014-01-09 15:29:09 +11:00
unstable Removed free_glue from tydesc (the code is still generated, but inlined in drop_glue). 2014-01-11 16:40:23 +02:00
any.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
ascii.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
at_vec.rs std: Fill in all missing imports 2014-01-07 23:51:38 -08:00
bool.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
borrow.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
c_str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
cast.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cell.rs Register new snapshots 2014-01-06 09:26:47 -08:00
char.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
cleanup.rs Remove some unnecessary type casts 2014-01-06 21:28:54 +01:00
clone.rs 'borrowed pointer' -> 'reference' 2014-01-07 18:49:13 -08:00
cmp.rs Remove ApproxEq and assert_approx_eq! 2014-01-09 15:41:46 +11:00
condition.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
container.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
default.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
from_str.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
gc.rs librustc: Implement placement box for GC and unique pointers. 2014-01-09 16:05:34 -08:00
hash.rs Don't allow newtype structs to be dereferenced. #6246 2014-01-04 14:44:12 -08:00
hashmap.rs Fix issue #11216 - Replace std::hashmap::{each_key, each_value} with iterators. 2013-12-31 20:29:39 +00:00
iter.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
kinds.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
lib.rs Bump version to 0.10-pre 2014-01-12 17:45:22 -08:00
libc.rs Fix the representation of C void pointers in LLVM IR 2014-01-14 19:22:23 +01:00
local_data.rs Conservatively export all trait methods and impls 2013-12-31 12:42:13 -08:00
logging.rs Support arbitrary stdout/stderr/logger handles 2014-01-06 13:19:53 -08:00
managed.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
mem.rs Cleaned, documented, wrote tests for up std::bool 2013-10-24 17:21:39 +02:00
ops.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
option.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
os.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
owned.rs librustc: Implement placement box for GC and unique pointers. 2014-01-09 16:05:34 -08:00
prelude.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
ptr.rs std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00
rc.rs port over the old tests to the new Rc 2014-01-09 21:59:07 -05:00
reflect.rs libstd: Remove all non-proc uses of do from libstd 2013-11-26 08:23:57 -08:00
repr.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
result.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
rtdeps.rs Convert some C functions to rust functions 2013-12-30 14:35:55 -08:00
run.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
send_str.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
str.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00
task.rs Support arbitrary stdout/stderr/logger handles 2014-01-06 13:19:53 -08:00
to_bytes.rs libstd: Remove all support code related to @mut 2014-01-03 14:02:00 -08:00
to_str.rs Rename To{Str,Bytes}Consume traits to Into*. 2013-12-15 01:04:22 +11:00
trie.rs std::trie: make lower_bound and upper_bound about 15% faster. 2014-01-08 00:31:24 +11:00
tuple.rs Removed a few macro-expanding-to-module workarounds 2013-11-29 17:33:36 +01:00
unicode.rs Remove dead codes 2013-12-08 02:55:28 -05:00
unit.rs Reordered the methods in std::Option and std::Result 2013-11-01 15:00:46 +01:00
util.rs stdtest: Fix all leaked trait imports 2014-01-07 23:51:38 -08:00
vec.rs Remove re-exports of std::io::stdio::{print, println} in the prelude. 2014-01-11 10:46:00 +11:00