rust/src/comp/middle
Marijn Haverbeke 6a7800508b Make trans_anon_obj properly thread its bcx
Closes #893

Unfortunately, anon objs are still so broken as to be useless
(fields don't work).
2011-10-13 18:04:09 +02:00
..
tstate Give up on providing a by-value version of map, convert fold over to 2011-10-07 09:56:12 +02:00
alias.rs expand purity to include unsafe 2011-10-12 14:26:47 -07:00
ast_map.rs Parse and typecheck by-value and by-ref arg specs 2011-10-07 09:09:50 +02:00
check_alt.rs Parse and typecheck by-value and by-ref arg specs 2011-10-07 09:09:50 +02:00
freevars.rs Parse and typecheck by-value and by-ref arg specs 2011-10-07 09:09:50 +02:00
gc.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
kind.rs Don't allow vectors of pinned kinds 2011-09-28 15:35:21 -07:00
mut.rs Parse and typecheck by-value and by-ref arg specs 2011-10-07 09:09:50 +02:00
resolve.rs make native functions markable as unsafe and incorporate that 2011-10-12 14:39:34 -07:00
shape.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
trans.rs Properly fill single-variant zero-arg tag values. 2011-10-13 15:14:09 +02:00
trans_alt.rs Make vectors and strings immediates again 2011-10-10 15:59:16 +02:00
trans_build.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
trans_common.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
trans_objects.rs Make trans_anon_obj properly thread its bcx 2011-10-13 18:04:09 +02:00
trans_uniq.rs Simplify copying of uniques 2011-10-12 11:05:20 +02:00
trans_vec.rs Make vectors and strings immediates again 2011-10-10 15:59:16 +02:00
ty.rs make native functions markable as unsafe and incorporate that 2011-10-12 14:39:34 -07:00
typeck.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
unsafeck.rs add pass to check that unsafe fns cannot be used as values 2011-10-12 16:33:06 -07:00