..
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
Don't return unused values from zero_alloca and trans_stmt
2011-09-23 22:28:05 +02: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
Adjust function signatures to allow for vecs being immediate
2011-10-10 16:01:51 +02:00
shape.rs
rustc: Write raw type parameters instead of linearized type parameters in object body shapes
2011-09-22 16:13:03 -07:00
trans.rs
Extend the unchecked block stuff to allow unsafe blocks as well.
2011-10-12 14:26:47 -07:00
trans_alt.rs
Make vectors and strings immediates again
2011-10-10 15:59:16 +02:00
trans_build.rs
Make AddIncomingToPhi take single values rather than arrays
2011-09-23 23:20:19 +02:00
trans_common.rs
Make bcx_tcx-style accessors return by reference
2011-10-10 12:25:58 +02:00
trans_objects.rs
Make it possible to have locals that don't live on the stack
2011-10-07 14:43:19 +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 vectors and strings immediates again
2011-10-10 15:59:16 +02:00
typeck.rs
make treatment of unchecked/unsafe blocks more uniform
2011-10-12 14:39:24 -07:00