rust/src/libcore
Daniel Micay 968e0ddc60 hide the linkhack module in the docs 2013-03-13 22:12:43 -04:00
..
num libsyntax: Stop parsing bare functions in preparation for switching them over 2013-03-11 09:35:58 -07:00
rt Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
task libstd: Remove all newtype enums from std and core. 2013-03-11 09:35:59 -07:00
unstable Remove `++` mode from the compiler (it is parsed as `+` mode) 2013-03-13 17:00:09 -04:00
at_vec.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
bool.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
cast.rs Remove `++` mode from the compiler (it is parsed as `+` mode) 2013-03-13 17:00:09 -04:00
cell.rs Add deriving_eq to Cell. 2013-03-11 15:23:45 -04:00
char.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
cleanup.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
clone.rs core: implement Clone for primitive types 2013-03-09 12:14:12 -05:00
cmp.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
comm.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
condition.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
container.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
core.rc hide the linkhack module in the docs 2013-03-13 22:12:43 -04:00
dlist.rs test: Fix tests. rs=tests 2013-03-11 09:36:00 -07:00
either.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
flate.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
from_str.rs bool: make the from_str function a FromStr impl 2013-03-06 13:05:59 -05:00
gc.rs libcore: Remove `extern mod { ... }` from libcore. rs=deexterning 2013-03-07 22:32:51 -08:00
hash.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
hashmap.rs libsyntax: Stop parsing bare functions in preparation for switching them over 2013-03-11 09:35:58 -07:00
io.rs Remove uses of log 2013-03-11 23:19:42 -07:00
iter.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
kinds.rs Register snapshots 2012-12-17 16:44:27 -08:00
libc.rs Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-apple-darwin 2013-03-12 21:01:40 -07:00
logging.rs libcore: Remove `extern mod { ... }` from libcore. rs=deexterning 2013-03-07 22:32:51 -08:00
managed.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
mutable.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
nil.rs add a TotalOrd impl for the unit type 2013-03-10 13:54:51 -04:00
ops.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
option.rs auto merge of #5328 : bstrie/rust/optadd, r=graydon 2013-03-12 00:57:43 -07:00
os.rs Remove uses of log 2013-03-11 23:19:42 -07:00
owned.rs Adding missing imports for tests, and gate off others 2013-03-04 12:27:01 -05:00
path.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
pipes.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
prelude.rs core: Remove logging constants 2013-03-11 23:19:42 -07:00
ptr.rs Remove uses of log 2013-03-11 23:19:42 -07:00
rand.rs Remove uses of log 2013-03-11 23:19:42 -07:00
reflect.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
repr.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
result.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
run.rs Remove uses of log 2013-03-11 23:19:42 -07:00
stackwalk.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
str.rs Remove uses of log 2013-03-11 23:19:42 -07:00
sys.rs librustc: Replace all uses of `fn()` with `&fn()`. rs=defun 2013-03-11 09:35:58 -07:00
to_bytes.rs Add manual &self/ and &static/ and /&self declarations that 2013-03-06 15:12:57 -05:00
to_str.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
trie.rs libsyntax: Stop parsing bare functions in preparation for switching them over 2013-03-11 09:35:58 -07:00
tuple.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
unicode.rs Make ~fn non-copyable, make &fn copyable, split barefn/closure types, 2013-02-07 05:53:30 -08:00
unstable.rs Revamp foreign code not to consider the Rust modes. This requires 2013-03-13 16:59:37 -04:00
util.rs librustc: Convert all uses of `assert` over to `fail_unless!` 2013-03-07 22:37:57 -08:00
vec.rs core: fix broken tests on windows 2013-03-11 15:38:55 -07:00