rust/src/librustc/front
Alex Crichton 50ee1ec1b4 rustc: Remove CrateId and all related support
This commit removes all support in the compiler for the #[crate_id] attribute
and all of its derivative infrastructure. A list of the functionality removed is:

* The #[crate_id] attribute no longer exists
* There is no longer the concept of a version of a crate
* Version numbers are no longer appended to symbol names
* The --crate-id command line option has been removed

To migrate forward, rename #[crate_id] to #[crate_name] and only the name of the
crate itself should be mentioned. The version/path of the old crate id should be
removed.

For a transitionary state, the #[crate_id] attribute is still accepted if
the #[crate_name] is not present, but it is warned about if it is the only
identifier present.

RFC: 0035-remove-crate-id
[breaking-change]
2014-07-05 12:38:42 -07:00
..
assign_node_ids_and_map.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
config.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
feature_gate.rs auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson 2014-06-25 04:31:19 +00:00
show_span.rs De-@ Session usage. 2014-03-17 09:53:06 +02:00
std_inject.rs rustc: Remove CrateId and all related support 2014-07-05 12:38:42 -07:00
test.rs rustc: Remove CrateId and all related support 2014-07-05 12:38:42 -07:00