rust/src/librustc/middle
Daniel Micay 1778b63616 stop calling exchange_free on 0-size types
A solid step towards fixing #11998. Eventually, the size may always be
passed to `exchange_free` but this will not be required to fix the bug.
2014-02-05 03:05:36 -05:00
..
borrowck rustc: update docs & propagate @[]/@str removal more. 2014-02-02 02:59:04 +11:00
cfg Removing support for the do syntax from libsyntax and librustc. 2014-01-29 09:15:42 -05:00
trans stop calling exchange_free on 0-size types 2014-02-05 03:05:36 -05:00
typeck Add an AtomicU64 type to std::sync::atomics 2014-02-03 12:04:30 -08:00
astencode.rs rustc: remove use of @[]. 2014-02-02 02:59:03 +11: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 rustc: Remove io_error usage 2014-02-03 09:32:34 -08: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 rustc: Remove the vstore handling of @str and @[]. 2014-02-02 02:59:04 +11:00
liveness.rs rustc: Remove io_error usage 2014-02-03 09:32:34 -08:00
mem_categorization.rs rustc: Remove the vstore handling of @str and @[]. 2014-02-02 02:59:04 +11: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 Fixes temporary lifetime computation for static items 2014-01-29 22:39:33 +01:00
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 rustc: Remove the vstore handling of @str and @[]. 2014-02-02 02:59:04 +11:00
ty.rs rustc: update docs & propagate @[]/@str removal more. 2014-02-02 02:59:04 +11:00