rust/src/librustc/middle/trans
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
_match.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
adt.rs Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __attribute__((...)). 2013-05-13 04:05:34 -04:00
asm.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
base.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
block.rs
build.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
cabi_arm.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
cabi_mips.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
cabi_x86_64.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
cabi_x86.rs only use #[no_core] in libcore 2013-04-27 21:34:24 -04:00
cabi.rs renamed vec::from_slice to vec::to_owned 2013-05-10 18:38:54 +09:00
callee.rs auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton 2013-05-10 17:56:02 -07:00
closure.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
common.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
consts.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
controlflow.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
datum.rs rustc: Use the new for protocol 2013-05-10 02:46:19 -04:00
debuginfo.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
expr.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
foreign.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
glue.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
inline.rs Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze 2013-05-05 15:11:04 -04:00
machine.rs Fix typos 2013-05-09 02:34:47 +09:00
macros.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
meth.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
monomorphize.rs auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton 2013-05-10 01:55:54 -07:00
reachable.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
reflect.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
shape.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tvec.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
type_of.rs Generate LLVM SIMD vector types 2013-05-08 02:09:19 +09:00
type_use.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
uniq.rs
write_guard.rs factor code for write guards into its own module; add neglected resolve_stage0 2013-05-03 22:07:33 -04:00