rust/compiler/rustc_errors/src
Harald van Dijk 95e096d623
Change x64 size checks to not apply to x32.
Rust contains various size checks conditional on target_arch = "x86_64",
but these checks were never intended to apply to
x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the
conditions.
2021-03-06 16:02:48 +00:00
..
json mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
annotate_snippet_emitter_writer.rs Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00
diagnostic_builder.rs Bump rustfmt version 2021-02-02 09:09:52 -05:00
diagnostic.rs Fix ICE caused by suggestion with no code substitutions 2021-02-13 19:52:12 -08:00
emitter.rs Even faster counting of digits for error line numbers 2021-02-27 15:28:58 +01:00
json.rs Make sure all fields are accounted for in encode_fields! 2021-02-07 14:54:22 -08:00
lib.rs Change x64 size checks to not apply to x32. 2021-03-06 16:02:48 +00:00
lock.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
registry.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
snippet.rs Bump rustfmt version 2021-02-02 09:09:52 -05:00
styled_buffer.rs Reduce tab formatting assertions to debug only 2021-02-03 17:17:15 +00:00