rust/src/librustc/session
whitequark 5b0700ef31 Add a min_atomic_width target option, like max_atomic_width.
Rationale: some ISAs, e.g. OR1K, do not have atomic instructions
for byte and halfword access, and at the same time do not have
a fixed endianness, which makes it unreasonable to implement these
through word-sized atomic accesses.
2016-12-24 02:17:45 +00:00
..
code_stats.rs Fix -Z print-type-sizes and tests. 2016-12-14 12:28:25 -05:00
config.rs Add a min_atomic_width target option, like max_atomic_width. 2016-12-24 02:17:45 +00:00
filesearch.rs Simplify str and Path comparison. 2016-10-10 19:46:18 -04:00
mod.rs definitions: Add some timing stats for DefPathTable decoding. 2016-12-16 19:14:16 -05:00
search_paths.rs Add the notion of a dependency tracking status to commandline arguments. 2016-08-11 09:56:00 -04:00