rust/src/test/ui/codemap_tests
roblabla 093ec70b1e Add new EFIAPI ABI
Adds a new ABI for the EFIAPI calls. This ABI should reflect the latest
version of the UEFI specification at the time of commit (UEFI spec 2.8,
URL below). The specification says that for x86_64, we should follow the
win64 ABI, while on all other supported platforms (ia32, itanium, arm,
arm64 and risc-v), we should follow the C ABI.

To simplify the implementation, we will simply follow the C ABI on all
platforms except x86_64, even those technically unsupported by the UEFI
specification.

https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_final.pdf
2019-10-25 13:01:25 +00:00
..
bad-format-args.rs Be accurate on format! parse error expectations 2019-09-01 15:10:30 -07:00
bad-format-args.stderr Be accurate on format! parse error expectations 2019-09-01 15:10:30 -07:00
coherence-overlapping-inherent-impl-trait.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
coherence-overlapping-inherent-impl-trait.stderr Add explanation for E0592 2019-06-14 11:19:21 +09:00
empty_span.rs Remove licenses 2018-12-25 21:08:33 -07:00
empty_span.stderr Update tests 2019-03-11 23:10:26 +03:00
huge_multispan_highlight.rs Remove licenses 2018-12-25 21:08:33 -07:00
huge_multispan_highlight.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-11715.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-11715.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-28308.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-28308.stderr Remove licenses 2018-12-25 21:08:33 -07:00
one_line.rs Remove licenses 2018-12-25 21:08:33 -07:00
one_line.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
overlapping_inherent_impls.rs Remove licenses 2018-12-25 21:08:33 -07:00
overlapping_inherent_impls.stderr Fix a minor grammar nit, update UI tests 2019-09-19 00:16:16 +02:00
tab.rs Remove licenses 2018-12-25 21:08:33 -07:00
tab.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
tab_2.rs Remove licenses 2018-12-25 21:08:33 -07:00
tab_2.stderr Update tests 2019-03-11 23:10:26 +03:00
tab_3.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
tab_3.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
two_files.rs Remove licenses 2018-12-25 21:08:33 -07:00
two_files.stderr Update tests 2019-03-11 23:10:26 +03:00
two_files_data.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
unicode.rs Remove licenses 2018-12-25 21:08:33 -07:00
unicode.stderr Add new EFIAPI ABI 2019-10-25 13:01:25 +00:00
unicode_2.rs Remove licenses 2018-12-25 21:08:33 -07:00
unicode_2.stderr Update tests 2019-03-11 23:10:26 +03:00
unicode_3.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
unicode_3.stderr normalize use of backticks in compiler messages for librustc/lint 2019-07-17 22:49:48 +02:00