rust/src/rustc/middle/trans
Niko Matsakis 3f6e6532ac make vec fns/methods take imm slices.
this also repairs the unsoundness in typing of unpack_slice,
which was silently converting a const ptr to an imm one.
2012-06-02 19:14:57 -07:00
..
alt.rs rustc: Make unique boxes self-describing 2012-05-30 21:23:34 -07:00
base.rs Allow rcvrs to be borrowed; check rcvrs in borrowck properly 2012-06-02 10:08:04 -07:00
build.rs add a new debugging aid--tracing 2012-05-18 19:07:19 -07:00
closure.rs rustc: Remove the last use of upcall_shared_malloc 2012-05-30 21:23:34 -07:00
common.rs rt: Remove upcall_shared_malloc/free/realloc 2012-05-30 21:23:34 -07:00
debuginfo.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
impl.rs In reachability, don't ignore nested items 2012-05-29 14:40:35 -07:00
native.rs make vec fns/methods take imm slices. 2012-06-02 19:14:57 -07:00
reachable.rs In reachability, don't ignore nested items 2012-05-29 14:40:35 -07:00
reflect.rs Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_ty. Not yet working. 2012-05-16 18:24:00 -07:00
shape.rs Add ty_var_integral (WIP on issue #1425). 2012-06-02 11:19:27 -07:00
tvec.rs rt: Remove upcall_shared_malloc/free/realloc 2012-05-30 21:23:34 -07:00
type_of.rs Add ty_var_integral (WIP on issue #1425). 2012-06-02 11:19:27 -07:00
type_use.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
uniq.rs rustc: Make unique closures use the new unique allocator 2012-05-30 21:23:34 -07:00