rust/src/librustc/middle/trans
bors 52b7fc14fe auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm
Continuation of https://github.com/mozilla/rust/pull/7826.

AST spanned<T> refactoring, AST type renamings:

`crate => Crate`
`local => Local`
`blk => Block`
`crate_num => CrateNum`
`crate_cfg => CrateConfig`
`field => Field`

Also, Crate, Field and Local are not wrapped in spanned<T> anymore.
2013-07-22 08:19:32 -07:00
..
_match.rs librustc: Remove a bunch of @ boxes from Match. 2013-07-17 19:11:44 -07:00
adt.rs debuginfo: DI generation for enums uses adt::represent_type() now. 2013-07-19 07:57:38 +02:00
asm.rs
base.rs auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm 2013-07-22 08:19:32 -07:00
build.rs Avoid blocks for static allocas and loading the closure environment 2013-07-21 18:29:20 +02:00
builder.rs Provide lower level access to the LLVM IR builder 2013-07-21 16:43:06 +02:00
cabi_arm.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
cabi_mips.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
cabi_x86_64.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
cabi_x86.rs
cabi.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
callee.rs Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. 2013-07-22 15:35:28 +02:00
closure.rs auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm 2013-07-22 08:19:32 -07:00
common.rs auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm 2013-07-22 08:19:32 -07:00
consts.rs De-spanned<T> and renamed ast::field (now ast::Field) 2013-07-22 15:35:29 +02:00
context.rs auto merge of #7941 : dotdash/rust/codegen, r=huonw 2013-07-22 06:28:35 -07:00
controlflow.rs Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. 2013-07-22 15:35:28 +02:00
datum.rs rustc: handle allocas and LoadRangeAsserts in unreachable blocks correctly. 2013-07-17 03:13:23 +10:00
debuginfo.rs auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm 2013-07-22 08:19:32 -07:00
expr.rs De-spanned<T> and renamed ast::field (now ast::Field) 2013-07-22 15:35:29 +02:00
foreign.rs auto merge of #7903 : michaelwoerister/rust/end_of_spanned, r=jdm 2013-07-22 08:19:32 -07:00
glue.rs Avoid blocks for static allocas and loading the closure environment 2013-07-21 18:29:20 +02:00
inline.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
machine.rs debuginfo: Added support for struct-style enums. 2013-07-19 07:55:25 +02:00
macros.rs
meth.rs Add provided method information to ty::Method. Get rid of ProvidedMethodSource. 2013-07-18 13:56:14 -07:00
mod.rs Provide lower level access to the LLVM IR builder 2013-07-21 16:43:06 +02:00
monomorphize.rs Add provided method information to ty::Method. Get rid of ProvidedMethodSource. 2013-07-18 13:56:14 -07:00
reflect.rs Avoid blocks for static allocas and loading the closure environment 2013-07-21 18:29:20 +02:00
tvec.rs remove dead take glue code paths 2013-07-19 20:37:43 -04:00
type_.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
type_of.rs remove headers from unique vectors 2013-07-15 23:57:27 -04:00
type_use.rs Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. 2013-07-22 15:35:28 +02:00
uniq.rs remove dead take glue code paths 2013-07-19 20:37:43 -04:00
write_guard.rs Make all lang_items optional 2013-07-16 21:37:52 -07:00