about summary refs log tree commit diff
path: root/src/test/compile-fail/asm-src-loc.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+2
This commit adds a new entry to the Travis matrix which will execute emscripten test suites. Along the way it updates a few bits of the test suite to continue passing on emscripten, such as: * Ignoring i128/u128 tests as they're presumably just not working (didn't investigate as to why) * Disabling a few process tests (not working on emscripten) * Ignore some num tests in libstd (#39119) * Fix some warnings when compiling
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
Adds AArch64 knowledge to: * configure, * make files, * sources, * tests, and * documentation.
2014-09-29Test fixes from the rollupAlex Crichton-1/+1
2014-09-27Translate inline assembly errors back to source locationsKeegan McAllister-0/+17
Fixes #17552.