rust/src/librustc/middle/trans
Kevin Ballard 9fb8741b2e Handle breakage after libcore split
API Changes:

- &[T] and ~[T] no longer support the addition operator (+)
2014-05-08 12:08:01 -07:00
..
_match.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
adt.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
asm.rs Replace all ~"" with "".to_owned() 2014-04-18 17:25:34 -07:00
base.rs Handle breakage after libcore split 2014-05-08 12:08:01 -07:00
basic_block.rs Switch some tuple structs to pub fields 2014-03-31 19:50:51 -07:00
build.rs Upgrade LLVM 2014-04-17 11:11:39 -07:00
builder.rs Upgrade LLVM 2014-04-17 11:11:39 -07:00
cabi_arm.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
cabi_mips.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
cabi_x86_64.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
cabi_x86.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
cabi.rs middle: trans: cabi: remove dead code 2014-04-02 11:17:21 -04:00
callee.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
cleanup.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
closure.rs Refactor rslt to Result::new 2014-05-03 23:14:56 +12:00
common.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
consts.rs Handle fallout in librustc 2014-05-08 12:06:22 -07:00
context.rs Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the 2014-04-24 19:59:49 -04:00
controlflow.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
datum.rs Refactor rslt to Result::new 2014-05-03 23:14:56 +12:00
debuginfo.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
doc.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
expr.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
foreign.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00
glue.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
inline.rs Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the 2014-04-24 19:59:49 -04:00
intrinsic.rs add volatile copy/copy_nonoverlapping/set 2014-04-22 20:15:55 -04:00
llrepr.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
machine.rs Make size_of, align_of, and element_offset functions return u64 instead of uint in trans::machine (per #5172) 2014-01-30 17:20:35 -05:00
macros.rs Convert most code to new inner attribute syntax. 2014-03-28 17:12:21 -07:00
meth.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
mod.rs Remove special rooting code from trans 2014-04-23 18:19:05 +02:00
monomorphize.rs Handle breakage after libcore split 2014-05-08 12:08:01 -07:00
reflect.rs rustc: Enable writing "unsafe extern fn() {}" 2014-05-06 21:03:59 -07:00
tvec.rs Remove internal support for fixed length strings 2014-04-29 13:10:23 +12:00
type_.rs add support for quadruple precision floating point 2014-04-22 20:47:28 -04:00
type_of.rs Remove internal support for fixed length strings 2014-04-29 13:10:23 +12:00
value.rs Fix fallout from std::libc separation 2014-04-04 09:31:44 -07:00