rust/src/librustc_back
Patrick Walton 67deb2e65e libsyntax: Remove the use foo = bar syntax from the language in favor
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]
2014-08-18 09:19:10 -07:00
..
abi.rs Extract librustc_back from librustc 2014-07-14 12:27:07 -07:00
archive.rs libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
arm.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00
fs.rs rustc: Move util::fs to rustc_back 2014-07-14 12:27:07 -07:00
lib.rs Register new snapshots 2014-07-19 20:38:00 -07:00
mips.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00
mipsel.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00
rpath.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00
sha2.rs Rewrite read_u32v_be() and write_u32_be() to make sure that all memory access is properly aligned 2014-08-02 01:21:02 -04:00
svh.rs librustc: Stop assuming that implementations and traits only contain 2014-08-14 11:40:22 -07:00
target_strs.rs Extract librustc_back from librustc 2014-07-14 12:27:07 -07:00
x86.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00
x86_64.rs Replace all references to "Win32" with "Windows". 2014-08-12 00:10:26 -07:00