rust/src/librustc_back
Nick Cameron 31a7e38759 Implement slicing syntax.
`expr[]`, `expr[expr..]`, `expr[..expr]`,`expr[expr..expr]`

Uses the Slice and SliceMut traits.

Allows ... as well as .. in range patterns.
2014-09-19 11:15:49 +12:00
..
abi.rs remove the closure_exchange_malloc lang item 2014-09-15 18:16:33 -04:00
archive.rs librustc: Forbid inherent implementations that aren't adjacent to the 2014-09-13 02:07:39 -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 Removing unused extern crates. 2014-09-12 11:24:31 +02: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 Fallout from renaming 2014-09-16 14:37:48 -07:00
sha2.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
svh.rs Implement slicing syntax. 2014-09-19 11:15:49 +12: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 Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00