rust/src/libsyntax
Steve Klabnik 16fc6a694c Remove unused abi attributes.
They've been replaced by putting the name on the extern block.

  #[abi = "foo"]

goes to

  extern "foo" { }

Closes #9483.
2013-10-14 13:10:36 +02:00
..
ext Remove unused abi attributes. 2013-10-14 13:10:36 +02:00
parse Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
print Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
util Remove specific errors for very old obsolete syntax 2013-10-04 07:09:28 +02:00
abi.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
ast.rs Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
ast_map.rs Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
ast_util.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
attr.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
codemap.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
diagnostic.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
fold.rs Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
opt_vec.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
syntax.rs Implement feature-gating for the compiler 2013-10-05 20:19:33 -07:00
visit.rs Get rid of unused SimpleVisitor stuff. 2013-09-14 02:00:04 -04:00