rust/src/rustc/middle
Patrick Walton 8c77536526 rustc: Normalize region-bounded string slices properly
This prevents an LLVM assertion that will bite you if you try to put a static
string in an Error.
2012-08-04 15:11:54 -07:00
..
borrowck rustc: Merge fn& and fn in favor of fn&. 2012-08-03 19:49:12 -07:00
trans Translate const vecs, most of const slices. More for #2317. 2012-08-03 21:44:52 -07:00
tstate Purge placement new; Make borrowck know about unary move. 2012-08-02 22:36:36 -07:00
typeck rustc: Merge fn& and fn in favor of fn&. 2012-08-03 19:49:12 -07:00
astencode.rs Purge placement new; Make borrowck know about unary move. 2012-08-02 22:36:36 -07:00
block_use.rs
borrowck.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
capture.rs rustc: Merge fn& and fn in favor of fn&. 2012-08-03 19:49:12 -07:00
check_alt.rs Convert ret to return 2012-08-01 19:16:06 -07:00
check_const.rs Translate const vecs, most of const slices. More for #2317. 2012-08-03 21:44:52 -07:00
check_loop.rs
const_eval.rs Frontend bits for #2317, general const-expr classification. 2012-07-30 19:06:06 -07:00
freevars.rs Convert ret to return 2012-08-01 19:16:06 -07:00
kind.rs rustc: Merge fn& and fn in favor of fn&. 2012-08-03 19:49:12 -07:00
lang_items.rs Remove modes from map API and replace with regions. 2012-08-02 15:53:28 -07:00
lint.rs Convert ret to return 2012-08-01 19:16:06 -07:00
liveness.rs rustc: Parse and typecheck repeating vector expressions; e.g. [ 0, ..512 ] 2012-08-03 18:03:19 -07:00
pat_util.rs Convert ret to return 2012-08-01 19:16:06 -07:00
region.rs Convert ret to return 2012-08-01 19:16:06 -07:00
resolve3.rs rustc: Parse, serialize, and deserialize trait inheritance 2012-08-03 15:02:53 -07:00
ty.rs rustc: Normalize region-bounded string slices properly 2012-08-04 15:11:54 -07:00
typeck.rs Make typeck::collect aware of provided methods in traits. 2012-08-02 17:15:36 -07:00