rust/src/librustc/middle
Huon Wilson 285c25f7f4 rustc: put range asserts on char loads.
A `char` is a Unicode codepoint, and so ranges from 0--0x10FFFF (with
the surrogate gaps): we may as well inform LLVM of this.
2014-02-08 12:13:28 +11:00
..
borrowck Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
cfg
trans rustc: put range asserts on char loads. 2014-02-08 12:13:28 +11:00
typeck moved collections from libextra into libcollections 2014-02-07 19:49:26 +13:00
astencode.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
check_const.rs syntax: remove the handling of @str and @[] from the parser completely. 2014-02-02 02:59:04 +11:00
check_loop.rs
check_match.rs librustc: De-@str ident() and str_of() 2014-02-02 01:44:49 +11:00
const_eval.rs syntax: remove the handling of @str and @[] from the parser completely. 2014-02-02 02:59:04 +11:00
dataflow.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
dead.rs librustc: Remove uses of token::ident_to_str() from librustc 2014-02-02 01:44:49 +11:00
effect.rs
entry.rs
freevars.rs
graph.rs
kind.rs rustc: remove use of @[]. 2014-02-02 02:59:03 +11:00
lang_items.rs libsyntax: De-@str literal strings in the AST 2014-02-02 01:44:48 +11:00
lint.rs moved collections from libextra into libcollections 2014-02-07 19:49:26 +13:00
liveness.rs rustc: Remove io_error usage 2014-02-03 09:32:34 -08:00
mem_categorization.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
moves.rs rustc: remove use of @[]. 2014-02-02 02:59:03 +11:00
pat_util.rs
privacy.rs librustc: Remove uses of token::ident_to_str() from librustc 2014-02-02 01:44:49 +11:00
reachable.rs
region.rs
resolve_lifetime.rs
resolve.rs librustc: Get rid of ident_to_str calls in resolve 2014-02-02 01:44:49 +11:00
subst.rs Substitute type params in default type params using them. 2014-02-02 12:54:22 +02:00
ty_fold.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00
ty.rs Removed @self and @Trait. 2014-02-07 00:38:33 +02:00