rust/src/rustc/middle
2012-07-18 18:10:00 -07:00
..
borrowck borrow from @[] vectors (cc #2797) 2012-07-17 19:16:00 -07:00
trans rustc: Move ty::impl_traits over to a multiple-traits-per-impl world 2012-07-18 16:49:55 -07:00
tstate remove typestate from code, tests, and docs 2012-07-14 17:37:20 -07:00
typeck rustc: Make vtable do duplicate-impl checking. Closes #2958. 2012-07-18 18:10:00 -07:00
astencode.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00
block_use.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
borrowck.rs borrow from @[] vectors (cc #2797) 2012-07-17 19:16:00 -07:00
capture.rs More consistent use of backticks and "expected" in error messages. 2012-07-13 15:31:39 -07:00
check_alt.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
check_const.rs Treat bare vector and string literals as fixed length vecs. Closes #2922. 2012-07-14 14:30:48 -07:00
check_loop.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
const_eval.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
freevars.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
kind.rs prevent regions from escaping in ifaces; remove &r.T syntax 2012-07-18 11:48:58 -07:00
lint.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00
liveness.rs Remove most of old resolve 2012-07-17 12:40:58 -07:00
pat_util.rs In resolve, check that an or-pattern has the same number of bindings in each disjunct 2012-07-10 18:24:41 -07:00
region.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00
resolve3.rs In resolve3, error on non-existent imports 2012-07-18 18:02:07 -07:00
resolve.rs Remove most of old resolve 2012-07-17 12:40:58 -07:00
ty.rs rustc: Implement multiple-traits-per-impl for cross-crate stuff 2012-07-18 17:34:59 -07:00
typeck.rs rustc: Implement and enforce instance coherence 2012-07-17 15:46:43 -07:00