rust/src/libsyntax
bors d75ab4a5d7 auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmr
Contiunation of naming cleanup in `libsyntax::ast`:
```rust
ast::node_id => ast::NodeId
ast::local_crate => ast::LOCAL_CRATE
ast::crate_node_id => ast::CRATE_NODE_ID
ast::blk_check_mode => ast::BlockCheckMode
ast::ty_field => ast::TypeField
ast::ty_method => ast::TypeMethod
```
Also moved span field directly into `TypeField` struct and cleaned up overlooked `ast::CrateConfig` renamings from last pull request.

Cheers,
Michael
2013-07-30 01:37:17 -07:00
..
ext auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmr 2013-07-30 01:37:17 -07:00
parse New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
print New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
util syntax: Fix #6416 by aborting on errors after test parse. 2013-07-25 01:06:38 -07:00
abi.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
ast.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
ast_map.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
ast_util.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
attr.rs syntax: modernise attribute handling in syntax::attr. 2013-07-20 01:06:16 +10:00
codemap.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
diagnostic.rs new snapshot 2013-07-22 01:09:48 -04:00
fold.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00
opt_vec.rs Generalize the ty::substs struct so that it can represent 2013-07-24 16:52:57 -04:00
syntax.rs Remove unnecessary #[path = "***/mod.rs"] lines. 2013-07-27 15:53:30 +09:00
visit.rs New naming convention for ast::{node_id, local_crate, crate_node_id, blk_check_mode, ty_field, ty_method} 2013-07-29 16:16:48 +02:00