rust/src/librustc/back
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
..
abi.rs auto merge of #6172 : Sodel-the-Vociferous/rust/rm_trt_obj_magic_nums, r=catamorphism,graydon 2013-05-02 16:03:37 -07:00
arm.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
link.rs auto merge of #6397 : cantsin/rust/rusti-fixes, r=catamorphism 2013-05-11 14:04:44 -07:00
mips.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
rpath.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
target_strs.rs librustc: Get rid of structural records save for front/test.rs. 2013-02-20 18:45:50 -08:00
upcall.rs librustc: Stop parsing modes and remove them entirely from the language 2013-05-08 17:04:01 -07:00
x86.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00
x86_64.rs Remove 'Local Variable' comments 2013-05-02 13:22:04 +10:00