rust/src/librustc/middle
bors 55fbc47af1 auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton
The drop block has been deprecated for quite some time. This patch series removes support for parsing it and all the related machinery that made drop work.

As a side feature of all this, I also added the ability to annote fields in structs. This allows comments to be properly associated with an individual field. However, I didn't update `rustdoc` to integrate these comment blocks into the documentation it generates.
2013-05-01 09:18:59 -07:00
..
borrowck rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
trans auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton 2013-05-01 09:18:59 -07:00
typeck rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
astencode.rs rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
check_const.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
check_loop.rs rustc: de-mode + fallout from libsyntax changes 2013-04-19 23:23:23 -04:00
check_match.rs librustc: Fix pattern matching on cross crate newtype structs. 2013-04-29 17:35:36 -07:00
const_eval.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
freevars.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
kind.rs rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
lang_items.rs Revert rename of Div to Quot 2013-05-01 15:40:05 +10:00
lint.rs rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
liveness.rs rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
mem_categorization.rs auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon 2013-04-30 02:21:37 -07:00
moves.rs librustc: Remove the concept of modes from the compiler. 2013-04-29 14:30:55 -07:00
pat_util.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
privacy.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
region.rs rustc: remove the rest of drop 2013-05-01 07:49:41 -07:00
resolve.rs auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton 2013-05-01 09:18:59 -07:00
subst.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
ty.rs auto merge of #6148 : erickt/rust/remove-drop, r=pcwalton 2013-05-01 09:18:59 -07:00